|
@@ -99,9 +99,6 @@
|
|
|
* @param {String} deviceNo 设备编号(只有车位锁部分有)
|
|
|
* */
|
|
|
gyBankPay() {
|
|
|
- uni.showLoading({
|
|
|
- title: '加载中'
|
|
|
- });
|
|
|
const params = {
|
|
|
orderList: this.curOrderList,
|
|
|
deviceNo: this.deviceNo,
|
|
@@ -142,9 +139,6 @@
|
|
|
* 最后再调起微信支付
|
|
|
* */
|
|
|
juhePay() {
|
|
|
- uni.showLoading({
|
|
|
- title: '加载中'
|
|
|
- });
|
|
|
this.getWXPayByJava(this.curOrderList, this.deviceNo);
|
|
|
},
|
|
|
/**
|
|
@@ -208,7 +202,6 @@
|
|
|
// }
|
|
|
localStorage.setItem('jumpUrl', this.jumpUrl);
|
|
|
location.href = res.data.qrCodeUrl;
|
|
|
- // this.cookie.set("jumpUrl",this.jumpUrl);
|
|
|
} else {
|
|
|
uni.hideLoading();
|
|
|
}
|