|
@@ -158,8 +158,11 @@ export default {
|
|
|
},
|
|
|
onLoad(options) {
|
|
|
this.options = options;
|
|
|
- if (this.options.isAct) {
|
|
|
- this.$method.isGoLogin();
|
|
|
+ if (this.options.isAct && !this.$method.isLogin()) {
|
|
|
+ uni.navigateTo({
|
|
|
+ url: "/pages4/login/login?isBack=" + true + "&isAct=1",
|
|
|
+ });
|
|
|
+ return;
|
|
|
}
|
|
|
},
|
|
|
async onShow() {
|