linwu 1 年之前
父节点
当前提交
e04e4928bf
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/mobile/view/login/type.html

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

@@ -28,11 +28,11 @@
         <div>
             <div class="" @click="setType(2)">
                 <div style="padding-top:50px;"></div>
-                <img style="width: 100%;" src="__STATIC__/images/head1.png" />
+                <img style="width: 100%;" src="__STATIC__/images/head1.png?v=1" />
                 <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.jpg" />
+                <img mode="widthFix" style="width: 100%; position: fixed; left: 0; bottom: 80px;" src="__STATIC__/images/head2.png?v=1" />
                 <div class="padding text-center text-blue" style="width: 100%; position: fixed; left: 0; bottom: 40px;">我要求职</div>
             </div>
         </div>