RobertJone
RobertJone
  • 发布:2023-08-28 23:39
  • 更新:2023-08-28 23:39
  • 阅读:367

uniapp中使用了Aliplayer播放器,在web上可以正常播放,但是打包成app之后,却提示Aliplayer is not defined

分类:uni-app

web能正常播放,打包成app就不行了,提示Aliplayer is not defined
尝试过多种办法:

  1. 在index.html里面直接写<script src="https://g.alicdn.com/de/prismplayer/2.9.12/aliplayer-min.js" type="text/javascript" charset="utf-8"></script>
  2. 在对应使用的vue页面里,使用renderjs的方式,动态加载js,打开webview调试界面,在Elements里面也确实看到了script标签
    这两种方式在app上都会提示同样的错误:Aliplayer is not defined,有没有解决过类似的问题的前辈,望指点一二
2023-08-28 23:39 负责人:无 分享
已邀请:

要回复问题请先登录注册