|
@@ -31,7 +31,7 @@ class Product extends UseScopeBaseModel
|
|
|
self::Product_attribute_two => '主推款',
|
|
|
self::Product_attribute_three => '热卖款',
|
|
|
self::Product_attribute_four => '精选',
|
|
|
- self::Product_attribute_five => 'new',
|
|
|
+ self::Product_attribute_five => 'NEW',
|
|
|
];
|
|
|
public static $product_attribute_color = [
|
|
|
self::Product_attribute_zero => [
|