lizhen_gitee il y a 1 an
Parent
commit
642a826195
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      application/extra/wallet.php

+ 1 - 1
application/extra/wallet.php

@@ -27,8 +27,8 @@ return [
 
     ],
     'moneyname' => [
-        'jewel'    => '收入账户',
         'gold'     => '充值账户',
+        'jewel'    => '收入账户',
     ],
 
 ];