|
@@ -148,8 +148,9 @@ var textCircle = document.querySelector(".text-circle");
|
|
|
$("#user_id").val(responsedata.info.user_id);
|
|
|
},'json');
|
|
|
function daoshu(argument) {
|
|
|
- clearInterval(ts) sum = 9;
|
|
|
- angle = 0;
|
|
|
+ clearInterval(ts);
|
|
|
+ sum = 9;
|
|
|
+ angle = 0;
|
|
|
leftContent.setAttribute('style', 'transform: rotate(0deg)');
|
|
|
rightContent.setAttribute('style', 'transform: rotate(0deg)');
|
|
|
ts = setInterval(function() {
|