shish %!s(int64=3) %!d(string=hai) anos
pai
achega
97f6e8de31
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      hdPad/src/pages/home/components/console.vue

+ 1 - 0
hdPad/src/pages/home/components/console.vue

@@ -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: '操作成功' })
 					}
 				}