Browse Source

中奖记录页面填写收货信息之后刷新页面

evoxwht 2 năm trước cách đây
mục cha
commit
6aad9a21b6
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      template/uni-app/pages/goods/lottery/grids/record.vue

+ 3 - 1
template/uni-app/pages/goods/lottery/grids/record.vue

@@ -122,7 +122,9 @@
 						title: this.$t(`领取成功`)
 					});
 					this.addressModel = false
-					this.where.page = 1
+					this.where.page = 1
+					this.loadend = false;
+					this.lotteryList = [];
 					this.getLotteryList()
 				}).catch(err => {
 					this.$util.Tips({