Commit 2347ab2e by 朱继来

Merge branch 'zjl_pay_refund_20190123' into development

parents 64a9aa93 7da7cfa3
Showing with 1 additions and 1 deletions
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
<tbody> <tbody>
@foreach ($list as $v) @foreach ($list as $v)
<tr> <tr>
<td class="show-list">{{$v['mobile'] ? $v['mobile'] : $v['email']}}</td> <td class="show-list"><?php print_r(App\Http\Controllers\getAccountName($v['user_id'])); ?></td>
<td class="show-list"> <td class="show-list">
<?php <?php
$currencySign = $v['currency'] == 1 ? '¥' : '$'; $currencySign = $v['currency'] == 1 ? '¥' : '$';
......
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