上一页 1 ··· 99 100 101 102 103 104 105 106 107 ··· 126 下一页
摘要: bindtouchmove='moveFn' bindtouchstart='startFn' bindtouchend='endFn' startFn: function (e) { let bianChange = this.data.bianChange; let btmChange = th 阅读全文
posted @ 2018-04-05 08:00 ThisCall 阅读(286) 评论(0) 推荐(0) 编辑
摘要: let outer = this.data.outer; // let arrChe = [{ dss: '哈哈哈哈' }]; // console.log(JSON.stringify(arrChe)) return { title: '小程序自定义转发标题', path: '/pages/cla 阅读全文
posted @ 2018-04-04 14:27 ThisCall 阅读(172) 评论(0) 推荐(0) 编辑
摘要: var str = ''; var timestamp = Date.parse(new Date()); for (var i = 0; i < 3; i++) { str += Math.floor(Math.random() * 10) } var a = timestamp + str+'c 阅读全文
posted @ 2018-04-03 08:54 ThisCall 阅读(1037) 评论(0) 推荐(0) 编辑
摘要: setTimeout(function () { let query = wx.createSelectorQuery(); query.select('#haha').boundingClientRect() query.exec(function (res) { console.log(res[ 阅读全文
posted @ 2018-04-02 14:45 ThisCall 阅读(156) 评论(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 阅读(144) 评论(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 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-03-30 22:32 ThisCall 阅读(111) 评论(0) 推荐(0) 编辑
摘要: this.addMinutes(new Date(Date.parse("2018-03-29 11:55")),5) //计算后n分钟的时间 addMinutes:function (date, minutes){ minutes=parseInt(minutes); var interTimes 阅读全文
posted @ 2018-03-29 13:09 ThisCall 阅读(248) 评论(0) 推荐(0) 编辑
摘要: var curTime = new Date(); //2把字符串格式转换为日期类 var startTime = new Date(Date.parse("2018-3-28 16:44")); var endTime = new Date(Date.parse("2018-3-28 16:45" 阅读全文
posted @ 2018-03-28 16:51 ThisCall 阅读(1298) 评论(0) 推荐(0) 编辑
摘要: 接口对接 上传项目准备 阅读全文
posted @ 2018-03-28 09:31 ThisCall 阅读(121) 评论(0) 推荐(0) 编辑
上一页 1 ··· 99 100 101 102 103 104 105 106 107 ··· 126 下一页