|
|
@@ -82,7 +82,7 @@ $this->title = '出金';
|
|
|
<div class="col-sm-2" style="text-align:center;"></div>
|
|
|
<div class="col-sm-4">
|
|
|
<p>
|
|
|
- 汇率:<b style="color:red">CNY:USD=1:<?= isset($rate['buyRate']) ? $rate['buyRate'] : 0 ?></b>
|
|
|
+ 汇率:<b style="color:red">CNY:USD=<?= isset($rate['buyRate']) ? $rate['buyRate'] : 0 ?>:1</b>
|
|
|
手续费:<b style="color:red">$:<span id="fee">0</span></b>
|
|
|
</p>
|
|
|
</div>
|