luxf 1 dag sedan
förälder
incheckning
80786a8b72
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      main.js

+ 2 - 2
main.js

@@ -118,9 +118,9 @@ Vue.prototype.loadFontFace = function(fontFamily) {
 		// 开发者工具没有该字体
 		wx.getSystemInfo({
 		  success(res) {
-		    if (res.platform === 'devtools') {
+		    // if (res.platform === 'devtools') {
 					loadCloudFontFace(fontUrls[fontFamily], fontFamily + '.ttf', fontFamily)
-		    }
+		    // }
 		  }
 		})
 	} else {