gz-wxparty/app.js
@@ -3,6 +3,12 @@ App({ onLaunch() { // 字体 wx.loadFontFace({ family: 'DingTalk', // 字体名称 source: 'url("../../font/DingTalk_JinBuTi_Regular.ttf")', global: true, // 是否全局生效 }) // 小程序更新 const updateManager = wx.getUpdateManager(); updateManager.onCheckForUpdate(function (res) {