|
@@ -330,7 +330,6 @@
|
|
params.couponReceivesList = [{id:this.checkedCoupon.id}]
|
|
params.couponReceivesList = [{id:this.checkedCoupon.id}]
|
|
}
|
|
}
|
|
saveOrder(params).then(res => {
|
|
saveOrder(params).then(res => {
|
|
- uni.hideLoading()
|
|
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
let data = res.data
|
|
let data = res.data
|
|
// 保存成功后 请求预支付返回吊起微信支付所需参数
|
|
// 保存成功后 请求预支付返回吊起微信支付所需参数
|
|
@@ -339,6 +338,7 @@
|
|
this.$u.vuex('vuex_orderNo',data.orderNo)
|
|
this.$u.vuex('vuex_orderNo',data.orderNo)
|
|
} else {
|
|
} else {
|
|
this.toashMsg(res.message)
|
|
this.toashMsg(res.message)
|
|
|
|
+ uni.hideLoading()
|
|
setTimeout(()=>{
|
|
setTimeout(()=>{
|
|
// 刷新服务项
|
|
// 刷新服务项
|
|
this.getServerList()
|
|
this.getServerList()
|