Commit 1ea7ca4b by 宋冰琦

修复点单屏扫码进入店铺暂停营业问题

parent f3cf7a79
......@@ -293,6 +293,10 @@ export default {
const data = JSON.parse(res.data.data);
console.log(data);
this.shopData = data.shop;
const {state} = this.shopData
if(state!==1) {
this.goHome()
}
this.buyType = data.screenNo;
this.goods = data.goods.map((item) => {
const data = { ...item, skuId: item.sku.skuId, flag: true };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment