00后霸道总裁
00后霸道总裁
  • 发布:2020-08-12 15:11
  • 更新:2020-08-26 18:39
  • 阅读:941

HbuilderX 2.8.3.20200728 自定义基座,无法把云插件打包进去

分类:HBuilderX

hx配置插件见图片,App.vue中引用:

const openinstall = uni.requireNativePlugin('openinstall-plugin');  
            openinstall.init();  
            console.log("openinstall.init")  
            openinstall.getInstall(3,  
                function(result) {  
                    console.log('getInstall : channel=' + result.channelCode + ', data=' + result.bindData);  
                }  
            );

运行后报错:
15:07:27.387 [Vue warn]: Error in onLaunch hook: "TypeError: openinstall.init is not a function"
15:07:27.435 (found at App.vue:1)
15:07:27.457 TypeError: openinstall.init is not a function
15:07:27.482 App Show at App.vue:139

自定义基座,删除过,重新打包过,手机上的app logo、版本都是自定义的,确定安装最新的基座了

PS: 以前用的HX 2.6.3,今天突然打包app提示线上版本和打包版本不一致。。。,不要强制升级HX啊啊啊啊

2020-08-12 15:11 负责人:无 分享
已邀请:
00后霸道总裁

00后霸道总裁 (作者) - 00后霸道总裁

插件:openinstall-plugin

l***@163.com

l***@163.com - blog.lanccj.cn

新软件新建项目拷贝文件解决吧,等问题解决太慢了,我是这么操作的

00后霸道总裁

00后霸道总裁 (作者) - 00后霸道总裁

果然,官方真的没人解决问题。。。

00后霸道总裁

00后霸道总裁 (作者) - 00后霸道总裁

官方人呢?

00后霸道总裁

00后霸道总裁 (作者) - 00后霸道总裁

坑货,插件更新了,偷偷把init方法去除了。。。

openinstall.init() 这句代码不需要了

插件更新不向前兼容?你留个空方法也行吧

  • openinstall

    由于1.3.0版本出现影响比较大的BUG,紧急回退到了1.2.2,没有做兼容。

    对此给您造成的不便表示深深的歉意,我们以后会严格测试。

    2020-08-26 18:36

openinstall

openinstall - openinstall

该问题目前已经被锁定, 无法添加新回复