请求签名的 url 需要完整路径,location.href
微信开放标签wx-open-launch-weapp报错签名不正确,请问怎么回事?需求是从h5中跳转到小程序, 方案是使用微信开放标签; 报错如下:[图片][图片] 代码如下: [图片][图片][图片][图片] [图片] [图片] 补充说明: 1.jssdk是通过npm下载的,版本是1.6.0
05-20没看懂,readBLECharacteristicValue 不是读特征值的吗?不是只有一次的数据吗?notifyBLECharacteristicValueChange 不才是启用特征值变化的吗?
怎么关闭wx.readBLECharacteristicValue的调用?1、首先在 wx.readBLECharacteristicValue()中完成了连接,可以在wx.onBLECharacteristicValueChange()中获取数据。 2、后续怎么关闭 wx.readBLECharacteristicValue()? 不再建立连接,(即便数据发生改变也无法通过wx.onBLECharacteristicValueChange()中获取数据) 有关闭wx.readBLECharacteristicValue()的方法吗?
05-20或许你应该去学习一下 Typescript。。。
你们觉得腾讯他们家的文档写的怎么样?真的是了, 这个T是什么, 无力吐槽 https://developers.weixin.qq.com/miniprogram/dev/api/xr-frame/classes/AssetsSystem.html#getAsset [图片]
05-16[图片]
获取不到location.search?后端提供一个URL拼接参数的二维码,微信扫码跳转H5页面 在开发者工具的公众号网页调试可以location.search获取到两个参数 微信扫码获取不到
05-15参考一下示例:[图片] polyline 传入的是一个数组[图片] 而且经纬度的L 要小写[图片]
为什么我的map组件中polyline不显示?.wxml: <view class="map"> <map id="route_map" latitude="{{latitude}}" longitude="{{longitude}}" style="height: 100%; width: 100%;" polyline="{{polyline}}" show-location="true"> </map> </view> 数据是从数据库中获取到的,下面是处理过程,打印信息。 .js: //参数定义 data: { latitude: 39.7850456237793, longitude: 116.49617767333984, polyline: { points:[ {Latitude: 39.7850456237793, Longitude: 116.49617767333984}, {Latitude: 39.78499984741211, Longitude: 116.49617767333984}, {Latitude: 39.78501892089844, Longitude: 116.49617767333984}, {Latitude: 39.78501510620117, Longitude: 116.49617767333984}, {Latitude: 39.78501892089844, Longitude: 116.49617767333984}, {Latitude: 39.785003662109375, Longitude: 116.49617767333984}, {Latitude: 39.785003662109375, Longitude: 116.4961929321289}, {Latitude: 39.78498458862305, Longitude: 116.49620819091797}, {Latitude: 39.785037994384766, Longitude: 116.49617004394531}, {Latitude: 39.785011291503906, Longitude: 116.49617767333984}, {Latitude: 39.78500747680664, Longitude: 116.49617767333984}, {Latitude: 39.78498077392578, Longitude: 116.4961929321289}, {Latitude: 39.78500747680664, Longitude: 116.49617767333984}, {Latitude: 39.78501510620117, Longitude: 116.49617767333984}, {Latitude: 39.78501510620117, Longitude: 116.4961929321289}, {Latitude: 39.785125732421875, Longitude: 116.49617004394531}, {Latitude: 39.7850227355957, Longitude: 116.4961929321289}, {Latitude: 39.78496551513672, Longitude: 116.49620819091797}, {Latitude: 39.78501510620117, Longitude: 116.4961929321289}, {Latitude: 39.78501510620117, Longitude: 116.4961929321289}, {Latitude: 39.78501510620117, Longitude: 116.4961929321289}, {Latitude: 39.78504180908203, Longitude: 116.4961929321289}, {Latitude: 39.78499984741211, Longitude: 116.4961929321289}, {Latitude: 39.785003662109375, Longitude: 116.49620819091797}, {Latitude: 39.7850341796875, Longitude: 116.49617767333984}, {Latitude: 39.78496551513672, Longitude: 116.49620819091797}, {Latitude: 39.78495407104492, Longitude: 116.49620819091797}, {Latitude: 39.784976959228516, Longitude: 116.49620819091797}, {Latitude: 39.78498458862305, Longitude: 116.49620819091797}, {Latitude: 39.78496551513672, Longitude: 116.49620819091797}, ], }, }, //数据获取到后处理过程 success: function (res) { //成功获取到值,返回一个 res 对象。 console.log(res); console.log("数据长度:", res.data.length) //判断是否没有对应的数据 var data_len = res.data.length; if (data_len == 0) { wx.showToast({ title: '未查到定位信息', }) return } else { wx.showToast({ title: '查询成功', icon: 'success' }) } _this.setData({ // 将路线的起点设置为地图中心点 latitude:res.data[0].latitude, longitude:res.data[0].longitude, // 绘制路线 polyline: { points: res.data, color: '#58c16c', width: 6, borderColor: '#2f693c', borderWidth: 1 } }) console.log("获取到的坐标:",_this.data.polyline) }, fail: function () { //没有获取到值,说明这中间出问题了。 console.log("获取失败"); } }) //打印的调试信息 [图片] [图片][图片] 代码片段:https://developers.weixin.qq.com/s/tmfpabmK7VRz
05-14直接下载 animate.min.css,后缀改成 wxss,再在 app.wxss 中引入
微信小程序引入animate.css后代码体积过大,有什么好的建议可以支持animate.css吗?目前项目已分包,但是一引入animate.css代码就传不上去了 [图片] [图片] [图片]
05-14是微信号不是微信名哦,微信上搜不到你这个微信号
微信小程序无法添加成员我的微信号是 jingliu_xiong , 我的隐私权限也是设置了能够通过微信号找到,但在成员管理时无法查到我,如何处理。[图片]
03-11https://developers.weixin.qq.com/miniprogram/product/record/sms_verification.html#_8%E3%80%81%E5%B7%A5%E4%BF%A1%E9%83%A8%E6%A0%A1%E9%AA%8C%E7%9F%AD%E4%BF%A1%E6%98%AF%E5%8F%91%E5%B0%8F%E7%A8%8B%E5%BA%8F%E8%B4%9F%E8%B4%A3%E4%BA%BA%E6%89%8B%E6%9C%BA%E9%87%8C%E5%90%97%EF%BC%9F%E8%BF%98%E6%98%AF%E5%8F%91%E9%80%81%E5%88%B0%E4%B8%BB%E4%BD%93%E8%B4%9F%E8%B4%A3%E4%BA%BA%E6%89%8B%E6%9C%BA%E9%87%8C%EF%BC%9F
请问一下,小程序备案时小程序主体和小程序负责人是同时收到短信吗?小程序已经初审通过了,现在是工信部审核阶段,小程序主体已经收到短信了,小程序负责人还没有收到短信。 请问一下,小程序主体和负责人是分开收到短信,还是同时收到短信。 [图片]
03-11看看校验文件有没有放对目录
扫普通链接二维码打开小程序 不跳转怎么回事?配置好之后原本扫码能打开,隔了一天之后再扫码,结果只是网页输出了二维码的内容 并没有跳转小程序是怎么回事;期间改变了小程序的请求域名;但是单独访问小程序是正常的
03-08把「介绍」填好
小程序备案问题,无法备案?小程序通知需要备案,但是打开设置备案按钮无法点击,提示完善信息,应该如何操作 [图片]
03-07