|
|
@@ -108,7 +108,7 @@
|
|
|
return this.$store.state.componentDetail.detail.data
|
|
|
},
|
|
|
showEnHeader () {
|
|
|
- return this.startWith(this.$route.path, '/mobile/center')
|
|
|
+ return this.startWith(this.$route.path, '/mobile/center') || this.startWith(this.$route.path, '/mobile/order')
|
|
|
}
|
|
|
// showHeader () {
|
|
|
// return this.$route.path !== '/' || !this.$route.path || this.$route.path === ''
|
|
|
@@ -210,7 +210,11 @@
|
|
|
title = '订单详情'
|
|
|
} else if (this.startWith(val, '/mobile/order')) {
|
|
|
this.showSearchIcon = false
|
|
|
- title = '订单中心'
|
|
|
+ if (query.type === 'buyer') {
|
|
|
+ title = '采购订单'
|
|
|
+ } else {
|
|
|
+ title = '销售订单'
|
|
|
+ }
|
|
|
} else {
|
|
|
this.showSearchIcon = true
|
|
|
title = '优软商城'
|