Authored by 梁志锋

update

framework @ 119c247f
1 -Subproject commit 75bbc3b075de19f239532f60c5995d06c5f814e2 1 +Subproject commit 119c247f5cf929aa1e059e40609bb16dd6b58f05
@@ -263,6 +263,7 @@ navHammer.on('tap', function(e) { @@ -263,6 +263,7 @@ navHammer.on('tap', function(e) {
263 navType, 263 navType,
264 $active; 264 $active;
265 265
  266 + e.preventDefault();
266 if ($this.hasClass('filter')) { 267 if ($this.hasClass('filter')) {
267 268
268 //筛选面板切换状态 269 //筛选面板切换状态
@@ -290,6 +290,7 @@ navHammer.on('tap', function(e) { @@ -290,6 +290,7 @@ navHammer.on('tap', function(e) {
290 navType, 290 navType,
291 $active; 291 $active;
292 292
  293 + e.preventDefault();
293 if ($this.hasClass('filter')) { 294 if ($this.hasClass('filter')) {
294 295
295 //筛选面板切换状态 296 //筛选面板切换状态
@@ -47,7 +47,7 @@ @@ -47,7 +47,7 @@
47 color: #fff; 47 color: #fff;
48 } 48 }
49 .limit-tag { 49 .limit-tag {
50 - width: 90rem / $pxConvertRem; 50 + width: 100rem / $pxConvertRem;
51 border: 1px solid #000; 51 border: 1px solid #000;
52 color: #000; 52 color: #000;
53 } 53 }