收藏
回答

您好,请问 wx.openLocation() 在微信windows版上打开 地图 白屏

框架类型 问题类型 终端类型 AppID 环境ID 基础库版本
小程序 Bug 微信安卓客户端 wx2a0795a0c403eecd 1111 3.3.4

      wx.openLocation({

        latitude: Number(options.libraryLat), //维度

        longitude: Number(options.libraryLng), //经度

        name: options.libraryName, //目的地定位名称

        scale: 15, //缩放比例

        address: options.libraryAddr, //导航详细地址

      })


回答关注问题邀请回答
收藏
登录 后发表内容