3***@qq.com
3***@qq.com
  • 发布:2024-04-30 20:57
  • 更新:2024-04-30 20:57
  • 阅读:29

#插件讨论# 【 WordPress - mrTwelve 】mphtml运行报错,是否这样改呢?不会改坏了什么吧

分类:uni-app
关联插件: WordPress

我想问下有时候微信开发者工具运行时,在使用了mp-html的页面会报错,我是不是应该这样改mphtml.vue文件的两个地方呢,不会改坏了吧,请大侠指教

第一个地方 created ()中,

    for (let i = plugins.length; i--;) {    
      this.plugins.push(plugins[i])  
    }

改成

for (let i = plugins.length; i--;) {  
      plugins[i] = new Object(this)  
      this.plugins.push(plugins[i])  
    }

第二个地方setContent (content, append) 中

const nodes = new Parser(this).parse(content)

改成

const nodes = new Parser(this).parse(content)
2024-04-30 20:57 负责人:无 分享
已邀请:

要回复问题请先登录注册