Commit 5a5db139 by 朱继来

Merge branch 'zjl_self_refund_20190605' into development

parents 86d7c043 bc2d6f7d
Showing with 1 additions and 1 deletions
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
<?php <?php
$currencySign = $v['currency'] == 1 ? '¥' : '$'; $currencySign = $v['currency'] == 1 ? '¥' : '$';
?> ?>
<td class="show-list">{{$currencySign.$v['pay_amount']}}</td> <td class="show-list">{{$currencySign.$v['return_amount']}}</td>
<td class="show-list"> <td class="show-list">
<?php <?php
......
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