|
@@ -29,8 +29,8 @@ class Product extends UseScopeBaseModel
|
|
|
self::Product_attribute_zero => '无',
|
|
|
self::Product_attribute_one => '其他',
|
|
|
self::Product_attribute_two => '主推款',
|
|
|
- self::Product_attribute_three => '热卖款',
|
|
|
- self::Product_attribute_four => '精选',
|
|
|
+ self::Product_attribute_three => '严选',
|
|
|
+ self::Product_attribute_four => '热门畅销',
|
|
|
self::Product_attribute_five => 'NEW',
|
|
|
];
|
|
|
public static $product_attribute_color = [
|