소스 검색

Merge remote-tracking branch 'origin/dev' into dev

yanj 1 일 전
부모
커밋
2a195bccfb
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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 {