购物车,订单,霸王餐
This commit is contained in:
@@ -101,7 +101,6 @@
|
||||
onMounted
|
||||
} from 'vue'
|
||||
import {
|
||||
APIusershopInfodetail,
|
||||
APIshopUserInfo
|
||||
} from '@/common/api/member.js'
|
||||
|
||||
@@ -135,7 +134,7 @@
|
||||
uni.pro.navigateTo('user/member/billDetails', {
|
||||
shopId: shopUserInfo.shopId,
|
||||
type: type,
|
||||
shopInfo: JSON.stringify(shopUserInfo.shopInfo)
|
||||
shopInfo: JSON.stringify(shopUserInfo)
|
||||
})
|
||||
} else if (type == 3) {
|
||||
uni.pro.navigateTo('user/coupon', {
|
||||
@@ -183,11 +182,6 @@
|
||||
if (pageParams.shopId) {
|
||||
shopUserInfo.shopId = pageParams.shopId
|
||||
uni.cache.set('shopId', pageParams.shopId, 30)
|
||||
// let res = await APIusershopInfodetail({
|
||||
// shopId: pageParams.shopId
|
||||
// })
|
||||
// 根据传的shopInfo来返回上面的值
|
||||
// shopUserInfo.shopExtend = res.shopExtend.member_bg
|
||||
asyncshopUserInfo()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user