Showing
1 changed file
with
0 additions
and
2 deletions
@@ -75,7 +75,6 @@ const goodsTabBar = (data, shopId) => { | @@ -75,7 +75,6 @@ const goodsTabBar = (data, shopId) => { | ||
75 | _.forEach(_.sortBy(data.hot, o => { | 75 | _.forEach(_.sortBy(data.hot, o => { |
76 | return -o.position; | 76 | return -o.position; |
77 | }), (value) => { | 77 | }), (value) => { |
78 | - value.url = '#'; | ||
79 | if (value.url && value.position) { | 78 | if (value.url && value.position) { |
80 | dest.hot.push({ | 79 | dest.hot.push({ |
81 | name: value.name, | 80 | name: value.name, |
@@ -88,7 +87,6 @@ const goodsTabBar = (data, shopId) => { | @@ -88,7 +87,6 @@ const goodsTabBar = (data, shopId) => { | ||
88 | _.forEach(_.sortBy(data.new, o => { | 87 | _.forEach(_.sortBy(data.new, o => { |
89 | return -o.position; | 88 | return -o.position; |
90 | }), (value) => { | 89 | }), (value) => { |
91 | - value.url = '#'; | ||
92 | if (value.url && value.position) { | 90 | if (value.url && value.position) { |
93 | dest.new.push({ | 91 | dest.new.push({ |
94 | name: value.name, | 92 | name: value.name, |
-
Please register or login to post a comment