瀏覽代碼

提交bug

wangxiaoming 7 年之前
父節點
當前提交
4476ff353c
共有 3 個文件被更改,包括 12 次插入9 次删除
  1. 4 3
      tooth/order-details.html
  2. 3 1
      tooth/order-list.html
  3. 5 5
      tooth/pro-details.html

+ 4 - 3
tooth/order-details.html

@@ -104,9 +104,10 @@
 			<p>正在加载...</p>
 		</div>
 		<!-- 加载ing end -->
-		<script src="http://s.iamberry.com/soodo/wechat/js/mui.min.js"></script>
-		<script src="http://s.iamberry.com/soodo/wechat/js/jquery-2.1.1.min.js"></script>
-		<script src="http://s.iamberry.com/soodo/wechat/js/main.js"></script>
+		<script src="js/mui.min.js"></script>
+		<script src="js/jquery-2.1.1.min.js"></script>
+		<script src="js/main.js"></script>
+		<script src="js/wechat-utils-1.0.js"></script>
 		<script>
 			window.addEventListener('pageshow', function(e) {
 				// 通过persisted属性判断是否存在 BF Cache

+ 3 - 1
tooth/order-list.html

@@ -80,6 +80,7 @@
 		<script src="js/jquery-2.1.1.min.js"></script>
 		<script src="js/jquery.autocompleter.js"></script>
 		<script src="js/main.js"></script>
+		<script src="js/wechat-utils-1.0.js"></script>
 
 		<script>
 			window.addEventListener('pageshow', function(e) {
@@ -362,7 +363,8 @@
 				salesStatus = $(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毫秒滚动到顶
 			});
 		</script>

文件差異過大導致無法顯示
+ 5 - 5
tooth/pro-details.html