...
|
...
|
@@ -222,6 +222,9 @@ exports.processProductList = (list, options) => { |
|
|
case 'is_soon_sold_out': // 即将售磬
|
|
|
options.showFew && (tag.is_few = true, isfew = true);
|
|
|
break;
|
|
|
case 'is_solded': // 已售磬
|
|
|
product.is_solded = true;
|
|
|
break;
|
|
|
case 'is_new': // 新品NEW
|
|
|
options.showNew && (tag.is_new = true);
|
|
|
break;
|
...
|
...
|
|