个人案例
- 出趣游
景点推荐、路线推荐、实时讲解、AI咨询
出趣游扫码体验
- 美聚乡村微应用
乡村景点,精品乡村景点
美聚乡村扫码体验
请问楼主,读取ext_json对象,可以自定义修改里面的 navigationBarTitleText 标题吗?
三方平台发布上线问题我参照官方文档通过 api 进行的代码提审https://api.weixin.qq.com/wxa/commit?access_token=TOKEN { "template_id":0, "ext_json":"JSON_STRING", //*ext_json需为string类型,请参考下面的格式* "user_version":"V1.0", "user_desc":"test", } 在上面的 ext_json 中, 指定了 extPages 及 pages 对象. 这个值与小程序里的 app.json 里的 page 字段保持一至 也试过仅设置 extPages 不设置 pages, 或只设置 pages 不设置 extPages 然后在 "体验版" 中使用都正常. . 只要发布上线后, 除了 pages/index/index 外. . 其它所有都报 pages/xxx/xx is not in app.json
2018-05-14关注
地图Map 在有多个marker标记点的情况下 include-points地图map在有上百个marker的情况下,include-points 去除会加载不出数据而且存在卡顿。去除include-points的目的是修改scale值,如果include-points存在则改变scale值无效。不懂是否是bug,但是卡顿的情况是确实存在的。
2018-05-13关注。目前没有用到该api,在ios上也发生了这种情况
BUG反馈,地图的markers一会显示一会不显示地图的markers写好之后,在地图当中本来可以显示,但是配合 wx.createMapContext(mapId, this)的API中includePoints的对象进行地图视野移动的时候,地图上的markers会随机的消失,请问是怎么回事?是BUG吗?
2018-05-13关注,我们也遇到该情况,多次点击markers也会导致其他的markers消失,目前只有ios会
ios手机 marker设置了callout,手机多次缩放marker会丢失* Bug 表现是什么 marker丢失 * 如何复现? 在iPhone6手机上 缩放地图2-5次 * 提供一个最简复现 Demo js Page({ data: { myMarkers: [], latitude: '22.607340393876836', longitude: '114.13628160953523', scale: '14', }, onLoad: function (data) { let artGallery = [{ id: 1, latitude: 22.53897, longitude: 113.99268, type: 1, width:28, height:28, callout: { fontSize: 14, color: '#ffffff', content: "深圳玩咖艺术空间", bgColor: '#6c6c6c', borderRadius: 10, padding: 4, display: 'BYCLICK' } }, { id: 4, latitude: 22.60286, longitude: 114.17814, type: 1, width:28, height:28, callout:{ fontSize: 14, color: '#ffffff', content: "深圳意象美术馆IMAGE GALLERY", bgColor: '#6c6c6c', borderRadius: 10, padding: 4, display: 'BYCLICK' } }, { id: 2, latitude: 22.61003, longitude: 114.13583, type: 1, width:28, height:28, callout:{ fontSize: 14, color: 'white', content: "太阳山艺术中心Sunrise Art Center", bgColor: '#6c6c6c', borderRadius: 10, padding: 4, display: 'BYCLICK' } },{ id: 3, latitude: 22.607340, longitude: 114.13628, type: 1, width:28, height:28, callout:{ fontSize: 14, color: '#ffffff', content: "我的位置", bgColor: '#6c6c6c', borderRadius: 10, padding: 4, display: 'BYCLICK' } } ] this.setData({ myMarkers: artGallery }) }, }) wxml <map id="myMap" style="width: 100% ; height: 100vh" longitude="{{longitude}}" latitude="{{latitude}}" scale="{{scale}}" markers="{{myMarkers}}"></map>
2018-05-13关注,我们也遇到了这个问题,到现在还没找到解决方案。
iOS动态设置markers有概率不显示iOS动态设置markers有概率不显示,这个问题大家遇到了么?? ios遇到,安卓没问题
2018-05-13