This commit is contained in:
liushiwei
2024-05-18 16:06:44 +08:00
parent 98fa8fc150
commit 2e1a84681d
18 changed files with 7445 additions and 7664 deletions

View File

@@ -144,7 +144,11 @@ export default {
}
this.selected = item
this.$http.post("/api/order/createOrder", null, {
params: {priceConfigId: item.id}
params: {
priceConfigId: item.id,
mallName: vipForm.mallName,
mallId: vipForm.mallId
}
}).then(res => {
if (res?.data?.id) {
return res.data.id