seven 2 周之前
父节点
当前提交
e2dc1deb28
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Services/BetService.php

+ 1 - 1
app/Services/BetService.php

@@ -556,7 +556,7 @@ class BetService extends BaseService
         $total_amount = BalanceLogService::model()::where('member_id', $memberId)->where('change_type', '中奖')->sum('amount');
         $total_amount = number_format($total_amount, 2);
         $text = lang("历史注单")." \n";
-        $text .= "中奖总派彩:{$total_amount} \n";
+        $text .= lang("中奖总派彩").":{$total_amount} \n";
         foreach ($list as $k => $v) {
             if ($v->status == self::model()::STATUS_SETTLED) {
                 $phase = $v->profit - $v->amount;