|
|
@ -319,6 +319,7 @@ |
|
|
}, false, true).then((res) => { |
|
|
}, false, true).then((res) => { |
|
|
if (res.code == 200) { |
|
|
if (res.code == 200) { |
|
|
this.shop = res.result |
|
|
this.shop = res.result |
|
|
|
|
|
uni.setStorageSync('shopTakeaway',res.result) |
|
|
this.shop.shopIcon = uni.getStorageSync('shopIcon') |
|
|
this.shop.shopIcon = uni.getStorageSync('shopIcon') |
|
|
this.businessStatus = res.result.status |
|
|
this.businessStatus = res.result.status |
|
|
} else { |
|
|
} else { |
|
|
|