上一页 1 ··· 102 103 104 105 106 107 108 109 110 ··· 124 下一页
摘要: onLoad: function (opt) { wx.showShareMenu({ withShareTicket: true }) if (opt){ // let haha =JSON.parse(opt); console.log(JSON.parse(opt.ones)); } }, o 阅读全文
posted @ 2018-02-03 07:44 ThisCall 阅读(143) 评论(0) 推荐(0) 编辑
摘要: // pages/youxi/dian1.js Page({ /** * 页面的初始数据 */ data: { bian: 0, zhuan: 0, textTure: 'touchstart' }, shiFN: function (e) { let that = this; let n = 0; 阅读全文
posted @ 2018-01-31 21:54 ThisCall 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 这个公式在大多数情况下比较正确,只有在处理球面上的相对点的时候,会出现问题,有一个修正的公式,因为没有需要,就没有找出来,可以在wiki上查到。 当然,我们都知道,地球其实并不是一个真正的圆球体,而是椭球,所以有了下面的公式: 阅读全文
posted @ 2018-01-31 21:50 ThisCall 阅读(260) 评论(0) 推荐(0) 编辑
摘要: @import '../expert/expert.wxss'; FZ._get('https://didu2.didu86.com/issun/index.php/Home/goodstype/selectGoodsTypeAll') .then(function (data) {console. 阅读全文
posted @ 2018-01-26 14:51 ThisCall 阅读(361) 评论(0) 推荐(0) 编辑
摘要: /** * 获取推流地址 * 如果不传key和过期时间,将返回不含防盗链的url * @param bizId 您在腾讯云分配到的bizid * streamId 您用来区别不同推流地址的唯一id * key 安全密钥 * time 过期时间 sample 2016-11-12 12:00:00 * 阅读全文
posted @ 2018-01-25 15:01 ThisCall 阅读(300) 评论(0) 推荐(0) 编辑
摘要: http://www.wxapp-union.com/forum.php?mod=viewthread&tid=3270 阅读全文
posted @ 2018-01-23 13:48 ThisCall 阅读(112) 评论(0) 推荐(0) 编辑
摘要: buttonShow: function () { wx.makePhoneCall({ phoneNumber: this.data.telphone, }) }, buttonShow: function () { wx.makePhoneCall({ phoneNumber: this.dat 阅读全文
posted @ 2018-01-22 14:19 ThisCall 阅读(337) 评论(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 阅读(2438) 评论(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 阅读(298) 评论(0) 推荐(0) 编辑
上一页 1 ··· 102 103 104 105 106 107 108 109 110 ··· 124 下一页