动态加载字体bug
- 当前 Bug 的表现(可附上截图)
- 预期表现
小程序关闭过一段时间或者清空缓存,打开工具或刷新首次加载会加载失败
- 复现路径
- 提供一个最简复现 Demo
getFonts:function(){
wx.loadFontFace({
family: ‘PingFang’,
source: ‘url(“https://aoyivideo.oss-cn-shenzhen.aliyuncs.com/test/PingFang.ttf”)’,
success: function(res){
console.log(res);
},
})
},
该函数在index.wxml的onload函数中调用
1 回复
你好,可以通过搜索社区找到答案,请参考一下:
wx.loadFontFace
https://developers.weixin.qq.com/community/develop/doc/00026076368a58b3c2f69db6451000