11 2018 档案
JQuery频繁修改select的选中时的失效问题
摘要:解决方法: 需要将attr换成prop if(designis_lunbo){ $("#lunboture").prop('selected', 'true'); }else{ $("#lunbofalse").prop('selected', 'true'); } 阅读全文
posted @ 2018-11-17 14:04 limonyun 阅读(203) 评论(0) 推荐(0)
ecstore 后台finder排序
摘要:在model文件添加 var $defaultOrder = array('add_time','DESC');即可 阅读全文
posted @ 2018-11-06 11:38 limonyun 阅读(131) 评论(0) 推荐(0)