Commit aff1a7a5 by 宁成龙

修改枚举值

parent d9a9f785
......@@ -29,8 +29,8 @@ return [
],
'options' => [
"address_type"=> [
"0" => "Personal",
"1" => "Company",
"1" => "Personal",
"2" => "Company",
],
"is_default"=> [
"1" => "Yes",
......
......@@ -36,8 +36,8 @@ return [
],
'options' => [
"address_type"=> [
"0" => "个人",
"1" => "公司",
"1" => "个人",
"2" => "公司",
],
"is_default"=> [
"1" => "Yes",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment