Browse Source

Signed-off-by: liuboyan <632697560@qq.com>
计时器

liuboyan 4 năm trước cách đây
mục cha
commit
9b04e56480
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      pagesGood/auctionDetail.vue

+ 3 - 0
pagesGood/auctionDetail.vue

@@ -77,6 +77,9 @@
 		onHide() {
 			clearInterval(this.timer)
 		},
+		onUnload() {
+			clearInterval(this.timer)
+		},
 		methods: {
 			//  获取拍卖详情
 			getAuctionData() {