浏览代码

修改出入金汇率

Robin 6 年之前
父节点
当前提交
8d69b0dd2c

+ 2 - 2
normandcrm/crm/backend/modules/user/views/dashboard/index.php

@@ -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>
                     <tr>
                         <th>余额</th>

+ 2 - 2
normandcrm/service/common/helpers/RateHelper.php

@@ -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);