合并扫码点餐

This commit is contained in:
魏啾
2024-05-10 10:59:34 +08:00
parent 09661b8b0b
commit b1e0dfb352
6 changed files with 320 additions and 44 deletions

View File

@@ -78,7 +78,7 @@
return false;
}
let res = await this.api.paymemeberIn({
shopId: uni.cache.get('shopUser').shopId, // 判断显示哪家的作品,
shopId: uni.cache.get('shopUser'), // 判断显示哪家的作品,
amount: this.amount // 判断显示哪家的作品,
})
if (res) {