|
|
@@ -1165,7 +1165,7 @@ class BetService extends BaseService
|
|
|
$text2 .= lang('投注金额') . ":{$amount} \n";
|
|
|
$text2 .= lang('中奖金额') . ":{$v['win_amount']} \n";
|
|
|
$text2 .= lang('派彩金额') . ":{$profit} \n";
|
|
|
- $text2 .= lang("盈亏金额") . ":{$yl} \n";
|
|
|
+ $text2 .= lang("盈亏金额") . ":{$yl} sss\n";
|
|
|
$keyboard = [];
|
|
|
$keyboard[] = [
|
|
|
['text' => lang("开奖历史"), 'callback_data' => "showLotteryHistory@@" . $issue_no]
|