上一页 1 ··· 103 104 105 106 107 108 109 110 111 ··· 125 下一页
摘要: buttonShow: function () { wx.makePhoneCall({ phoneNumber: this.data.telphone, }) }, buttonShow: function () { wx.makePhoneCall({ phoneNumber: this.dat 阅读全文
posted @ 2018-01-22 14:19 ThisCall 阅读(338) 评论(0) 推荐(0) 编辑
摘要: shiFN:function(e){ // touchstart // touchend let that=this; let n=0; // 判断是开始还是结束的参数 let textTure = e.type; that.setData({ textTure: textTure }) if (t 阅读全文
posted @ 2018-01-22 13:18 ThisCall 阅读(458) 评论(0) 推荐(0) 编辑
摘要: <view class='userperson'> <view class='f30 flexca'>请选择您的注册身份</view> <view class='select-only f30'> <view class='flexa '> <view class="so-3 flexca {{se 阅读全文
posted @ 2018-01-22 10:03 ThisCall 阅读(2439) 评论(0) 推荐(0) 编辑
摘要: data: { nums: 1, start: '', // change:'' // 上一部记忆数据 mid: '' }, mytouchmove: function (e) { var start = this.data.start; var change = parseInt(e.touche 阅读全文
posted @ 2018-01-21 21:44 ThisCall 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 微信小程序鼠标事件 事件分类 事件分为冒泡事件和非冒泡事件: 1. 冒泡事件(bind):当一个组件上的事件被触发后,该事件会向父节点传递。 2. 非冒泡事件(catch):当一个组件上的事件被触发后,该事件不会向父节点传递。 bind事件绑定不会阻止冒泡事件向上冒泡,catch事件绑定可以阻止冒泡 阅读全文
posted @ 2018-01-21 09:37 ThisCall 阅读(700) 评论(0) 推荐(0) 编辑
摘要: 常用快捷键 格式调整 Ctrl+S:保存文件 Ctrl+[, Ctrl+]:代码行缩进 Ctrl+Shift+[, Ctrl+Shift+]:折叠打开代码块 Ctrl+C Ctrl+V:复制粘贴,如果没有选中任何文字则复制粘贴一行 Shift+Alt+F:代码格式化 Alt+Up,Alt+Down: 阅读全文
posted @ 2018-01-21 09:11 ThisCall 阅读(1518) 评论(0) 推荐(1) 编辑
摘要: GetDistance:function(lat1, lng1, lat2, lng2){ // console.log(lat1) var radLat1 = lat1 * Math.PI / 180.0; var radLat2 = lat2 * Math.PI / 180.0; var a = 阅读全文
posted @ 2018-01-20 10:00 ThisCall 阅读(856) 评论(0) 推荐(0) 编辑
摘要: http://m.jb51.net/article/120391.htm?from=groupmessage 阅读全文
posted @ 2018-01-18 09:14 ThisCall 阅读(111) 评论(0) 推荐(0) 编辑
摘要: <view> <scroll-view scroll-x scroll-with-animation scroll-left="{{menuIndex}}" style="height: 100px; width:100%;"> <view id='#haha' class='all' style= 阅读全文
posted @ 2018-01-18 09:04 ThisCall 阅读(4125) 评论(0) 推荐(0) 编辑
摘要: <view class='v-item flexba' bindtap='buttonShow'> <text>联系我们</text> <image src='../../imgs/user/right.png'></image> </view> buttonShow: function () { 阅读全文
posted @ 2018-01-18 08:51 ThisCall 阅读(350) 评论(0) 推荐(0) 编辑
上一页 1 ··· 103 104 105 106 107 108 109 110 111 ··· 125 下一页