From e041045fb1e2efe47a7d20a7197e5ae7ffb2adac Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Wed, 14 Sep 2022 08:53:57 +0800
Subject: [PATCH] 服务器配置
---
pages/loging/loging.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pages/loging/loging.vue b/pages/loging/loging.vue
index b741db7..8cb18db 100644
--- a/pages/loging/loging.vue
+++ b/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,
--
Gitblit v1.9.3