更改order_food/order_food路径前

This commit is contained in:
wwz
2025-03-24 17:09:06 +08:00
parent 94b513820f
commit 429336c736
7 changed files with 74 additions and 35 deletions

View File

@@ -38,7 +38,8 @@ export const Memberpay = defineStore('memberpay', {
returnUrl: data.returnUrl ? data.returnUrl : '',
buyerRemark: data.buyerRemark ? data.buyerRemark : '',
orderId: data.orderId,
userAllPack: data.userAllPack
userAllPack: data.userAllPack,
seatNum:data.seatNum
})
if (res) {
uni.showLoading({