...
|
...
|
@@ -36,8 +36,8 @@ class TideModel extends global.yoho.BaseModel { |
|
|
});
|
|
|
let tdata = {
|
|
|
sortInfo: Object.assign({}, item.sortInfo, {
|
|
|
url: helpers.urlFormat(`/list/so${item.sortInfo.itemId}`, {
|
|
|
'openby:yohobuy': `{"action":"go.list","params":{"sort":"${item.sortInfo.itemId}"}}`
|
|
|
url: helpers.urlFormat(`/list/mi${item.sortInfo.itemId}`, {
|
|
|
'openby:yohobuy': `{"action":"go.list","params":{"misort":"${item.sortInfo.itemId}"}}`
|
|
|
})
|
|
|
}),
|
|
|
goods: goods
|
...
|
...
|
|