=$t('follow_plan')?>
=number_format($user['balance']??0,2)?>
=htmlspecialchars($game['name'] ?? $t('pk10_title'))?>
=$t('total_win_rate')?>
=$summary['win_rate']?>%
=$t('total_profit')?>
=$summary['profit']>=0?'+':''?>=number_format($summary['profit'],2)?>
=$t('no_follow_plan')?>
$t('big').'/'.$t('small'), 'oe'=>$t('odd').'/'.$t('even'), 'dt'=>$t('dragon').'/'.$t('tiger'), 'sum_bs'=>$t('sum_big').'/'.$t('sum_small')]; foreach($plans as $plan): $isFollowing = isset($userFollows[$plan['id']]); ?>
=htmlspecialchars($plan['name'])?>
=$typeNames[$plan['plan_type']]??$plan['plan_type']?>
=$t('total_win_rate')?>
=$plan['win_rate']?>%
=$t('bet_amount')?>
=number_format($plan['bet_amount'],0)?>
总期数
=$plan['total_records']?>
=$rec['is_win']?'W':'L'?>
=$isFollowing?'取消跟单':'开始跟单'?>