shawenguan 1 年之前
父節點
當前提交
8824340815
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      Scripts/wubian/wubianHelper.js

+ 4 - 2
Scripts/wubian/wubianHelper.js

@@ -662,8 +662,10 @@ function handleGoodsInfo() {
     }
     */
     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 paymentInfo = rspData.data.paymentInfo;