|
|
@@ -658,6 +658,8 @@ function handlerWorksInfo() {
|
|
|
return;
|
|
|
}
|
|
|
let data = rspData.data;
|
|
|
+ // sourceType
|
|
|
+ // sellType 1=可寄售 2=未流通 3=可寄售
|
|
|
// status 1=未上架 6=寄售中 13=锁定中,待支付 16=已完成
|
|
|
// ownerId 用户UID
|
|
|
// minPrice-maxPrice 允许的最低价-最高价
|
|
|
@@ -753,7 +755,7 @@ function handlerMyWorksList() {
|
|
|
}
|
|
|
seriesId = list[0].seriesId;
|
|
|
for (let i = 0; i < list.length; i++) {
|
|
|
- const item = itemList[i];
|
|
|
+ const item = list[i];
|
|
|
const sId = item.seriesId;
|
|
|
myWorksData[sId] = item;
|
|
|
}
|