问题描述:
最近使用真机调试微信小程序时,编译没有问题也没有报错,但是真机预览的时候页面空白页。现在教大家如何利用微信小程序提供的调试工具来精确的找到问题的所在。
1.首先将小程序编译到手机端,然后按照图片的指示操作
这样你就知道什么原因导致页面空白。
我的问题是:
MiniProgramError
TypeError: Cannot read property ‘getElementsByTagName’ of undefined
TypeError: Cannot read property ‘getElementsByTagName’ of undefined
at getElementsByTagName (static/css/iconfont/iconfont.js:1:12697)
at (static/css/iconfont/iconfont.js:1:2)
at require (WASubContext.js:2:2103006)
at at (app-service.js:9210:10)
由于是我在导入阿里图标的将其导入进去的,然后将它删掉页面成功显示了。