This commit is contained in:
liushiwei
2024-05-24 22:25:50 +08:00
parent 2c2538c828
commit 10c5bce468
5 changed files with 48 additions and 6 deletions

View File

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