|
@@ -212,7 +212,7 @@
|
|
|
title = '购物车'
|
|
title = '购物车'
|
|
|
} else if (this.startWith(val, '/mobile/center/user/payCenter')) {
|
|
} else if (this.startWith(val, '/mobile/center/user/payCenter')) {
|
|
|
this.showSearchIcon = false
|
|
this.showSearchIcon = false
|
|
|
- if (this.$route.query.switchType === 'account') {
|
|
|
|
|
|
|
+ if (this.$route.query.type) {
|
|
|
title = '付款账户'
|
|
title = '付款账户'
|
|
|
} else {
|
|
} else {
|
|
|
title = '应付对账'
|
|
title = '应付对账'
|
|
@@ -222,7 +222,7 @@
|
|
|
title = '发票管理'
|
|
title = '发票管理'
|
|
|
} else if (this.startWith(val, '/mobile/center/vendor/payCenter')) {
|
|
} else if (this.startWith(val, '/mobile/center/vendor/payCenter')) {
|
|
|
this.showSearchIcon = false
|
|
this.showSearchIcon = false
|
|
|
- if (this.$route.query.switchType === 'account') {
|
|
|
|
|
|
|
+ if (this.$route.query.type) {
|
|
|
title = '收款账户'
|
|
title = '收款账户'
|
|
|
} else {
|
|
} else {
|
|
|
title = '应收对账'
|
|
title = '应收对账'
|