Commit 0a6e11f2 by hcy001

1

parent 48b6e14c
Showing with 4 additions and 3 deletions
...@@ -23,12 +23,13 @@ return [ ...@@ -23,12 +23,13 @@ return [
'delivery_time', 'delivery_time',
], ],
//币种 1:CNY 2:USD 3: 港币 4:欧元 5:英磅
'currency' => [ 'currency' => [
1 => '人民币', 1 => '人民币',
2 => '美元', 2 => '美元',
3 => '欧元', 3 => '港币',
4 => '英镑', 4 => '欧元',
5 => '港币', 5 => '英磅',
], ],
'currency_sign' => [ 'currency_sign' => [
......
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