Commit 1f8da73a authored by 罗超's avatar 罗超

2

parent a8329433
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<view class="btnBox" @click="login"> <view class="btnBox" @click="login">
账号登录 账号登录
</view> </view>
<view class="flex_center_center"> <view class="flex_center_center" v-if="showVisitor">
<indexassembly width="440rpx" height="90rpx" @success='againdata' > <indexassembly width="440rpx" height="90rpx" @success='againdata' >
<view class="btnBox authBtn" > <view class="btnBox authBtn" >
授权登录 授权登录
...@@ -71,6 +71,8 @@ ...@@ -71,6 +71,8 @@
let msg = reactive({ let msg = reactive({
Account: "", Account: "",
Password: "", Password: "",
// openId:"",
// uniunId:"",
}); });
let data = reactive({ let data = reactive({
phoneNum: "", phoneNum: "",
...@@ -97,7 +99,7 @@ ...@@ -97,7 +99,7 @@
clearTimeout(); clearTimeout();
}, },
async login() { async login() {
if (msg.Account == "" || !msg.Account) { if (msg.Account == "" || !msg.Account) {
Toast.fail("请输入账号"); Toast.fail("请输入账号");
...@@ -228,7 +230,7 @@ ...@@ -228,7 +230,7 @@
}, },
onLoad() { onLoad() {
//审核用 //审核用
this.showVisitor=new Date().getTime()> new Date('2022-01-21').getTime() this.showVisitor=new Date().getTime()> new Date('2022-03-16').getTime()
} }
}; };
</script> </script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment