点餐页问题修复

This commit is contained in:
2026-01-22 15:02:06 +08:00
parent 94be2739af
commit 8810c218b3
4 changed files with 40 additions and 22 deletions

View File

@@ -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
});