|
@@ -27,7 +27,7 @@ export default {
|
|
...mapState({
|
|
...mapState({
|
|
// custTypeId: (state) => state.custTypeId,
|
|
// custTypeId: (state) => state.custTypeId,
|
|
// paramsScene: (state) => state.paramsScene,
|
|
// paramsScene: (state) => state.paramsScene,
|
|
- // mallid: (state) => state.mallId,
|
|
|
|
|
|
+ mallId: (state) => state.mallId,
|
|
// openId: (state) => state.openid,
|
|
// openId: (state) => state.openid,
|
|
// member: (state) => state.member,
|
|
// member: (state) => state.member,
|
|
groupId: (state) => state.groupId,
|
|
groupId: (state) => state.groupId,
|
|
@@ -105,6 +105,10 @@ export default {
|
|
},
|
|
},
|
|
});
|
|
});
|
|
},
|
|
},
|
|
|
|
+ isBKC() {
|
|
|
|
+ const lbsList = ['8a8884e77cc9e70a017cca4003590008','8a8485067ce4da2d017ce555e9b20000','8aaa80b47c784020017c78b205ba0023']
|
|
|
|
+ return lbsList.indexOf(this.mallId) > -1
|
|
|
|
+ },
|
|
},
|
|
},
|
|
filters: {
|
|
filters: {
|
|
orderStatus(val) {
|
|
orderStatus(val) {
|