ソースを参照

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

liuboyan 4 年 前
コミット
9b04e56480
1 ファイル変更3 行追加0 行削除
  1. 3 0
      pagesGood/auctionDetail.vue

+ 3 - 0
pagesGood/auctionDetail.vue

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