rabin 2 năm trước cách đây
mục cha
commit
36f6dd6f1f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/shop/lib/Money.php

+ 1 - 1
app/shop/lib/Money.php

@@ -177,7 +177,7 @@ class Money
                 (
                     array('昵称', $user['username']),
                     array('手机号', $user['mobile']),
-                    array('资金余额', '¥' . $member['cash'] . '元'),
+                    array('资金余额', '¥' . $user['cash'] . '元'),
                 ),
             ),
         );