shawenguan 1 anno fa
parent
commit
8824340815
1 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  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;