默认情况下安装wgt包时会进行版本校验的,即只能是高版本覆盖低版本(避免错误操作导致降级),如果确实需要降级,则可以通过force参数进行控制: plus.runtime.install( wgtFilePath, {force:true}, function(){ console.log("安装wgt成功"); }, function(){ console.log("安装wgt失败"); });
2***@qq.com
安装wgt文件后 plus.runtime.restart();重启后还是原来的界面 xcode中读取路径为-- NSString* pWWWPath = [[[NSBundle mainBundle] bundlePath] stringByAppendingPathComponent:@"Pandora/apps/H5EF3C469/www"];
大佬什么原因啊???
2018-05-22 15:12