更新下,刚好了
ios 扫码开发版二维码 提示当前网络不可用,无法打开小程序?-----急急急ios 扫码开发版二维码 提示当前网络不可用,无法打开小程序-----急急急。切换到android就没有问题。 如果代码包已经下载好。点击分包代码入口会显示,错误104。小程序过期无法显示页面
2023-11-20楼主解决了吗
微信小程序的map-polyline中的segmentTexts,在设置后未看到效果?Page({ data: { latitude: 23.099994, longitude: 113.324520, markers: [{ id: 1, latitude: 23.099994, longitude: 113.324520, name: 'T.I.T 创意园' }], polyline: [{ points: [{ latitude: 23.099994, longitude: 113.344520, }, { latitude: 23.199994, longitude: 113.324520, }, { latitude: 23.199984, longitude: 113.304520, }, ], segmentTexts: [{ startIndex: 0, endIndex: 1, name: 'setmengtext1' },{ startIndex: 1, endIndex: 2, name: 'setmengtext2' }], textStyle: { textColor:'#ff0000', strokeColor:'#ff0000', fontSize: 14 }, color: "#fff", width: 15, arrowLine: true, borderWidth: 1 //线的边框宽度,还有很多参数,请看文档 }], covers: [{ latitude: 23.099994, longitude: 113.344520, iconPath: '/image/location.png' }, { latitude: 23.099994, longitude: 113.304520, iconPath: '/image/location.png' }] }, onReady: function (e) { this.mapCtx = wx.createMapContext('myMap') }, getCenterLocation: function () { this.mapCtx.getCenterLocation({ success: function (res) { console.log(res.longitude) console.log(res.latitude) } }) }, moveToLocation: function () { this.mapCtx.moveToLocation() }, translateMarker: function () { this.mapCtx.translateMarker({ markerId: 1, autoRotate: true, duration: 1000, destination: { latitude: 23.10229, longitude: 113.3345211, }, animationEnd() { console.log('animation end') } }) }, includePoints: function () { this.mapCtx.includePoints({ padding: [10], points: [{ latitude: 23.099994, longitude: 113.344520, }, { latitude: 23.199994, longitude: 113.324520, }, { latitude: 23.199984, longitude: 113.304520, }, ] }) } })
2022-12-30同样的现象,跟上
体验版进不去- 当前 Bug 的表现(可附上截图) - 预期表现[图片] - 复现路径 - 提供一个最简复现 Demo 体验版二维码扫码后出来小程序信息,但是进入体验版按钮点击没反应
2019-03-04是因为http吧?看看保存图片路径是http是不行的。
小程序保存图片到相册,为什么上线后失效了保存1图片到相册功能 wx.saveImageToPhotosAlbum本地,测试版什么的都是成功的,上线正式版后就失效了
2018-10-19