|
@@ -114,7 +114,7 @@
|
|
|
statusBarHeight: statusBarHeight,
|
|
statusBarHeight: statusBarHeight,
|
|
|
isHome: false,
|
|
isHome: false,
|
|
|
isPhoneBox: false,
|
|
isPhoneBox: false,
|
|
|
- protocol: false,
|
|
|
|
|
|
|
+ protocol: true,
|
|
|
isShow: false,
|
|
isShow: false,
|
|
|
isLogin: false,
|
|
isLogin: false,
|
|
|
logoUrl: '',
|
|
logoUrl: '',
|
|
@@ -160,6 +160,7 @@
|
|
|
let spread = this.$Cache.get("spread") || '';
|
|
let spread = this.$Cache.get("spread") || '';
|
|
|
let agent_id = this.$Cache.get("agent_id") || '';
|
|
let agent_id = this.$Cache.get("agent_id") || '';
|
|
|
let backUrl = state ? decodeURIComponent(state) : ''
|
|
let backUrl = state ? decodeURIComponent(state) : ''
|
|
|
|
|
+ backUrl = "/pages/index/index";
|
|
|
this.wechatAuthLogin({
|
|
this.wechatAuthLogin({
|
|
|
code,
|
|
code,
|
|
|
spread,
|
|
spread,
|
|
@@ -289,7 +290,7 @@
|
|
|
url: `/pages/users/binding_phone/index?authKey=${this.authKey}&pageType=0`
|
|
url: `/pages/users/binding_phone/index?authKey=${this.authKey}&pageType=0`
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
closeEdit() {
|
|
closeEdit() {
|
|
|
this.isShow = false
|
|
this.isShow = false
|
|
|
this.$util.Tips({
|
|
this.$util.Tips({
|