shawenguan 1 年之前
父节点
当前提交
772f79bd73
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      Scripts/wubian/wubianHelper.js

+ 3 - 2
Scripts/wubian/wubianHelper.js

@@ -622,8 +622,9 @@ function handleFirstArtInfo() {
         magicJS.notification.appendNotifyInfo(`🎉产品[${artInfo.title}]数据采集成功!`);
     }
 
-    // 强制开启购买
-    artInfo.status = 1;
+    artInfo.title = `${artInfo.title}(流通:${artInfo.circulationNum})`;
+    // // 强制开启购买
+    // artInfo.status = 1;
     // 批量强开
     if (payInfo.enableConsignment == 0) {
         payInfo.enableConsignment = 1;