shawenguan 1 rok pred
rodič
commit
8824340815
1 zmenil súbory, kde vykonal 4 pridanie a 2 odobranie
  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;