Commit bc2d6f7d by 朱继来

调整退货金额

parent c5c56f15
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