|
@@ -377,9 +377,9 @@ export function recharge({ product_id, bid, cid, use_coupon }) {
|
|
|
pay_redirect_url: encodeURIComponent(urlFormat(redirect))
|
|
|
}
|
|
|
};
|
|
|
- window.open(urlFormat(href),'微信支付',true)
|
|
|
- //a.href = urlFormat(href);
|
|
|
- //a.click();
|
|
|
+ //window.open(urlFormat(href),'微信支付',true)
|
|
|
+ a.href = urlFormat(href);
|
|
|
+ a.click();
|
|
|
}
|
|
|
|
|
|
//单本消费记录
|