Prechádzať zdrojové kódy

Merge branch 'dev/v4.8.81_tsz' of qmx/jy into feature/v4.8.81

汤世哲 1 rok pred
rodič
commit
00578b22e5

+ 4 - 2
src/web/templates/frontRouter/wx/bigmember/free/perfect_info_market.html

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