会员,充值,明细,下单问题修复
This commit is contained in:
@@ -323,7 +323,10 @@
|
||||
let noUseGoodsCoupon = []
|
||||
let noUseDiscountCoupon = []
|
||||
const user = uni.cache.get('shopUserInfo')
|
||||
const shopInfo = uni.cache.get('shopInfo')
|
||||
let shopInfo = uni.cache.get('shopInfo')||{}
|
||||
if(!shopInfo.isMemberPrice){
|
||||
shopInfo={}
|
||||
}
|
||||
const goodsOrderPrice = uni.getStorageSync('goodsOrderPrice') || 0
|
||||
const goodsList = uni.getStorageSync('canDikouGoodsArr') || []
|
||||
const dinnerType = uni.getStorageSync('dinnerType')
|
||||
|
||||
Reference in New Issue
Block a user