|
|
@@ -212,13 +212,13 @@
|
|
|
title = '购物车'
|
|
|
} else if (this.startWith(val, '/mobile/center/user/payCenter')) {
|
|
|
this.showSearchIcon = false
|
|
|
- title = '支付中心'
|
|
|
+ title = '应付对账'
|
|
|
} else if (this.startWith(val, '/mobile/center/user/invoice')) {
|
|
|
this.showSearchIcon = false
|
|
|
title = '发票管理'
|
|
|
} else if (this.startWith(val, '/mobile/center/vendor/payCenter')) {
|
|
|
this.showSearchIcon = false
|
|
|
- title = '财务对账'
|
|
|
+ title = '应收对账'
|
|
|
} else if (this.startWith(val, '/mobile/center/user/pay')) {
|
|
|
this.showSearchIcon = false
|
|
|
title = '确认订单'
|