会员中心页面修改,余额明细调整,开通会员页面调整
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user