Showing
1 changed file
with
2 additions
and
2 deletions
@@ -144,11 +144,11 @@ const navigationBar = (data, shopId) => { | @@ -144,11 +144,11 @@ const navigationBar = (data, shopId) => { | ||
144 | }, | 144 | }, |
145 | { | 145 | { |
146 | name: '人气单品', | 146 | name: '人气单品', |
147 | - url: `${shopListUrl}/?navBar=2&shopId=${shopId}` | 147 | + url: `${shopListUrl}/?navBar=2&order=s_n_desc&shopId=${shopId}` |
148 | }, | 148 | }, |
149 | { | 149 | { |
150 | name: '新品上架', | 150 | name: '新品上架', |
151 | - url: `${shopListUrl}/?navBar=3&shopId=${shopId}` | 151 | + url: `${shopListUrl}/?navBar=3&order=s_t_desc&shopId=${shopId}` |
152 | } | 152 | } |
153 | ]; | 153 | ]; |
154 | 154 |
-
Please register or login to post a comment