kevin_zhangl 3 лет назад
Родитель
Сommit
d79f73ad32

+ 3 - 3
common/models/ShopGoods.php

@@ -55,7 +55,7 @@ class ShopGoods extends \common\components\ActiveRecord
         ],
         5 => [
             'id' => 5,
-            'name' => 'Car/Villa Bonus',
+            'name' => 'Car/Villa Fund',
             'label' => 'garage_points',
         ],
         7 => [
@@ -112,7 +112,7 @@ class ShopGoods extends \common\components\ActiveRecord
 //        ],
         [
             'id' => 5,
-            'name' => 'Car/Villa bonus products',
+            'name' => 'Car/Villa Fund Products',
             'sell_type' => [
                 self::SALE_TYPE[5]
             ]
@@ -226,7 +226,7 @@ class ShopGoods extends \common\components\ActiveRecord
 //                'name'=>'Travel Bonus'
 //            ],
             'garage_points' => [
-                'name' => 'Car/Villa Bonus'
+                'name' => 'Car/Villa Fund'
             ],
             'pay_stack' => [
                 'name' => 'PayStack'

+ 2 - 2
frontendApi/modules/v1/controllers/ShopController.php

@@ -382,11 +382,11 @@ class ShopController extends BaseController {
             ],
 //            [
 //                'name' => '4',
-//                'label' => 'Travel Bonus Products',//旅游积分商品
+//                'label' => 'Travel Fund Products',//旅游积分商品
 //            ],
             [
                 'name' => '5',
-                'label' => 'Car/Villa Bonus Products',//车房积分商品
+                'label' => 'Car/Villa Fund Products',//车房积分商品
             ],
         ];
         return static::notice($data);