兼容性 API 使用的 bug
作者: tao2years创建于 2021年4月1日更新于 2025年2月6日
In the nideshop-mini-program-master\\lib\\wxParse\\html2json.js file, lines 87 and 94 use the console.dir API. The console.dir API is not supported by the official WeChat mini program documentation. It relies on the js engine of the host machine, and has caused problems that cannot be parsed, resulting in the project crashing. Can you please confirm the problem? You can replace it with console.log.
内容来源: tumobi/nideshop-mini-program