调整
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user