你说的是原生的tabbar??不能
小程序的tabbar还是不能动态隐藏吗?小程序的tabbar还是不能动态隐藏吗?
2018-12-21嘘!!看错了。。。(官方正在改!)
开发文档的一处错误看图,是我的电脑出问题了还是官方文档重复了 [图片]
2018-12-21年终奖还有吗??
小程序滚动渲染弹层延迟,老板要把我炒了小程序滚动渲染弹层延迟,文字显示很慢。
2018-12-21@娇华
小程序开发文档重复了[图片]这边重复了
2018-12-21null is not an object (evaluating 'this.data') 看这个
请问我在微信开发中监控到这个数据,怎么定位是哪个页面null is not an object (evaluating 'this.data');at api request success callback function success@https://usr/app-service.js:46:1517 https://lib/WAService.js:1:539447 https://lib/WAService.js:1:297295 https://lib/WAService.js:1:101820 _e@https://lib/WAService.js:1:254565 https://lib/WAService.js:1:385139 emit@https://lib/WAService.js:1:289867 di@https://lib/WAService.js:1:385649 https://lib/WAService.js:1:386286 https://lib/WAService.js:1:250369 S@https://lib/WAService.js:1:1762
2018-12-21转发没有回调的!!!
请问一下 小程序 转发 onShareAppMessage 正式版错误转发 在 测试版 开发版 没有问题 但是 在正式版 就有问题 不能执行 wx.request 请大神看一下 onShareAppMessage: function (option) { var that=this return { title: '小程序', desc: '小程序!', path: '/pages/index/index', success: function (res) { var yhqid=option.target.dataset.yhqid; //获取列表 wx.request({ url: app.globalData.url + '/my_in_coupon', method: "post", data: { coupon_id: yhqid, openid: wx.getStorageSync('openId'), }, success: function (res) { if (res.data.zt == 1) { wx.showToast({ title: res.data.msg, icon: 'success', duration: 2000 }) } else { wx.showToast({ title: res.data.msg, icon: 'fail', duration: 2000 }) } that.onLoad(); }, }) }, } }
2018-12-21不是div是view !!! 是时候把大佬的个签搬出来了!![图片]
div现在不支持了吗,不是块级元素了。。- 当前 Bug 的表现(可附上截图) div现在不支持了吗,不是块级元素了。。 - 预期表现 - 复现路径 - 提供一个最简复现 Demo
2018-12-21嗯,cover-view需要嵌套在textarea里面。。。不知道是不是bug
cover-view自定义标题遮不住textarea内容[图片] 这个是安卓 [图片] 这个时是ios的
2018-12-21你说的这个??https://developers.weixin.qq.com/miniprogram/dev/api/Animation.step.html
小程序在一个元素上绑定两个动画animation="{{animationA,animationB}}" 可以有这种写法吗
2018-12-21用getSetting获取用户授权
使用wx.getLocation获取位置时,如何监听拒绝事件?- 使用wx.getLocation获取位置时,如何监听拒绝事件? - 现在是拒绝的时候,fail,success,complete都没有触发,那我怎么判断用户有没有拒绝呢?
2018-12-21