- 微信小程序地图平面图的实现
[图片]
2019-04-16 - 压缩图片
微信小程序利用画布压缩图片后转成Base64 给后台,但是压缩没有效果。该怎么处理
2019-03-19 - cover-view里如何模拟input
cover-view里如何模拟input的光标
2019-03-05 - 想在地图上面写个带有评论区功能
小程序map高 cover-view又不支持input 想写个带有评论区功能 有什么好方法吗
2019-03-05 - 为什么小程序转发成功后不进入success或complete方法
onShareAppMessage: function(e) { var that = this var relaytype = e.target.dataset.relaytype var userInfo = wx.getStorageSync("userInfo") wx.showShareMenu({ withShareTicket: true }) if (e.from === 'button') { if (!that.data.Forwardsuccess){ return { title: userInfo.nick_name + '请你免费喝咖啡', path: '/page/tabBar/startLoadingTheawards/startLoadingTheawards?openId=' + userInfo.open_id + '&orderId=' + that.data.orderId + '&relaytype=' + relaytype + '&selectprizecomponent=' + that.data.selectprizecomponent + '&magna_id=' + that.data.magna_id + '&change_id=' + that.data.change_id + '&nick_name=' + userInfo.nick_name, width: 20, height: 20, imageUrl: wx.getStorageSync("config").wx_start_img, success: function (e) { wx.showShareMenu({ withShareTicket: true }) that.setData({ Forwardsuccess: true, isrelaytype:4, selectprizecomponents:null }) }, complete:function(){ wx.showShareMenu({ withShareTicket: true }) that.setData({ Forwardsuccess: true, isrelaytype: 4, selectprizecomponents: null }) } } } }
2018-11-23 - 滑块视图容器
滑块视图容器初始化可以指定显示哪个图片或页面吗
2018-11-22 - 微信小程序可不可以自定义转发图片的大小
微信小程序可不可以自定义转发图片的大小
2018-11-22 - 小程序审核失败
[图片] 根据微信团队反馈的信息已将涉及贴分享交流的页面移除,再次审核还是不通过。不知道为什么
2018-10-17