Ver código fonte

字体问题

luxf 1 dia atrás
pai
commit
80786a8b72
1 arquivos alterados com 2 adições e 2 exclusões
  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 {