|
@ -259,8 +259,8 @@ |
|
|
this.$store.commit("choseCoupon", ""); |
|
|
this.$store.commit("choseCoupon", ""); |
|
|
this.Post({ |
|
|
this.Post({ |
|
|
order_id: order_id, |
|
|
order_id: order_id, |
|
|
type: "miniprogram", |
|
|
pay_method: 'abc', |
|
|
platform: 'miniprogram' |
|
|
pay_platform: "miniprogram", |
|
|
}, '/api/order/pay').then(res => { |
|
|
}, '/api/order/pay').then(res => { |
|
|
if (res.data) { |
|
|
if (res.data) { |
|
|
uni.requestPayment({ |
|
|
uni.requestPayment({ |
|
|