摘要: setTimeout(function () { let query = wx.createSelectorQuery(); query.select('#haha').boundingClientRect() query.exec(function (res) { console.log(res[ 阅读全文
posted @ 2018-04-02 14:45 ThisCall 阅读(154) 评论(0) 推荐(0) 编辑
摘要: let query = wx.createSelectorQuery(); query.select('#a0').boundingClientRect() query.exec(function (res) { console.log(res[0]); }) let query = wx.crea 阅读全文
posted @ 2018-04-02 10:05 ThisCall 阅读(142) 评论(0) 推荐(0) 编辑
摘要: wx.setNavigationBarTitle({ title: this.data.banner[dateIndex].shopping.name, }) wx.setNavigationBarTitle({ title: this.data.banner[dateIndex].shopping 阅读全文
posted @ 2018-04-02 09:33 ThisCall 阅读(199) 评论(0) 推荐(0) 编辑