点餐页问题修复
This commit is contained in:
@@ -46,10 +46,11 @@ export function bindInvite(args) {
|
||||
if (!inviteCode || inviteCode === null || inviteCode === undefined) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
const shopUserInfo=uni.cache.get('shopUserInfo')
|
||||
// 邀请码有效,调用自动绑定邀请人接口,传递绑定所需参数
|
||||
autoBindInviteUser({
|
||||
id: shopUserId,
|
||||
id: shopUserInfo.id,
|
||||
shopId,
|
||||
inviteCode
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user