|
@@ -169,8 +169,8 @@
|
|
|
let storeId = scene.split(",")[0];
|
|
|
let bizId = scene.split(',')[1];
|
|
|
//其他逻辑处理。。。。。
|
|
|
- this.$store.state.vuex_orderInfo.bizId = bizId || '9999'
|
|
|
- this.$store.state.vuex_orderInfo.storeId = storeId || '100000'
|
|
|
+ this.$store.state.vuex_orderInfo.bizId = bizId
|
|
|
+ this.$store.state.vuex_orderInfo.storeId = storeId
|
|
|
|
|
|
// 判断当前门店是否已运营
|
|
|
this.getStoreStatus(storeId,bizId)
|