注释还原

This commit is contained in:
shijingjing
2022-05-16 14:00:37 +08:00
parent b916295a8e
commit 75c71cb200

View File

@@ -36,14 +36,14 @@ export default {
}; };
}, },
onLoad() { onLoad() {
// let {status} = this.user let {status} = this.user
// if (status == 2) { if (status == 2) {
// uni.redirectTo({url: "./authInfo"}) uni.redirectTo({url: "./authInfo"})
// } else if (status == 0) { } else if (status == 0) {
// //停留此页 //停留此页
// } else { } else {
// uni.redirectTo({url: "./authSuccess"}) uni.redirectTo({url: "./authSuccess"})
// } }
}, },
methods: { methods: {
toAgreement() { toAgreement() {