|
@@ -1080,19 +1080,26 @@ class SportsNoteList extends BaseModel
|
|
|
for ($c = 0; $c < count($result); $c++) {
|
|
for ($c = 0; $c < count($result); $c++) {
|
|
|
if ($content[$b]->odds_code == $result[$c]->odds_code) {
|
|
if ($content[$b]->odds_code == $result[$c]->odds_code) {
|
|
|
$data[$i]->str1 = 1;
|
|
$data[$i]->str1 = 1;
|
|
|
|
|
+ $data[$i]->content = $data[$i]->content . $result[$c]->odds_name . '<br>' . $content[$b]->condition . ' ' . $data[$i]->team . '@' . $content[$b]->odds . ' ¥' . $content[$b]->bet_money . '<br>';
|
|
|
|
|
+
|
|
|
|
|
+ /*
|
|
|
if ($content[$b]->result == '未处理') {
|
|
if ($content[$b]->result == '未处理') {
|
|
|
$data[$i]->content = $data[$i]->content . $result[$c]->odds_name . '<br>' . $content[$b]->condition . ' ' . $data[$i]->team . '@' . $content[$b]->odds . ' ¥' . $content[$b]->bet_money . '<br>';
|
|
$data[$i]->content = $data[$i]->content . $result[$c]->odds_name . '<br>' . $content[$b]->condition . ' ' . $data[$i]->team . '@' . $content[$b]->odds . ' ¥' . $content[$b]->bet_money . '<br>';
|
|
|
} else {
|
|
} else {
|
|
|
$data[$i]->content = $data[$i]->content . $result[$c]->odds_name . '<br>' . $content[$b]->condition . ' ' . $data[$i]->team . '@' . $content[$b]->odds . ' ¥' . $content[$b]->bet_money . '<br><span>' . $content[$b]->result . '</span>(' . $content[$b]->matchresult . ')<br>';
|
|
$data[$i]->content = $data[$i]->content . $result[$c]->odds_name . '<br>' . $content[$b]->condition . ' ' . $data[$i]->team . '@' . $content[$b]->odds . ' ¥' . $content[$b]->bet_money . '<br><span>' . $content[$b]->result . '</span>(' . $content[$b]->matchresult . ')<br>';
|
|
|
}
|
|
}
|
|
|
|
|
+ */
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
if ($data[$i]->str1 == 0) {
|
|
if ($data[$i]->str1 == 0) {
|
|
|
|
|
+ $data[$i]->content = $data[$i]->content . $content[$b]->odds_code . '<br>' . $content[$b]->condition . ' ' . $data[$i]->team . '@' . $content[$b]->odds . ' ¥' . $content[$b]->bet_money . '<br>';
|
|
|
|
|
+ /*
|
|
|
if ($content[$b]->result == '未处理') {
|
|
if ($content[$b]->result == '未处理') {
|
|
|
$data[$i]->content = $data[$i]->content . $content[$b]->odds_code . '<br>' . $content[$b]->condition . ' ' . $data[$i]->team . '@' . $content[$b]->odds . ' ¥' . $content[$b]->bet_money . '<br>';
|
|
$data[$i]->content = $data[$i]->content . $content[$b]->odds_code . '<br>' . $content[$b]->condition . ' ' . $data[$i]->team . '@' . $content[$b]->odds . ' ¥' . $content[$b]->bet_money . '<br>';
|
|
|
} else {
|
|
} else {
|
|
|
$data[$i]->content = $data[$i]->content . $content[$b]->odds_code . '<br>' . $content[$b]->condition . ' ' . $data[$i]->team . '@' . $content[$b]->odds . ' ¥' . $content[$b]->bet_money . '<br><span>' . $content[$b]->result . '</span>(' . $content[$b]->matchresult . ')<br>';
|
|
$data[$i]->content = $data[$i]->content . $content[$b]->odds_code . '<br>' . $content[$b]->condition . ' ' . $data[$i]->team . '@' . $content[$b]->odds . ' ¥' . $content[$b]->bet_money . '<br><span>' . $content[$b]->result . '</span>(' . $content[$b]->matchresult . ')<br>';
|
|
|
}
|
|
}
|
|
|
|
|
+ */
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
//处理冠军联赛玩法详情
|
|
//处理冠军联赛玩法详情
|