| | |
| | | <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> |
| | |
| | | }, |
| | | 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, |