mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-02-05 04:59:48 +08:00
【修复】修复0元付款后,获取支付结果中,提示窗口一直存在的问题。
This commit is contained in:
@@ -83,6 +83,7 @@
|
|||||||
this.paymentInfo.money = '0.00';
|
this.paymentInfo.money = '0.00';
|
||||||
this.paymentInfo.status = 2;
|
this.paymentInfo.status = 2;
|
||||||
this.paymentInfo.type = 1;
|
this.paymentInfo.type = 1;
|
||||||
|
uni.hideLoading();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
let data = {
|
let data = {
|
||||||
|
|||||||
Reference in New Issue
Block a user