|
@@ -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()
|
|
|
}
|