Authored by yyq

shop link bar

... ... @@ -75,7 +75,6 @@ const goodsTabBar = (data, shopId) => {
_.forEach(_.sortBy(data.hot, o => {
return -o.position;
}), (value) => {
value.url = '#';
if (value.url && value.position) {
dest.hot.push({
name: value.name,
... ... @@ -88,7 +87,6 @@ const goodsTabBar = (data, shopId) => {
_.forEach(_.sortBy(data.new, o => {
return -o.position;
}), (value) => {
value.url = '#';
if (value.url && value.position) {
dest.new.push({
name: value.name,
... ...