|
|
@@ -143,7 +143,7 @@
|
|
|
// this.showSearch = false
|
|
|
// }
|
|
|
this.showSearchIcon = false
|
|
|
- this.showHeader = val && val !== '/' && val !== '/mobile/applyPurchase/list' && !this.startWith(val, '/mobile/supplier') && !this.startWith(val, '/mobile/center/vendor/attentionBus')
|
|
|
+ this.showHeader = val && val !== '/' && val !== '/mobile/applyPurchase/list' && !this.startWith(val, '/mobile/supplier')
|
|
|
// this.showSearch = val !== '/' && !this.startWith(val, '/mobile/search')
|
|
|
let title = '优软商城'
|
|
|
if (this.startWith(val, '/mobile/brand/componentDetail/')) {
|
|
|
@@ -194,6 +194,9 @@
|
|
|
} else if (this.startWith(val, '/mobile/product')) {
|
|
|
this.showSearchIcon = false
|
|
|
title = '产品详情'
|
|
|
+ } else if (this.startWith(val, '/mobile/center/vendor/attentionBus')) {
|
|
|
+ this.showSearchIcon = false
|
|
|
+ title = '优软商城'
|
|
|
} else {
|
|
|
this.showSearchIcon = true
|
|
|
title = '优软商城'
|