上一页 1 ··· 94 95 96 97 98 99 100 101 102 ··· 124 下一页
摘要: http://www.sobot.com/blog/article/182/view.html 阅读全文
posted @ 2018-07-09 18:09 ThisCall 阅读(662) 评论(0) 推荐(0) 编辑
摘要: 加一个父元素用catchtap就不冒泡了 <view catchtouchmove='carStopinput'> 要阻止冒泡的 </view> <view catchtouchmove='carStopinput'> 要阻止冒泡的 </view> </view> carStopinput:func 阅读全文
posted @ 2018-07-03 17:37 ThisCall 阅读(140) 评论(0) 推荐(0) 编辑
摘要: // 缓存地址类型1 // sorA: function (arr) { // let that = this; // let all26 = { // A: { title: 'A', item: [] }, // B: { title: 'B', item: [] }, // C: { titl 阅读全文
posted @ 2018-05-24 16:25 ThisCall 阅读(148) 评论(0) 推荐(0) 编辑
摘要: // base64加密和解密 // dataValue = JSON.stringify(dataValue); // let toBase64 = base64.encode(dataValue); // console.log(toBase64) // var base64str = base6 阅读全文
posted @ 2018-05-17 18:35 ThisCall 阅读(103) 评论(0) 推荐(0) 编辑
摘要: // 本地 // 'https://ly.com/' // 短信验证码参数: let dataValue = { 'type': 1, mobile: '13615814562' }; dataValue = JSON.stringify(dataValue); // console.log(RSA 阅读全文
posted @ 2018-05-17 17:26 ThisCall 阅读(203) 评论(0) 推荐(0) 编辑
摘要: https://note.youdao.com/share/?id=b6d13f907f3c6fdc223ba2ab389968fd&type=note#/(接口文档) http://192.168.2.6:8080/workspace/myWorkspace.do?projectId=1#13 ( 阅读全文
posted @ 2018-05-16 19:34 ThisCall 阅读(370) 评论(0) 推荐(0) 编辑
摘要: 1,一般flexca 2,行高 3,行高加边框或者透明边框 阅读全文
posted @ 2018-05-16 09:26 ThisCall 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 将下面的部分用scroll-view包裹起来,即可解决弹出框滑动引起底层滑动的问题 阅读全文
posted @ 2018-05-15 09:23 ThisCall 阅读(322) 评论(0) 推荐(0) 编辑
摘要: <view class="title-item flexca w150 {{actsure?'cor2z':''}}" data-index='1' bindtap='actsureFn'> 商品 <view> <text class="{{actsure?'active':''}}"></text 阅读全文
posted @ 2018-05-08 11:32 ThisCall 阅读(100) 评论(0) 推荐(0) 编辑
摘要: // 函数节流 var canRun = true; document.getElementById("throttle").onscroll = function(){ if(!canRun){ // 判断是否已空闲,如果在执行中,则直接return return; } canRun = fals 阅读全文
posted @ 2018-05-05 15:47 ThisCall 阅读(126) 评论(0) 推荐(0) 编辑
上一页 1 ··· 94 95 96 97 98 99 100 101 102 ··· 124 下一页