linwu 1 vuosi sitten
vanhempi
commit
b10694f41d

+ 1 - 1
app/mobile/view/login/type.html

@@ -32,7 +32,7 @@
                 <div class="padding text-center text-blue">我要招聘</div>
             </div>
             <div class="" @click="setType(1)">
-                <img mode="widthFix" style="width: 100%; position: fixed; left: 0; bottom: 80px;" src="__STATIC__/images/head2.png" />
+                <img mode="widthFix" style="width: 100%; position: fixed; left: 0; bottom: 80px;" src="__STATIC__/images/head2.jpg" />
                 <div class="padding text-center text-blue" style="width: 100%; position: fixed; left: 0; bottom: 40px;">我要求职</div>
             </div>
         </div>

+ 1 - 0
app/mobile/view/my/index.html

@@ -38,6 +38,7 @@
         <van-grid-item icon="__MIMG__/my/myicon03.png" text="我的报名" url="{:url('/my/apply')}"></van-grid-item>
         <van-grid-item icon="__MIMG__/my/myicon04.png" text="我要招聘" url="{:url('/login/setType')}?type=2"></van-grid-item>
     </van-grid>
+    <p style="padding:5px 12px;font-size:14px;color:#FF589B;" v-if="user.is_auth == 2">实名认证后,企业才能看到您</p>
 </div>
 
 <van-cell-group style="margin-top:20px;">

BIN
public/static/images/head1.jpg


BIN
public/static/images/head1.png


BIN
public/static/images/head11.png


BIN
public/static/images/head2.jpg


BIN
public/static/images/head2.png


BIN
public/static/images/head21.png