会员列表,详情,充值,订单列表

This commit is contained in:
wwz
2025-03-01 14:38:02 +08:00
parent 0ab9235f6c
commit 04a84aa17f
33 changed files with 5665 additions and 982 deletions

View File

@@ -165,7 +165,7 @@
} from "@/common/api/index/index.js"
import {
APIshopUserInfo
} from "@/common/api/product/product.js"
} from "@/common/api/member.js"
import {
useNavbarStore
} from '@/stores/navbarStore';
@@ -344,10 +344,7 @@
await proxy.$onLaunched;
if (uni.cache.get('shopId') && uni.cache.get('token')) {
showindex.value = 'shopIndex'
let res = await APIshopUserInfo({
"shopId": uni.cache.get('shopId'),
"userId": uni.getStorageSync('userInfo').id,
})
let res = await APIshopUserInfo()
if (res) {
//商家信息
uni.cache.set('ShopUser', res)