feat:更改小程序id由7a9替换为271
This commit is contained in:
@@ -253,24 +253,6 @@
|
||||
return
|
||||
}
|
||||
|
||||
// // 添加手机号验证
|
||||
// if (!phoneNumber.value) {
|
||||
// uni.showToast({
|
||||
// title: '请输入手机号码',
|
||||
// icon: 'none'
|
||||
// })
|
||||
// return
|
||||
// }
|
||||
|
||||
// // 验证手机号格式
|
||||
// if (!/^1[3-9]\d{9}$/.test(phoneNumber.value)) {
|
||||
// uni.showToast({
|
||||
// title: '请输入正确的手机号码',
|
||||
// icon: 'none'
|
||||
// })
|
||||
// return
|
||||
// }
|
||||
|
||||
// 直接提交订单,不显示确认对话框
|
||||
submitRentOrder(payWay);
|
||||
}
|
||||
@@ -345,7 +327,6 @@
|
||||
uni.hideLoading()
|
||||
// 获取支付分所需参数
|
||||
const res = await getOrderByOrderNoScore(order.orderNo);
|
||||
console.log(res);
|
||||
uni.hideLoading()
|
||||
|
||||
if (res && res.code === 200) {
|
||||
|
||||
Reference in New Issue
Block a user