Showing
1 changed file
with
2 additions
and
2 deletions
@@ -36,8 +36,8 @@ class TideModel extends global.yoho.BaseModel { | @@ -36,8 +36,8 @@ class TideModel extends global.yoho.BaseModel { | ||
36 | }); | 36 | }); |
37 | let tdata = { | 37 | let tdata = { |
38 | sortInfo: Object.assign({}, item.sortInfo, { | 38 | sortInfo: Object.assign({}, item.sortInfo, { |
39 | - url: helpers.urlFormat(`/list/so${item.sortInfo.itemId}`, { | ||
40 | - 'openby:yohobuy': `{"action":"go.list","params":{"sort":"${item.sortInfo.itemId}"}}` | 39 | + url: helpers.urlFormat(`/list/mi${item.sortInfo.itemId}`, { |
40 | + 'openby:yohobuy': `{"action":"go.list","params":{"misort":"${item.sortInfo.itemId}"}}` | ||
41 | }) | 41 | }) |
42 | }), | 42 | }), |
43 | goods: goods | 43 | goods: goods |
-
Please register or login to post a comment