更改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

@@ -375,7 +375,7 @@
type: "confirm_order_product",
shopId: uni.cache.get('orderVIP').shopId,
shopUserId: props.orderVIP.id,
payAmount: props.listinfo.totalCost,
payAmount: props.listinfo.totalPrices,
shoppingCart: JSON.stringify(props.listinfo.combinedArray)
})
break;