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