|
@@ -181,6 +181,7 @@ export default {
|
|
|
this.orderId = res.data.id
|
|
this.orderId = res.data.id
|
|
|
this.price = res.data.mainPay ? Number(res.data.mainPay) : 0
|
|
this.price = res.data.mainPay ? Number(res.data.mainPay) : 0
|
|
|
}else{
|
|
}else{
|
|
|
|
|
+ this.$refs.gatheringRef.close()
|
|
|
uni.showToast({title: '操作成功' })
|
|
uni.showToast({title: '操作成功' })
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|