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