seimin 3 years ago
parent
commit
79a5766472
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/homePage/homePage.vue

+ 1 - 1
pages/homePage/homePage.vue

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