会员中心页面修改,余额明细调整,开通会员页面调整

This commit is contained in:
2025-09-25 20:27:54 +08:00
parent 84f782afa1
commit a39c9f4d72
36 changed files with 2818 additions and 427 deletions

View File

@@ -6,6 +6,7 @@ export default (params) => {
let toast = params.toast || true;
let token=uni.cache.get('token') || '';
const shopId=uni.cache.get('shopId')*1;
const userInfo=uni.cache.get('userInfo')||{};
// #ifdef H5
token="21f0a0b10e1d40ce9c6464037fedb792"
// #endif
@@ -25,9 +26,9 @@ export default (params) => {
platformType: 'ALI',
// #endif
token,
id: uni.cache.get('userInfo').id || '',
id: userInfo.id || '',
shopId:shopId || '',
userId: uni.cache.get('userInfo').id || '',
userId: userInfo.id || '',
}
if (toast) {
uni.showLoading({