Browse Source

关闭商品下单

洪海涛 8 years ago
parent
commit
7b0806b273

File diff suppressed because it is too large
+ 0 - 0
www/webapp/o2o/dist/js/main.js


File diff suppressed because it is too large
+ 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
 					}
 				});
-			}, $view);
+			});
 
 			/* 点击标签
 			 $.newTouch('.btn-product-group', function (event) {
@@ -118,7 +118,7 @@ define(['$', 'template', 'IScroll', 'product', 'user', 'native', 'config', 'addr
 						backHash: ''
 					}
 				});
-			}, $view);
+			});
 			/* 点击产品列表的某一项 */
 			$.newTouch('.btn-appliances', function (event) {
 				event.preventDefault();
@@ -135,7 +135,7 @@ define(['$', 'template', 'IScroll', 'product', 'user', 'native', 'config', 'addr
 						needReset: true
 					}
 				});
-			}, $view);
+			} );
 			/* 点击标签
 			 $.newTouch('.btn-product-group', function (event) {
 			 event.preventDefault();
@@ -166,7 +166,7 @@ define(['$', 'template', 'IScroll', 'product', 'user', 'native', 'config', 'addr
 						needReset: true
 					}
 				});
-			}, $view);
+			});
 			//民宿保洁
 			$.newTouch('.btn-homestay', function (event) {
 				event.preventDefault();

Some files were not shown because too many files changed in this diff