Browse Source

跨境商品取消测试价格

kevin 1 year ago
parent
commit
eb2253f9ac
1 changed files with 2 additions and 2 deletions
  1. 2 2
      common/config/params.php

+ 2 - 2
common/config/params.php

@@ -259,11 +259,11 @@ return [
     'orderStatus' => [
     'orderStatus' => [
         '0' => [
         '0' => [
             'value' => 0,
             'value' => 0,
-            'label' => '支付'
+            'label' => '支付'
         ],
         ],
         'notPaid' => [
         'notPaid' => [
             'value' => 0,
             'value' => 0,
-            'label' => '支付'
+            'label' => '支付'
         ],
         ],
         '1' => [
         '1' => [
             'value' => 1,
             'value' => 1,