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