Merge branch 'bd-dev' of gitee.com:cabbage_qd/web-base-h5 into bd-test

This commit is contained in:
woody 2025-08-01 09:38:50 +08:00
commit 3621083f68
1 changed files with 2 additions and 0 deletions

View File

@ -1084,6 +1084,7 @@ export default {
return return
} }
} }
console.log(this.activeNames, '....this.activeNames')
if (this.activeNames == 2) { if (this.activeNames == 2) {
// //
if ( if (
@ -1358,6 +1359,7 @@ export default {
if (e == 1) { if (e == 1) {
this.activeNames = 2 this.activeNames = 2
} else { } else {
if (this.isRecharge) return
this.activeNames = 1 this.activeNames = 1
} }
}, },