收藏
回答

wxPano 接口无法访问 config

问题类型 插件 AppID 插件版本号 AppID 操作系统 微信版本 基础库版本
Bug wx386c038238531f87 2.1.0 wx99cdb17409f07595 Android 7.0.14 8.0.0
<pano :panolist="panolist"  :entryname="entrypanoname" style="width: 320px;height: 240px;" :autoinit="autoinit">
     <cover-view style="position: fixed;top:80%;width:100%;text-align:center;">
</pano>
// autoinit:false,entrypanoname:'xindamen',

wxPano = requirePlugin("wxPano")
			console.log("wxPano:",wxPano)
			
			// 全景展示平台加载完成事件
			wxPano.onReady = function (e) { //wxPano初始化完成后会触发此事件
				console.log("onReady",e)
			}
			
			wxPano.config({
				panolist:[{
					name:"xindamen",
					src: "https://www.aiotforest.com/pano2048-1024.jpg",
					infospots:[ //信息标记
						{
							type: "modal",
							modal: {
								title: "wxPano",
								content: "欢迎使用wxPano"
							},
							position: { x: 0.092, y: 0.434 },
							size: 1,
							icon: "info",
							bindcamera:true,
							bindsize: 0.5,
							bindicon: "info",
							bindopacity:0.75,
							bindposition: { x: 0.5, y: 0.75 }
						},
						{
							type: "page",
							page: function(){
								wx.navigateTo({url: "ar",
									success(evt) {
										console.log(evt);
									}
								})
							},
							position: { x: 0.437, y: 0.447 },
							size: 1,
							icon: "info"
						}
					]
                          }],
				request:wx.request,
				loader:"GLLoader",
				entryname:"xindamen"
			})

回答关注问题邀请回答
收藏

2 个回答

  • chove。
    chove。
    2023-04-16

    大佬解决了吗

    2023-04-16
    有用
    回复
  • 小程序开发 · cc
    小程序开发 · cc
    2020-05-13

    这是组件和开发的问题,不是微信的问题。

    2020-05-13
    有用
    回复
登录 后发表内容
问题标签