...
|
...
|
@@ -34,7 +34,7 @@ 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}}}"`
|
|
|
'openby:yohobuy': `{"action":"go.list","params":{"sort":"${item.sortInfo.itemId}"}}`
|
|
|
})
|
|
|
}),
|
|
|
goods: goods
|
...
|
...
|
|