|
@@ -295,6 +295,7 @@ common={
|
|
|
_this.data.angle = 0;
|
|
|
leftContent.setAttribute('style', 'transform: rotate(0deg)');
|
|
|
rightContent.setAttribute('style', 'transform: rotate(0deg)');
|
|
|
+ clearInterval(this.data.ts);
|
|
|
}
|
|
|
}, 1000)
|
|
|
}, tips: function (text, time) {
|