seimin лет назад: 3
Родитель
Сommit
79a5766472
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      pages/homePage/homePage.vue

+ 1 - 1
pages/homePage/homePage.vue

@@ -47,7 +47,7 @@
47 47
       <input class="login_input" password v-model="password" placeholder="请输入密码" />
48 48
       <input class="login_input" v-show="!isH5AndPwd" v-model="ip" placeholder="请输入域名或IP地址,如:http(s)://192.168.3.108" />
49 49
       <view class="page_item_btn" @click="login()"> 登录 </view>
50
-      <view class="tips">
50
+      <view class="tips" v-show="isH5AndPwd">
51 51
         (此系统为药房使用,其他科室人员请勿进行操作)
52 52
       </view>
53 53
     </view>