@@ -206,7 +206,7 @@ class BetService extends BaseService
}
$sumAmount = number_format($sumAmount, 2);
$text .= "--------\n";
- $text .=lang("合计金额").":{$sumAmount} RMB\n";
+ $text .=lang("合计金额").":{$sumAmount}\n";
$text .= lang("下注成功");
if (!$success) {
$msg['text'] = $errText;