上一页 1 ··· 104 105 106 107 108 109 110 111 112 ··· 126 下一页
摘要: /** * 获取推流地址 * 如果不传key和过期时间,将返回不含防盗链的url * @param bizId 您在腾讯云分配到的bizid * streamId 您用来区别不同推流地址的唯一id * key 安全密钥 * time 过期时间 sample 2016-11-12 12:00:00 * 阅读全文
posted @ 2018-01-25 15:01 ThisCall 阅读(302) 评论(0) 推荐(0) 编辑
摘要: http://www.wxapp-union.com/forum.php?mod=viewthread&tid=3270 阅读全文
posted @ 2018-01-23 13:48 ThisCall 阅读(114) 评论(0) 推荐(0) 编辑
摘要: buttonShow: function () { wx.makePhoneCall({ phoneNumber: this.data.telphone, }) }, buttonShow: function () { wx.makePhoneCall({ phoneNumber: this.dat 阅读全文
posted @ 2018-01-22 14:19 ThisCall 阅读(341) 评论(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 阅读(460) 评论(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 阅读(2441) 评论(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 阅读(301) 评论(0) 推荐(0) 编辑
摘要: 微信小程序鼠标事件 事件分类 事件分为冒泡事件和非冒泡事件: 1. 冒泡事件(bind):当一个组件上的事件被触发后,该事件会向父节点传递。 2. 非冒泡事件(catch):当一个组件上的事件被触发后,该事件不会向父节点传递。 bind事件绑定不会阻止冒泡事件向上冒泡,catch事件绑定可以阻止冒泡 阅读全文
posted @ 2018-01-21 09:37 ThisCall 阅读(713) 评论(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 阅读(1521) 评论(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 阅读(858) 评论(0) 推荐(0) 编辑
摘要: http://m.jb51.net/article/120391.htm?from=groupmessage 阅读全文
posted @ 2018-01-18 09:14 ThisCall 阅读(112) 评论(0) 推荐(0) 编辑
上一页 1 ··· 104 105 106 107 108 109 110 111 112 ··· 126 下一页