上一页 1 ··· 6 7 8 9 10 11 下一页
摘要: 阅读全文
posted @ 2017-12-09 08:49 王玉岩 阅读(1054) 评论(0) 推荐(0) 编辑
摘要: $villages = M('houseVillage') ->alias('a') ->where($map) ->join("RIGHT JOIN " . C('DB_PREFIX') . "dwz_admin_member as b ON a.village_id = b.village_id 阅读全文
posted @ 2017-12-09 08:45 王玉岩 阅读(193) 评论(0) 推荐(0) 编辑
摘要: $sql = 'SELECT c.card_id,c.bg,c.diybg,m.name,c.discount,cl.id as cardid,cl.card_money,cl.card_money_give,m.pic_info,m.mer_id FROM ' .C('DB_PREFIX').'c 阅读全文
posted @ 2017-12-08 09:08 王玉岩 阅读(331) 评论(0) 推荐(0) 编辑
摘要: /** * @param savepath :例子'./Public/Uploads/ProjectCate/' * @param $maxSize :单个文件大小最大限制 单位字节 * @return array * status: 200 成功,400失败; * message: 提示信息 * 阅读全文
posted @ 2017-12-06 09:55 王玉岩 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 通过js改变的值,不会触发chane事件的 机制问题 待研究 阅读全文
posted @ 2017-12-06 09:50 王玉岩 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 一般: 1.在html中写js可用 1). url: "{:url('index/Goods/getGoods')}" 2). url: "getGoods" 2.引入的js文件中 只能用 2 特别: 1.form表单 产生链接:http://plat.domall.cc/index/goods/i 阅读全文
posted @ 2017-12-05 09:58 王玉岩 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 1.<form id="addData" method="post" action="{pigcms{:U('Community/oneRegister')}" class="h-form" enctype="multipart/form-data"></form> 2.<script src="{ 阅读全文
posted @ 2017-12-05 09:46 王玉岩 阅读(247) 评论(0) 推荐(0) 编辑
摘要: <img src="{pigcms{$static_path}community/img/shequ01.png" alt=""/><input class="ipt-file" id="file1" type="file" name="img"/> //图片预览function aaa(id) { 阅读全文
posted @ 2017-12-05 09:36 王玉岩 阅读(176) 评论(0) 推荐(0) 编辑
摘要: Document 阅读全文
posted @ 2017-12-05 09:35 王玉岩 阅读(55) 评论(0) 推荐(0) 编辑
摘要: 1. <div class="star" data-score="5"></div> 2. <script type="text/javascript" src="{pigcms{$static_path}/community/js/jquery.raty.min.js"></script> 3. 阅读全文
posted @ 2017-12-05 09:23 王玉岩 阅读(104) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 下一页