|
@@ -494,11 +494,13 @@
|
|
},
|
|
},
|
|
haveSamePhone: false
|
|
haveSamePhone: false
|
|
},
|
|
},
|
|
|
|
+ created () {
|
|
|
|
+ this.ajaxGetEchoInfo()
|
|
|
|
+ },
|
|
mounted() {
|
|
mounted() {
|
|
// source=message_bigmember app消息大会员留资地
|
|
// source=message_bigmember app消息大会员留资地
|
|
// source=message_structeddata app消息结构化数据留资地
|
|
// source=message_structeddata app消息结构化数据留资地
|
|
utils.iosBackRefresh()
|
|
utils.iosBackRefresh()
|
|
- this.ajaxGetEchoInfo()
|
|
|
|
},
|
|
},
|
|
computed: {
|
|
computed: {
|
|
setAddNum: function () {
|
|
setAddNum: function () {
|
|
@@ -823,7 +825,7 @@
|
|
if(r && r.exhRes && Object.keys(r.exhRes).length) {
|
|
if(r && r.exhRes && Object.keys(r.exhRes).length) {
|
|
if(r.exhRes.signState === 1) {
|
|
if(r.exhRes.signState === 1) {
|
|
if(!reset) {
|
|
if(!reset) {
|
|
- location.href = r.exhRes.href
|
|
|
|
|
|
+ location.assign(r.exhRes.href)
|
|
}
|
|
}
|
|
} else if (r.exhRes.signState === -1) {
|
|
} else if (r.exhRes.signState === -1) {
|
|
this.activeEndShow = true
|
|
this.activeEndShow = true
|