会不会是 ios这边 获取 签名时机 有问题
IOS系统签名认证报错,但是同样的页面安卓系统访问就没有问题,有遇到的吗?我正在使用uview+uniapp 开发公众号网页, 其中有根据经纬度跳转位置导航的需求,我用到了这个wx.openLocation接口 安卓系统中:一切正常能打开地图 IOS系统中:却报错签名有问题,但是刷新页面后再点击【立即导航】按钮就能正常跳转了 import img from '../../static/image/address.png'; import { MapLoader } from '../../common/utils.js'; const wx = require('jweixin-module'); export default { data() { return { pageLoading: false, latitude: 26.649295, longitude: 102.252515, mapContext: null }; }, onLoad() { console.warn(location.href, 'map:location.href') MapLoader().then(() => { this.$nextTick(function() { this.initData(); }) }) }, methods: { async initData () { try{ this.pageLoading = true; this.$u.showLoading(); await this.initWx(); await this.initMap(); }catch(e){ } finally { this.$u.hideLoading(); this.pageLoading = false; } }, async initMap() { const center = new TMap.LatLng(this.latitude, this.longitude) const map = new TMap.Map(document.getElementById('map'), { center: center, zoom: 18.2, pitch: 43.5, rotation: 45 }); const markerLayer = new TMap.MultiMarker({ map: map, styles: { "myStyle": new TMap.MarkerStyle({ "width": 250, "height": 50, "src": '../../static/image/map_address.png', "anchor": { x: 110, y: 10 } }) }, geometries: [{ "id": "1", "styleId": 'myStyle', "position": new TMap.LatLng(this.latitude, this.longitude), }, { "id": "2", "styleId": 'marker', "position": new TMap.LatLng(this.latitude, this.longitude), }] }); }, async initWx() { try{ const res = await this.$http.get('/WxApp/GetShareConfig', { url: location.href, }); const data = res.data; await wx.config({ debug: data.debug, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。 appId: data.appId, // 必填,公众号的唯一标识 timestamp: data.timestamp , // 必填,生成签名的时间戳 nonceStr: data.nonceStr, // 必填,生成签名的随机串 signature: data.signature,// 必填,签名 jsApiList: data.jsApiList // 必填,需要使用的JS接口列表 ['openLocation'] }); }catch(e){ this.$u.toast(e.message) } }, openMap() { const {latitude, longitude} = this; wx.ready(function() { wx.openLocation({ latitude: latitude, // 纬度,浮点数,范围为90 ~ -90 longitude: longitude, // 经度,浮点数,范围为180 ~ -180。 name: '防震减灾服务中心', // 位置名 address: '四川省凉山彝族自治州会理市G108(京昆线)', // 地址详情说明 scale: 15, // 地图缩放级别,整形值,范围从1~28。默认为最大 infoUrl: '' // 在查看位置界面底部显示的超链接,可点击跳转 }); }) } } }
2022-06-08是的 可以看下是不是有插件影响,再看下 是不是 有什么层级覆盖导致遮挡
要改的文字没有显示在界面内怎么办?[图片] 家里和公司的电脑登上去都这样显示,不在界面内怎么改字呢
2022-06-08每个月 有 几次 加急审核发布,用那个就行
请问一下我们的小程序什么时候可以审核通过?我们的小程序之前都是几个小时审核通过的,现在就改了个文案,请问能否加速审核,我们急着给客户演示呢
2022-06-08可以吧 小程序过审核 也需要你发布才行的
求教在小程序更新升级提交代码审核过程中小程序还能正常使用吗?求教在小程序更新升级提交代码审核过程中小程序还能正常使用吗?
2022-06-08不是有图片加载失败监听么 binderror
图片渲染失败怎么解决[渲染层网络层错误] Failed to load image https://saas-dl.gdyhsp.com/soqa8%2F202109301038130797_%E9%BB%84%E8%8A%B1%E9%B1%BC.jpg net::ERR_CACHE_READ_FAILURE From server 183.2.207.92(env: Windows,mp,1.05.2201240; lib: 2.21.3) [图片]
2022-04-06上架多久了 刚上架应该搜索不到
小程序搜索不到是什么原因?小程序名称:Baozi的店 AppID(小程序ID):wxfba16ea969bb3202 隐私设置:允许被搜索 [图片] 请官方帮忙看下
2022-03-30有加急审核哦
小程序审核?今天小程序审核巨捷豹慢是为什么?微信今天不上班么,人麻了[图片]
2021-12-15https://developers.weixin.qq.com/community/develop/doc/000cacfa20ce88df04cb468bc52801?highLine=%25E5%25B0%258F%25E7%25A8%258B%25E5%25BA%258F%25E7%2599%25BB%25E5%25BD%2595
微信小程序怎么点击登录?点击登录一键登录,。一键获取信息
2021-12-15这是 编译之后的吧,之前这种不可以么 key={a.id}
taro+vue开发的小程序在列表循环中怎么绑定key?开发者工具没绑定key的提醒 [图片] 源码:vue的 :key="index" 也试过 taro列表循环的tarokey也试过还是不行 [图片]
2021-12-15git上没有 试试反编译?
小程序的代码没有了,怎么下载小程序源代码?已知条件: 1.小程序appid 2.能登录小程序后台。 怎么下载源码?
2021-12-15