...
|
...
|
@@ -9283,7 +9283,6 @@ var winH = $(window).height(), |
|
|
var defaultOpt = require("js/product/query-param");
|
|
|
|
|
|
var $listNav = $('#list-nav'),
|
|
|
$posList = $('#pos-list'),
|
|
|
|
|
|
//导航数据信息
|
|
|
navInfo = {
|
...
|
...
|
@@ -9853,10 +9852,6 @@ $listNav.bind('contextmenu', function(e) { |
|
|
return false;
|
|
|
});
|
|
|
|
|
|
$posList.bind('contextmenu', function(e) {
|
|
|
return false;
|
|
|
});
|
|
|
|
|
|
$subNav.on('touchend touchcancel', function(e) {
|
|
|
var $this = $(e.target).closest('li'),
|
|
|
cname,
|
...
|
...
|
@@ -10024,12 +10019,11 @@ $listNav.on('touchstart', 'li', function(e) { |
|
|
myScroll.refresh();
|
|
|
});
|
|
|
|
|
|
$posList.on('touchstart', 'li', function(e) {
|
|
|
$nav2.on('touchstart', 'li', function(e) {
|
|
|
$(this).addClass('bytouch');
|
|
|
}).on('touchend touchcancel', function() {
|
|
|
$posList.find('li').removeClass('bytouch');
|
|
|
$listNav.find('li').removeClass('bytouch');
|
|
|
myScroll.refresh();
|
|
|
myScroll.scrollTo(0, -(imgH + nav1H + main1oH + 5));
|
|
|
});
|
|
|
|
|
|
//底部导航点击
|
...
|
...
|
@@ -14650,7 +14644,6 @@ $('.address-item').on('touchend', function() { |
|
|
|
|
|
orderInfo('addressId', addressId);
|
|
|
orderInfo('address', address);
|
|
|
orderInfo('receiverMobile', null);
|
|
|
console.log($this.data('href') + (orderInfo('limitUrlSufix') || ''));
|
|
|
window.location.href = $this.data('href') + (orderInfo('limitUrlSufix') || '');
|
|
|
}).on('touchend', '.edit', function() {
|
...
|
...
|
|