linwu 1 år sedan
förälder
incheckning
e04e4928bf
1 ändrade filer med 2 tillägg och 2 borttagningar
  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>