瀏覽代碼

关闭商品下单

洪海涛 8 年之前
父節點
當前提交
7b0806b273
共有 3 個文件被更改,包括 4 次插入4 次删除
  1. 0 0
      www/webapp/o2o/dist/js/main.js
  2. 0 0
      www/webapp/o2o/dist/js/page/home.js
  3. 4 4
      www/webapp/o2o/js/page/home.js

文件差異過大導致無法顯示
+ 0 - 0
www/webapp/o2o/dist/js/main.js


文件差異過大導致無法顯示
+ 0 - 0
www/webapp/o2o/dist/js/page/home.js


+ 4 - 4
www/webapp/o2o/js/page/home.js

@@ -85,7 +85,7 @@ define(['$', 'template', 'IScroll', 'product', 'user', 'native', 'config', 'addr
 						needReload: true
 						needReload: true
 					}
 					}
 				});
 				});
-			}, $view);
+			});
 
 
 			/* 点击标签
 			/* 点击标签
 			 $.newTouch('.btn-product-group', function (event) {
 			 $.newTouch('.btn-product-group', function (event) {
@@ -118,7 +118,7 @@ define(['$', 'template', 'IScroll', 'product', 'user', 'native', 'config', 'addr
 						backHash: ''
 						backHash: ''
 					}
 					}
 				});
 				});
-			}, $view);
+			});
 			/* 点击产品列表的某一项 */
 			/* 点击产品列表的某一项 */
 			$.newTouch('.btn-appliances', function (event) {
 			$.newTouch('.btn-appliances', function (event) {
 				event.preventDefault();
 				event.preventDefault();
@@ -135,7 +135,7 @@ define(['$', 'template', 'IScroll', 'product', 'user', 'native', 'config', 'addr
 						needReset: true
 						needReset: true
 					}
 					}
 				});
 				});
-			}, $view);
+			} );
 			/* 点击标签
 			/* 点击标签
 			 $.newTouch('.btn-product-group', function (event) {
 			 $.newTouch('.btn-product-group', function (event) {
 			 event.preventDefault();
 			 event.preventDefault();
@@ -166,7 +166,7 @@ define(['$', 'template', 'IScroll', 'product', 'user', 'native', 'config', 'addr
 						needReset: true
 						needReset: true
 					}
 					}
 				});
 				});
-			}, $view);
+			});
 			//民宿保洁
 			//民宿保洁
 			$.newTouch('.btn-homestay', function (event) {
 			$.newTouch('.btn-homestay', function (event) {
 				event.preventDefault();
 				event.preventDefault();

部分文件因文件數量過多而無法顯示