|
@@ -235,6 +235,7 @@ class SportsNoteList extends BaseModel
|
|
|
}
|
|
}
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
|
|
+ //操作栏 按钮
|
|
|
if($v->status==1){
|
|
if($v->status==1){
|
|
|
$v->game_status = '
|
|
$v->game_status = '
|
|
|
<button style="margin-left: 0;" onclick="'.$function.'(\'' . $v->order_id . '\',\''.$v->match_id.'\',\''.$type.'\')" class="layui-btn layui-btn-sm settlement">结算</button>
|
|
<button style="margin-left: 0;" onclick="'.$function.'(\'' . $v->order_id . '\',\''.$v->match_id.'\',\''.$type.'\')" class="layui-btn layui-btn-sm settlement">结算</button>
|
|
@@ -288,6 +289,7 @@ class SportsNoteList extends BaseModel
|
|
|
*/
|
|
*/
|
|
|
public function getOrderC($content,$order){
|
|
public function getOrderC($content,$order){
|
|
|
$content_str = commonFunction::filter_by_value($content,'order_id',$order->order_id);
|
|
$content_str = commonFunction::filter_by_value($content,'order_id',$order->order_id);
|
|
|
|
|
+
|
|
|
//===投注详情===
|
|
//===投注详情===
|
|
|
if (!empty($order->match_time)) {
|
|
if (!empty($order->match_time)) {
|
|
|
$content1 = '[' . $order->match_time . ']';
|
|
$content1 = '[' . $order->match_time . ']';
|