- navigationStyle 问题
navigationStyle 设为custom ,在真机页面操作时,输入框不显示当前输入的内容,当失去焦点时才会显示内容 [图片]
2018-08-14 - wx.previewImage 真机图片预览
使用 wx.previewImage api 真机预览图片一直处于加载中 data: { // 图片展示集合 imgList: [ 'https://www.gonghuikeji.com/images/index/index-case-01.jpg', 'https://www.gonghuikeji.com/images/index/index-case-02.jpg', 'https://www.gonghuikeji.com/images/index/index-case-03.jpg' ], }, <image wx:key="{{item}}" wx:for="{{imgList}}" bindtap="imgYu" data-src="{{item}}" mode="center" src="{{item}}"></image> imgYu: function (e) { var src = e.currentTarget.dataset.src;//获取data-src //图片预览 wx.previewImage({ current: src, // 当前显示图片的http链接 urls: this.data.imgList // 需要预览的图片http链接列表 }) },
2018-07-30 - 发送模版消息
"errcode":44002,"errmsg":"empty post data hint: [.sjN90612ge31][图片] 这数据传输有问题吗,提示数据为空
2017-12-05 - 发送 模版消息
错误提醒 data:"{"errcode":40001,"errmsg":"invalid credential, access_token is invalid or not latest hint: [rZXaBA0383vr69!]"}"是怎么回事?(我是在真机调试的)
2017-12-04 - 小程序 审核
小程序 首次审核的多长时间啊?是人工审核还是自动脚本审核?一个业务页面审核,需要多长时间?
2017-09-14 - picker组件
picker组件在选择不是第一个之后,无法返回第一项,只能选择其他项(最新版本9.1发布的也不行)
2017-09-07