소스 검색

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

evoxwht 2 년 전
부모
커밋
6aad9a21b6
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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({