摘要: // 上传营业执照 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 阅读(329) 评论(0) 推荐(0)
摘要: //上传图片 多图 choosePic: function() { var that = this; wx.chooseImage({ count: 9, // 默认9 sizeType: ['compressed'], // 可以指定是原图还是压缩图,默认二者都有 'original', sour 阅读全文
posted @ 2018-11-14 13:25 酸suan 阅读(662) 评论(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 阅读(253) 评论(0) 推荐(0)