@extends('main') @section('main')
@if($countdown)
@endif

{{$data['market_prefix']}}指数:

@if(isset($index[$config['default_index']]['status']) && $index[$config['default_index']]['status'])
@endif @if($showtype) @endif

{{$data['market_prefix']}}活跃股票

更新于{{$data['market_rank']['date']}}


@foreach($data['market_rank']['up'][$thismarket] as $d) @if($showtype) @else @endif @endforeach
Id Cname Nprice Cprice Cperct Tvolume Tamount
{{$d['stock_id']}}{{str_limit($d['stock_name'], $limit = 10, $end = '...')}} {{$d['trading_price']}} {{$d['change_price']}} {{$d['change_percent']}} {{$d['volume']}} {{$d['amount']}}
Id Cname Nprice Cprice Cperct Tvolume Tamount
@stop @section('scripts') @stop