shish 3 лет назад
Родитель
Сommit
97f6e8de31
1 измененных файлов с 1 добавлено и 0 удалено
  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: '操作成功' })
 					}
 				}