收藏
回答

测试引用插件没问题,真机引用报错

框架类型 问题类型 终端类型 操作系统 微信版本 基础库版本
小程序 Bug 客户端 6.7.0 1.0.1

测试引用插件没问题,真机引用报错,而且报错在“provider”id后多了/0


回答关注问题邀请回答
收藏

2 个回答

  • LastLeaf
    LastLeaf
    2018-06-28

    你好,看起来是在执行 requirePlugin 的时候报的错?


    麻烦提供一下引发这个错误的代码。

    2018-06-28
    有用
    回复 7
    • 面包卷大葱
      面包卷大葱
      2018-06-28

      js 方法直接运行

      2018-06-28
      回复
    • 面包卷大葱
      面包卷大葱
      2018-06-28回复面包卷大葱

      js 方法直接运行

      let myPluginInterface  = requirePlugin ( 'myPlugin' );

      console . log ( myPluginInterface );


      2018-06-28
      回复
    • LastLeaf
      LastLeaf
      2018-06-28

      而且报错在“provider”id后多了/0” 这个是正常的表现。


      麻烦在调试模式 vConsole 里面看下这个报错之前还有没有别的报错?

      2018-06-28
      回复
    • 面包卷大葱
      面包卷大葱
      2018-06-28回复LastLeaf

      只是调用了 引用 这句话 是不是配置问题?

      2018-06-28
      回复
    • 面包卷大葱
      面包卷大葱
      2018-06-28回复LastLeaf

      ceshi:function(){

      let myPluginInterface = requirePlugin('myPlugin');

      console.log(myPluginInterface);

      },


      2018-06-28
      回复
    查看更多(2)
  • 面包卷大葱
    面包卷大葱
    2018-06-28

    let myPluginInterface = requirePlugin('myPlugin');

    console.log(myPluginInterface);


    2018-06-28
    有用
    回复
登录 后发表内容