Jelajahi Sumber

新增北欧款的刷头

wangxiaoming 7 tahun lalu
induk
melakukan
1c9eac6519
13 mengubah file dengan 3 tambahan dan 2 penghapusan
  1. TEMPAT SAMPAH
      tooth/images/pro-hui.png
  2. TEMPAT SAMPAH
      tooth/images/pro-lv.png
  3. TEMPAT SAMPAH
      tooth/images/pro-qwfen.png
  4. TEMPAT SAMPAH
      tooth/images/pro-zi.png
  5. TEMPAT SAMPAH
      tooth/images/product/d_hui.png
  6. TEMPAT SAMPAH
      tooth/images/product/d_lv.png
  7. TEMPAT SAMPAH
      tooth/images/product/d_qwfen.png
  8. TEMPAT SAMPAH
      tooth/images/product/d_zi.png
  9. TEMPAT SAMPAH
      tooth/images/product/r_hui.png
  10. TEMPAT SAMPAH
      tooth/images/product/r_lv.png
  11. TEMPAT SAMPAH
      tooth/images/product/r_qwfen.png
  12. TEMPAT SAMPAH
      tooth/images/product/r_zi.png
  13. 3 2
      tooth/pro-list.html

TEMPAT SAMPAH
tooth/images/pro-hui.png


TEMPAT SAMPAH
tooth/images/pro-lv.png


TEMPAT SAMPAH
tooth/images/pro-qwfen.png


TEMPAT SAMPAH
tooth/images/pro-zi.png


TEMPAT SAMPAH
tooth/images/product/d_hui.png


TEMPAT SAMPAH
tooth/images/product/d_lv.png


TEMPAT SAMPAH
tooth/images/product/d_qwfen.png


TEMPAT SAMPAH
tooth/images/product/d_zi.png


TEMPAT SAMPAH
tooth/images/product/r_hui.png


TEMPAT SAMPAH
tooth/images/product/r_lv.png


TEMPAT SAMPAH
tooth/images/product/r_qwfen.png


TEMPAT SAMPAH
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毫秒滚动到顶
 			});
 			//跳转产品详情