Browse Source

1704 修改翻译

kevin_zhangl 3 years ago
parent
commit
802152f18c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      backendApi/modules/v1/models/lists/shop/OrderList.php

+ 2 - 2
backendApi/modules/v1/models/lists/shop/OrderList.php

@@ -195,9 +195,9 @@ class OrderList extends \common\libs\dataList\DataList implements DataListInterf
                     'headerOther' => ['width' => '120'],
                     'value' => function ($row) {
                             if($row['ORDER_TYPE']=='ZC'){
-                                $orderType = 'declaration form';
+                                $orderType = 'Welcome pack';
                             }else{
-                                $orderType = ($row['PAY_TYPE']=='cash') ? 'Cancel again': 'integral';//'重消' : '积分'
+                                $orderType = ($row['PAY_TYPE']=='cash') ? 'Reselling': 'Points';//'重消' : '积分'
                             }
                         return $orderType;
                     },