Browse Source

[edit][bug]

zhangwei 3 years ago
parent
commit
28112678f6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      pages/index.vue

+ 0 - 1
pages/index.vue

@@ -314,7 +314,6 @@ export default {
 		},
 		},
 		getFontSize(amount) {
 		getFontSize(amount) {
 			let _num = parseInt(360 / amount.length);
 			let _num = parseInt(360 / amount.length);
-			debugger
 			this.amount_font_size = _num < 46 ? _num : 46;
 			this.amount_font_size = _num < 46 ? _num : 46;
 		},
 		},
 		setCookieMid() {
 		setCookieMid() {