feat;微信支付
This commit is contained in:
@@ -539,21 +539,28 @@ export default {
|
||||
// }
|
||||
// console.log("parmas-----", this.isCoupon);
|
||||
|
||||
// if (this.isCoupon) {
|
||||
// parmas["types"] = "1,2,3";
|
||||
// parmas.isDeduction = true;
|
||||
// }
|
||||
|
||||
|
||||
// if (this.sed?.activedType == "seckill") {
|
||||
// parmas["types"] = "1,2,3";
|
||||
// }
|
||||
// #ifdef MP-WEIXIN
|
||||
parmas["types"] = "1,3";
|
||||
if (this.isCoupon) {
|
||||
parmas["types"] = "1,3,5";
|
||||
parmas.isDeduction = true;
|
||||
}
|
||||
// #endif
|
||||
// #ifndef MP-WEIXIN
|
||||
parmas["types"] = "1,2,3";
|
||||
if (this.isCoupon) {
|
||||
parmas["types"] = "1,2,3,5";
|
||||
parmas.isDeduction = true;
|
||||
}
|
||||
// #endif
|
||||
|
||||
|
||||
|
||||
const result = await getSupportPay(parmas);
|
||||
if (result && result.bizcode === 100) {
|
||||
const data = result.data || [];
|
||||
|
||||
Reference in New Issue
Block a user