Browse Source

TBtools-贷款个人中心查看会员权益

panyong 4 years ago
parent
commit
299b8040d2
1 changed files with 3 additions and 0 deletions
  1. 3 0
      htmldev/loan/src/views/loan/register/index.vue

+ 3 - 0
htmldev/loan/src/views/loan/register/index.vue

@@ -505,6 +505,9 @@ export default {
     if (['loanPrivacy', 'loanVipAgreement'].includes(to.name)) {
       from.meta.isUseCache = true
     }
+    if (this.checkMyBenfits === 1) {
+      this.$store.commit('loan/UPDATE_CHECKMYBENFITS_VALUE', 0)
+    }
     this.numPositionY = this.scroll ? this.scroll.y : 0
     next()
   }