|
|
@@ -879,6 +879,7 @@ function handleGoodsInfo() {
|
|
|
}
|
|
|
*/
|
|
|
let artInfo = rspData.data.info;
|
|
|
+ let paymentInfo = rspData.data.paymentInfo;
|
|
|
if (isConsignmentCaptureEnabled()) {
|
|
|
let oldArtId = magicJS.data.read(WuBianConstKey.ConsignmentArtId, null);
|
|
|
if (oldArtId != artInfo.artId) {
|
|
|
@@ -897,7 +898,6 @@ function handleGoodsInfo() {
|
|
|
magicJS.notification.appendNotifyInfo(`🎉[${artInfo.title}]一键寄售数据采集成功!`);
|
|
|
}
|
|
|
let authorInfo = rspData.data.author;
|
|
|
- let paymentInfo = rspData.data.paymentInfo;
|
|
|
if (typeof paymentInfo.saleMinPrice == 'string' && paymentInfo.saleMinPrice.length == 0) {
|
|
|
paymentInfo.saleMinPrice = 1;
|
|
|
}
|