上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页
摘要: <input value='{{mid}}'></input> <input value='{{share}}'></input> <input value='{{mid}}'></input> <input value='{{share}}'></input> 阅读全文
posted @ 2018-11-21 16:44 酸suan 阅读(185) 评论(0) 推荐(0) 编辑
摘要: // 滚动切换标签样式 switchTab: function (e) { this.setData({ currentTab: e.detail.current }); this.checkCor(); 0 == e.detail.current ? this.setData({ people: 阅读全文
posted @ 2018-11-20 17:52 酸suan 阅读(163) 评论(0) 推荐(0) 编辑
摘要: /** * 根据经纬度和半径查询在此范围内的所有 * @param String $lat 纬度 * @param String $lng 经度 * @param float $radius 半径 * @return Array 计算出来的结果 */ public function doPageFu 阅读全文
posted @ 2018-11-19 19:27 酸suan 阅读(343) 评论(0) 推荐(0) 编辑
摘要: //排序public function getFirstChar($s){ $s0 = mb_substr($s,0,3); //获取名字的姓 $s = iconv('UTF-8','gb2312', $s0); //将UTF-8转换成GB2312编码 $x =ord($s0); if (ord($ 阅读全文
posted @ 2018-11-17 18:23 酸suan 阅读(517) 评论(0) 推荐(0) 编辑
摘要: // 上传营业执照 fail_yingye(e) { var that = this; var uniacid = app.siteInfo.uniacid; var idx = e.currentTarget.dataset.index; var yingye = that.data.yingye 阅读全文
posted @ 2018-11-14 13:28 酸suan 阅读(307) 评论(0) 推荐(0) 编辑
摘要: //上传图片 多图 choosePic: function() { var that = this; wx.chooseImage({ count: 9, // 默认9 sizeType: ['compressed'], // 可以指定是原图还是压缩图,默认二者都有 'original', sour 阅读全文
posted @ 2018-11-14 13:25 酸suan 阅读(641) 评论(0) 推荐(0) 编辑
摘要: 截取字符串传入数据库 $f_slide = htmlspecialchars_decode($_REQUEST['f_slide']); // echo "<pre>";print_r($f_slide);echo "</pre>"; $arr=substr($f_slide,1,strlen($f 阅读全文
posted @ 2018-11-14 11:34 酸suan 阅读(241) 评论(0) 推荐(0) 编辑
摘要: <!--拼餐支付 --> <view class='hd_faqiren'> <view class='font32'>拼餐支付</view> <view class='hd_pincan_nr df df_space color_666 font26'> <block wx:for="{{zhi} 阅读全文
posted @ 2018-11-12 21:10 酸suan 阅读(658) 评论(0) 推荐(0) 编辑
摘要: onLoad: function (options) { var that = this; var id = options.c_id var s_id = options.s_id that.setData({ 放入全局变量 s_id: options.s_id, id: options.c_id 阅读全文
posted @ 2018-11-12 21:04 酸suan 阅读(846) 评论(0) 推荐(0) 编辑
摘要: wx.setStorageSync('openid', res.data.data.openid),设置 var openid = wx.getStorageSync('openid')获取 var openid = wx.getStorageSync('openid')获取 阅读全文
posted @ 2018-11-12 20:59 酸suan 阅读(2270) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页