摘要: function jisuan(){ var zongjia=0.00; $('.money option[selected]').each(function(){ zongjia+=parseFloat($(this).attr('price')); }); $('.dd3 font').te... 阅读全文
posted @ 2015-10-20 16:59 绿尘枫 阅读(376) 评论(0) 推荐(0) 编辑
摘要: 1.修改样式文件2.修改源文件include文件夹中arc.listview.class.php只需修改/** * 获取动态的分页列表 * * @access public * @param string $list_len 列表宽度 * ... 阅读全文
posted @ 2015-10-20 12:02 绿尘枫 阅读(520) 评论(0) 推荐(0) 编辑
摘要: 1.登录微信公众平台https://mp.weixin.qq.com/2.设置》公众号设置》所在地址3.手机查看微信公众号4. 阅读全文
posted @ 2015-10-20 11:46 绿尘枫 阅读(538) 评论(0) 推荐(0) 编辑
摘要: 0750-3912381 阅读全文
posted @ 2015-10-20 11:27 绿尘枫 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-10-20 10:51 绿尘枫 阅读(145) 评论(0) 推荐(0) 编辑
摘要: php页面:$fatherList = $Document->where('pid=1')->select(); foreach($fatherList as $n=> $val) { $fatherList[$n]['childList']=D('Document')->where('ca... 阅读全文
posted @ 2015-10-20 10:42 绿尘枫 阅读(2017) 评论(0) 推荐(0) 编辑