希望微信官方可以给出合理的解释和修复这个问题的时间。
第三方服务商的模板库为什么在11月11日晚上全部消失了?11月11日晚上,突然发现我们小程序第三方服务商的小程序模版库全部消失。
2018-11-12我也碰到了这样的问题。 请问这个问题解决了吗?[图片]
map.includePoints 的padding无效<!-- .wxml --> <map id='myMap' longitude='{{longtitude}}' latitude='{{latitude}}' show-location scale='12' markers='{{markers}}' bindmarkertap='tapToShowCard' bindcallouttap='tapToShowDetail'></map> <!-- .js --> var sourceMarker = [{ latitude: 24.508513, longitude: 118.107597, iconPath: '../../sources/marker.png', width: 22, height: 30, callout: { content: '查看详情', fontSize: 16, borderRadius: 5, padding: 8, display: 'ALWAYS' } },{ latitude: 24.508439, longitude: 118.10778, iconPath: '../../sources/marker.png', width: 22, height: 30, callout: { content: '查看详情', fontSize: 16, borderRadius: 5, padding: 8, display: 'ALWAYS' } },{ latitude: 24.5084, longitude: 118.107168, iconPath: '../../sources/marker.png', width: 22, height: 30, callout: { content: '查看详情', fontSize: 16, borderRadius: 5, padding: 8, display: 'ALWAYS' } }] Page({ /** * 页面的初始数据 */ data: { latitude: 0, longtitude: 0, markers: sourceMarker, points: sourcePoints }, /** * 生命周期函数--监听页面加载 */ onLoad: function (options) { var that = this; wx.getLocation({ success: function(res) { that.setData({ latitude: res.latitude, longtitude: res.longitude }) that.mapCtx = wx.createMapContext('myMap'); that.includePoints(); }, }) }, includePoints: function () { this.mapCtx.includePoints({ padding: [20], points: [{ latitude: 24.508513, longitude: 118.107597, }, { latitude: 24.508439, longitude: 118.10778, }, { latitude: 24.5084, longitude: 118.107168, }] }) }, /** * 生命周期函数--监听页面初次渲染完成 */ onReady: function () { }, /** * 生命周期函数--监听页面显示 */ onShow: function () { }, /** * 生命周期函数--监听页面隐藏 */ onHide: function () { }, /** * 生命周期函数--监听页面卸载 */ onUnload: function () { }, /** * 页面相关事件处理函数--监听用户下拉动作 */ onPullDownRefresh: function () { }, /** * 页面上拉触底事件的处理函数 */ onReachBottom: function () { }, /** * 用户点击右上角分享 */ onShareAppMessage: function () { } })
2018-11-09那什么时侯可以得到支持呢? 这是一个值得解决的问题。
cover-view 在安卓手机上flex布局不生效- 当前 Bug 的表现(可附上截图) 问题描述: cover-view 在 诺基亚手机(型号:Nokia 7 plus, 安卓版本:8.1.0)上使用flex布局,不生效。在IOS和安卓手机上 cover-view设置box-shadow都不生效。 [图片] - 预期表现 - 复现路径 - 提供一个最简复现 Demo <picker mode="selector" bindchange="onDateChange" value="{{selectedDateIndex}}" range="{{}}" range-key="name"> <cover-view class="picker-wrapper"> <cover-image class="calendar" src="{{iconPath.ICON_CALENDER}}" mode="aspectFill" /> <cover-view class="name">{{}}</cover-view> <cover-image class="lower-triangular" src="{{}}" /> </cover-view> </picker> .picker-wrapper { height: 56rpx; width: 207rpx; position: fixed; left: 30rpx; bottom: 46vh; display: flex; align-items: center; justify-content: space-evenly; border-radius: 28rpx; background-color: #fafafa; box-shadow: 0 4rpx 7rpx 0 rgba(0, 0, 0, 0.2); .calendar { width: 32rpx; height: 32rpx; } .name { font-size: 26rpx; color: #666666; } .lower-triangular { width: 20rpx; height: 20rpx; will-change: transform; } }
2018-11-08谢谢
小程序代码审核失败小程序 “魅族Care商城” 代码发布审核失败。 [图片] 但是体验版和小程序开发者工具中正常: [图片]
2018-06-25