我有快速查看弹出使用jquery.fancybox.pack.js和一个滑块与图片库弹出使用jquery.fancybox.js
控制台中有一个脚本错误,比如"TypeError:$.fancybox.getInstance is not a function“,还有一个滑块图片库弹出窗口的问题(每次点击图片时只打开第一张图片)
我试图通过删除在local.xml文件中初始化的jquery.fancybox.js文件来解决脚本错误。现在解决了脚本错误。但我的滑块与图片库弹出将不会工作。
当我在local.xml中初始化这两个fancyBox文件时,得到了一个错误:“错误: jquery
TcPlayer-2.3.2.js:2 Uncaught ReferenceError: Hls is not defined
at t.__hlsLoaded (VM1243 TcPlayer-2.3.2.js:2)
at VM1243 TcPlayer-2.3.2.js:2
at HTMLScriptElement.n.onload.n.onreadystatechange (VM1243 TcPlayer-2.3.2.js:1)
图片.png
图片.png
调研互动课堂的 ticSdk.getBoardInstance().addBackgroundPic 新增白板并添加背景图片接口报js错误,直接设置背景图片接口是好的
board_sdk.mini.js:1 Uncaught TypeError: this.board.createBoradId is not a function
at d.addBackgroundPic (board_sdk.mini.js:1)
at online.addBackgroundPic (appForT.js?1=1:487)
at HTMLButtonElement.<anon
vue3项目,打包部署到静态网站托管服务,配置索引为 index.html。通过默认域名访问,页面加载成功,但部分 css 和 js 文件加载提示 "No data found for resource with given identifier"。云开发匿名登录正常,但页面交互功能缺失(部分),本地开发没有问题。
访问 index.html 请求提示 “We're sorry but *** doesn't work properly without JavaScript enabled. Please enable it to continue.” 该怎么配