- 发布版本的插件中全景图片不加载问题?
发布版本中全景图不加载显示问题,开发者工具中只有勾选了如图选项才可以显示并且提示error 勾选按钮: [图片] error: VM50:1 Url "https://***********.jpg" not in plugin's domain list. This network request will be blocked in release version. [图片]
2021-01-25 - 插件中的https图片在发布版本中无法显示如何解决?
开发者工具中,只有勾选了图中的这个选项才可以在开发者工具中查看。 [图片]
2021-01-25 - jploder无法加载,也无报错,一直黑屏
var wxPano = requirePlugin("wxPano") Page({ data:{ }, onReady:function(){ wxPano.onReady = function () { //wxPano初始化完成后会触发此事件 } wxPano.config({//初始配置函数 panolist:[//全景图信息集合 //场景一 { name:"p1", src:"https://7465-testone-13f5c7-1259032897.tcb.qcloud.la/img8000/1%20(1).jpg?sign=8089e132327d51a7ba03929b1cee3b87&t=1600692817", infospots:[ //信息标记 { //壁画简介按钮 type: "page",//跳转到壁画说明 page: function(){ wx.navigateTo({url: "work", }) }, position: { x: 0.546, y: 0.397 }, size: 1, icon: "info", opacity: 1, }, {//前进箭头 至p2 type:"pano", entryname:"p2", position:{ x: 0.49, y: 0.589}, icon: "arrow", } ] }/*代码片段*/ ], request: "wx.request", loader:"JPLoader", entryname:"p1" }); }, covertap:function(){ } }) [图片]
2020-10-08 - not in plugin's domain list如何解决?
Url "https://******************" not in plugin's domain list. This network request will be blocked in release version.
2020-09-21 - pc端模拟器如何实现手机端上的双指放大操作?
如题
2020-08-09 - 小程序怎么放入一个全景图?样图在下面,要求能自由缩放,任意滑动。
[图片] 下面这个链接是最终做好的效果 https://art2020.cafa.edu.cn/school_new/m/vtour.html?guid=f832849a-e7cf-2ec3-bdcd-153b203af6b0&from=singlemessage#pa_id=2160
2020-08-07 - 有没有可以运行的demo
有没有可以运行的demo
2020-08-03