zengh
2022-09-14 e041045fb1e2efe47a7d20a7197e5ae7ffb2adac
pages/loging/loging.vue
@@ -15,7 +15,7 @@
            <view class="cell">
               <view class="name">账号</view>
               <view class="input-box">
                  <input type="text" v-model="names" placeholder="帐号为姓+身份证后4位" class="ipt" placeholder-class="hold"
                  <input type="text" v-model="names" placeholder="帐号为手机号码" class="ipt" placeholder-class="hold"
                     @blur="handleInputCheck" />
               </view>
            </view>
@@ -63,7 +63,7 @@
      },
      onLoad() {
         //检查应用版本号
         console.log("版本号为++++"+ plus.runtime.versionCode)
         // this.$u.route("/uview-ui/components/u-full-screen/u-full-xy?");
         var code = plus.runtime.versionCode;
         // uni.showToast({
         //    title: '提交成功'+code,