Prechádzať zdrojové kódy

新增北欧款的刷头

wangxiaoming 7 rokov pred
rodič
commit
1c9eac6519

BIN
tooth/images/pro-hui.png


BIN
tooth/images/pro-lv.png


BIN
tooth/images/pro-qwfen.png


BIN
tooth/images/pro-zi.png


BIN
tooth/images/product/d_hui.png


BIN
tooth/images/product/d_lv.png


BIN
tooth/images/product/d_qwfen.png


BIN
tooth/images/product/d_zi.png


BIN
tooth/images/product/r_hui.png


BIN
tooth/images/product/r_lv.png


BIN
tooth/images/product/r_qwfen.png


BIN
tooth/images/product/r_zi.png


+ 3 - 2
tooth/pro-list.html

@@ -104,7 +104,7 @@
 				$.ajax(base_path + '/wechat/product/listProductColorByTypeId?dates=' + new Date().getTime(), {
 							data: {
 								"typeId":typeId,//产品类型id
-								"pageNo":pageNumber,//pageNo第几页
+								"pageNO":pageNumber,//pageNo第几页
 								"pageSize":pagesize//pageSize每页条数
 							},
 							dataType: 'json',
@@ -195,7 +195,8 @@
 				typeId=$(this).attr("name");//当前点击的类型id
 				pageNumber=0;//页数归零
 				$('.my-table-pull').empty();//清空产品列表
-				mui('#pullrefresh_pro_list').pullRefresh().pullupLoading();//重新加载数据
+				mui('#pullrefresh_pro_list').pullRefresh().refresh(true);
+//				mui('#pullrefresh_pro_list').pullRefresh().pullupLoading();//重新加载数据
 				mui('.mui-scroll-wrapper').scroll().scrollTo(0,0,500);//500毫秒滚动到顶
 			});
 			//跳转产品详情