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