|
@@ -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();
|