@@ -22,8 +22,8 @@ $this->title = '首页';
<tr>
<th>账户</th>
<td><?= $mt4user['LOGIN'] ?></td>
- <th>杠杆</th>
- <td>1:<?= $mt4user['LEVERAGE'] ?></td>
+<!-- <th>杠杆</th>-->
+<!-- <td>1:--><?//= $mt4user['LEVERAGE'] ?><!--</td>-->
</tr>
<th>余额</th>
@@ -55,8 +55,8 @@ class RateHelper
}
- $usdRate['sellRate'] = 6.84;
- $usdRate['buyRate'] = 6.54;
+ $usdRate['sellRate'] = 7.00;
+ $usdRate['buyRate'] = 6.70;
/*
$usdRate = Yii::$app->getCache()->get(self::RATE_CACHE_KEY);