Browse Source

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

汤世哲 1 year ago
parent
commit
fea5211201

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

@@ -811,7 +811,6 @@
         },1000);
       },
       ajaxGetEchoInfo() {
-        this.pageShow = true
         this.isEchoInfoLoading = true
         const s_reset_param = sessionStorage.getItem('s_reset_param')
         const reset = s_reset_param ? `&reset= ${sessionStorage.getItem('s_reset_param')}` : ''
@@ -834,8 +833,10 @@
           if(r && r.exhRes && Object.keys(r.exhRes).length) {
             if(r.exhRes.signState === 1) {
               if(!reset) {
+                this.pageShow = true
                 setTimeout(() => {
                   location.href = r.exhRes.href
+                  this.pageShow = false
                 }, 1000)
               }
             } else if (r.exhRes.signState === -1) {
@@ -863,7 +864,6 @@
             //   this.submitForm(canAuto)
             // }
           }
-          this.pageShow = false
         })
       },
       highlightText (value, keyStr) {