获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 小程序开发者工具内嵌页面上绝对定位的元素click事件无效?
开发者工具是win64最新版,内嵌页面绝对定位元素的click事件无效, 在真机上试了是可以生效的, 有人碰到和我一样的问题吗?
2018-01-25 - 一个页面只能设置一份swiper的参数吗
我这个页面,用了两个swiper的组件,分别设置时间和autoplay,貌似不行。
2017-09-16 - 新版开发工具,格式化代码,在wxml和wxss失效
不管是菜单,还是快捷键,格式化代码的操作在wxml和wxss里都不起作用,wxml不是在template里的代码。
2017-09-01 - =>,request请求回来,this赋值取不到
getStore: () => { let that = this; var storeid = query.storeid; wx.request({ url: url, data: { storeid: storeid }, success: function (res) { if (res.data.code == 0) { console.log(that); that.setData({ store: res.data.info }) } } }) }, 请求回来,打印出来的that是undefined,是不能这样赋值吗
2017-08-31