1.优化弹窗提示

2.打包上线
dev
杨杰 1 year ago
parent 578ff3f9df
commit 5d532b6884
  1. 41
      pages/index/index.vue
  2. 8
      pages/welcome/welcome.vue

@ -465,10 +465,11 @@
2)) {
storetype = this.storediscountType;
storeprice = this.storediscountPrice;
} else {
storetype = this.storediscountType;
storeprice = this.storediscountPrice;
}
// else {
// storetype = this.storediscountType;
// storeprice = this.storediscountPrice;
// }
}
let phone = '';
if (app.globalData.userInfo) {
@ -677,6 +678,9 @@
},
//
createJSAPIOrder(item) {
uni.showLoading({
title:'请求中'
})
// "WECHAT ALIPAY UQRCODEPAY",
let phone = '';
if (app.globalData.userInfo) {
@ -692,6 +696,7 @@
"userPhone": phone
}
createJSAPIOrder(datas).then(res => {
uni.hideLoading();
if (res.return_code == '000000') {
this.jsapiPay(res.return_data.outTradeNo);
} else {
@ -794,11 +799,11 @@
}
//
if (this.plateNumberList1[0] == '.') {
uni.showToast({
title: '请输入正确的金额',
duration: 2000,
icon: 'none'
})
// uni.showToast({
// title: '',
// duration: 2000,
// icon: 'none'
// })
this.plateNumberList1.pop();
return;
}
@ -811,21 +816,21 @@
// }
//
if (strdata1.length == 3 && !strdata2) {
uni.showToast({
title: '请输入正确的金额',
duration: 2000,
icon: 'none'
})
// uni.showToast({
// title: '',
// duration: 2000,
// icon: 'none'
// })
this.plateNumberList1.pop();
return;
}
//
if (this.plateNumberList.indexOf('.') != -1 && !strdata2) {
uni.showToast({
title: '请输入正确的金额',
duration: 2000,
icon: 'none'
})
// uni.showToast({
// title: '',
// duration: 2000,
// icon: 'none'
// })
this.plateNumberList1.pop();
return;
}

@ -31,11 +31,7 @@
} else {
let that = this;
var arr4;
if (app.globalData.platformType == 'WECHAT') {
arr4 = arr2[2].split('&');
} else {
arr4 = arr2[1].split('&');
}
arr4 = arr2[2].split('&');
app.globalData.code = arr4[0];
uni.getStorage({
key: 'snNumber',
@ -115,7 +111,7 @@
}
if (app.globalData.platformType == 'ALIPAY') {
location.href =
'https://openauth.alipay.com/oauth2/publicAppAuthorize.htm?app_id=2021003176605875&scope=auth_base&redirect_uri=https%3A%2F%2Fpay.dctpay.com%2FscanPay';
'https://openauth.alipay.com/oauth2/publicAppAuthorize.htm?app_id=2021003176605875&scope=auth_base&redirect_uri=https://pay.dctpay.com/redirect?redirect_uri=https%3A%2F%2Fpay.dctpay.com%2FscanPay%3Fsn%3D1000017476';
}
},
}

Loading…
Cancel
Save