|
@@ -662,8 +662,10 @@ function handleGoodsInfo() {
|
|
|
}
|
|
}
|
|
|
*/
|
|
*/
|
|
|
let artInfo = rspData.data.info;
|
|
let artInfo = rspData.data.info;
|
|
|
- if (isisConsignmentCaptureEnabled()) {
|
|
|
|
|
-
|
|
|
|
|
|
|
+ if (isConsignmentCaptureEnabled()) {
|
|
|
|
|
+ magicJS.data.write(WuBianConstKey.ConsignmentArtId, artInfo.artId);
|
|
|
|
|
+ magicJS.data.write(WuBianConstKey.ConsignmentArtName, artInfo.title);
|
|
|
|
|
+ magicJS.notification.appendNotifyInfo(`🎉[${artInfo.title}]一键寄售数据采集成功!`);
|
|
|
}
|
|
}
|
|
|
let authorInfo = rspData.data.author;
|
|
let authorInfo = rspData.data.author;
|
|
|
let paymentInfo = rspData.data.paymentInfo;
|
|
let paymentInfo = rspData.data.paymentInfo;
|