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

2

parent a8329433
......@@ -21,7 +21,7 @@
<view class="btnBox" @click="login">
账号登录
</view>
<view class="flex_center_center">
<view class="flex_center_center" v-if="showVisitor">
<indexassembly width="440rpx" height="90rpx" @success='againdata' >
<view class="btnBox authBtn" >
授权登录
......@@ -71,6 +71,8 @@
let msg = reactive({
Account: "",
Password: "",
// openId:"",
// uniunId:"",
});
let data = reactive({
phoneNum: "",
......@@ -228,7 +230,7 @@
},
onLoad() {
//审核用
this.showVisitor=new Date().getTime()> new Date('2022-01-21').getTime()
this.showVisitor=new Date().getTime()> new Date('2022-03-16').getTime()
}
};
</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