| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379 |
- <?php include Doo::conf()->SITE_PATH . Doo::conf()->PROTECTED_FOLDER . "viewc/admin/headAndLeftWrapper.php"; ?>
- <script src="<?php echo $data['rootUrl']; ?>global/m/js/echarts.js"></script>
- <div class="mainWrapper container-fluid">
- <div class="total-main clearfix">
- <ul>
- <li>
- <div class="total-content">
- <h2 class="total-title">待确认交易</h2>
- <div class="total-column">
- <a class="total-num total-num-file" href="/m/pay/add"><?php echo $data['unpaycount']; ?></a>
- </div>
- </div>
- </li>
- <li>
- <div class="total-content">
- <h2 class="total-title">用户已激活</h2>
- <div class="total-column fL">
- <dl>
- <dt>今日累计</dt>
- <dd class="total-num"><?php echo $data['tuaddnum']; ?></dd>
- </dl>
- </div>
- <div class="total-column fR">
- <dl>
- <dt>昨日累计</dt>
- <dd class="total-num"><?php echo $data['yuaddnum']; ?></dd>
- </dl>
- </div>
- </div>
- </li>
- <!-- <li>
- <div class="total-content" style="border:none;">
- <h2 class="total-title">用户注册</h2>
- <div class="total-column fL">
- <dl>
- <dt>今日累计</dt>
- <dd class="total-num">999</dd>
- </dl>
- </div>
- <div class="total-column fR">
- <dl>
- <dt>昨日累计</dt>
- <dd class="total-num">999</dd>
- </dl>
- </div>
- </div>
- </li> -->
- </ul>
- </div>
- <div class="userRegister" id="userRegister" style="width:100%;height:450px;padding-bottom:20px;"></div>
- <div class="total-main clearfix">
- <ul>
- <li>
- <div class="total-content">
- <h2 class="total-title">支付宝</h2>
- <div class="total-column fL">
- <dl>
- <dt>今日累计</dt>
- <dd class="total-num">¥<?php if( empty($data['atcount']) ): ?>0<?php else: ?><?php echo $data['atcount']; ?><?php endif; ?></dd>
- </dl>
- </div>
- <div class="total-column fR">
- <dl>
- <dt>昨日累计</dt>
- <dd class="total-num">¥<?php if( empty($data['aycount']) ): ?>0<?php else: ?><?php echo $data['aycount']; ?><?php endif; ?></dd>
- </dl>
- </div>
- </div>
- </li>
- <!-- <li>
- <div class="total-content">
- <h2 class="total-title">网银在线</h2>
- <div class="total-column fL">
- <dl>
- <dt>今日累计</dt>
- <dd class="total-num">¥99.3</dd>
- </dl>
- </div>
- <div class="total-column fR">
- <dl>
- <dt>昨日累计</dt>
- <dd class="total-num">¥999</dd>
- </dl>
- </div>
- </div>
- </li> -->
- <li>
- <div class="total-content">
- <h2 class="total-title">银行转账</h2>
- <div class="total-column fL">
- <dl>
- <dt>今日累计</dt>
- <dd class="total-num">¥<?php if( empty($data['otcount']) ): ?>0<?php else: ?><?php echo $data['otcount']; ?><?php endif; ?></dd>
- </dl>
- </div>
- <div class="total-column fR">
- <dl>
- <dt>昨日累计</dt>
- <dd class="total-num">¥<?php if( empty($data['oycount']) ): ?>0<?php else: ?><?php echo $data['oycount']; ?><?php endif; ?></dd>
- </dl>
- </div>
- </div>
- </li>
- <li>
- <div class="total-content" style="border:none;">
- <h2 class="total-title">合计金额</h2>
- <div class="total-column fL">
- <dl>
- <dt>今日累计</dt>
- <dd class="total-num">¥<?php if( empty($data['alltcount']) ): ?>0<?php else: ?><?php echo $data['alltcount']; ?><?php endif; ?></dd>
- </dl>
- </div>
- <div class="total-column fR">
- <dl>
- <dt>昨日累计</dt>
- <dd class="total-num">¥<?php if( empty($data['allycount']) ): ?>0<?php else: ?><?php echo $data['allycount']; ?><?php endif; ?></dd>
- </dl>
- </div>
- </div>
- </li>
- </ul>
- </div>
- <div class="userRecharge" id="userRecharge" style="width:100%;height:450px; margin-top:35px;"></div>
- <div class="total-balanc-main clearfix">
- <ul>
- <li>
- <div class="total-content total-content-balanc">
- <h2 class="total-title total-title-d">充值总计</h2>
- <div class="total-column total-num">¥<?php echo $data['all']; ?></div>
- </div>
- <div class="total-tableY">
- <table class="table">
- <thead>
- <tr>
- <th></th>
- <th>2016累计(元)</th>
- <th>2015累计(元)</th>
- </tr>
- </thead>
- <tr>
- <td>支付宝</td>
- <td><?php echo $data['alipay2016']; ?></td>
- <td><?php echo $data['alipay2015']; ?></td>
- </tr>
- <tr>
- <td>网银在线</td>
- <td><?php echo $data['recharge2016']; ?></td>
- <td><?php echo $data['recharge2015']; ?></td>
- </tr>
- <tr>
- <td>银行转账</td>
- <td><?php echo $data['offline2016']; ?></td>
- <td><?php echo $data['offline2015']; ?></td>
- </tr>
- <tr>
- <td>合计</td>
- <td><?php echo $data['all2016']; ?></td>
- <td><?php echo $data['all2015']; ?></td>
- </tr>
- </table>
- </div>
- </li>
- <li>
- <div class="total-tableM">
- <table class="table">
- <thead>
- <tr>
- <th>2016</th>
- <th>支付宝(元)</th>
- <th>网银在线(元)</th>
- <th>银行转账(元)</th>
- <th>合计(元)</th>
- </tr>
- </thead>
- <?php if( !empty($data['data2016']) ): ?>
- <?php foreach($data['data2016'] as $k1=>$v1): ?>
- <tr>
- <td><?php echo $v1['month']; ?></td>
- <td><?php echo $v1['alipay']; ?></td>
- <td><?php echo $v1['recharge']; ?></td>
- <td><?php echo $v1['offline']; ?></td>
- <td><?php echo $v1['allpost']; ?></td>
- </tr>
- <?php endforeach; ?>
- <?php endif; ?>
- </table>
- </div>
- </li>
- </ul>
- </div>
- </div>
- <!-- mainWrapper end -->
- </div>
- <script type="text/javascript">
- // 基于准备好的dom,初始化echarts实例
- var myChart = echarts.init(document.getElementById('userRegister'));
- // 指定图表的配置项和数据
- var option = {
- tooltip : {
- trigger: 'axis',
- },
- legend: {
- data:['已激活用户']
- },
- grid: {
- left: '3%',
- right: '4%',
- bottom: '12%',
- containLabel: true
- },
- dataZoom:
- {
- show: true,
- start: 0,
- end: 100
- },
- xAxis : [
- {
- type : 'category',
- splitLine: {
- show: true,
- interval: 'auto'
- },
- data : [<?php foreach($data['monthstr'] as $k1=>$v1): ?>"<?php echo $v1; ?>",<?php endforeach; ?>]
- }
- ],
- yAxis : [
- {
- type : 'value',
- name : '人数',
- axisLabel : {
- formatter: '{value} 人'
- }
- }
- ],
- calculable:false,
- series : [
- // {
- // name:'仅注册',
- // type:'bar',
- // stack: '人数',
- // data:[50,110,120,10,70,32,50,110,120,10,70,32,50,110,120,10,70,32,50,110,120,10,70,32,50,110,120,10,70,32,50],
- // itemStyle:{
- // normal:{color:'#e9af68'}
- // }
- // },
- // {
- // name:'已验证',
- // type:'bar',
- // stack: '人数',
- // data:[30,0,20,50,0,100,30,0,20,50,0,100,30,0,20,50,0,100,30,0,20,50,0,100,30,0,20,50,0,100,30],
- // itemStyle:{
- // normal:{color:'#009f86'}
- // }
- // },
- {
- name:'已激活用户',
- type:'line',
- data:[<?php foreach($data['muaddnumstr'] as $k1=>$v1): ?><?php echo $v1; ?>,<?php endforeach; ?>],
- // 80,110,140,60,70,132,80,110,140,60,70,132,80,110,140,60,70,132,80,110,140,60,70,132,80
- itemStyle:{
- normal:{color:'#E4575A'}
- }
- },
- ]
- };
- // 使用刚指定的配置项和数据显示图表。
- myChart.setOption(option);
- // 基于准备好的dom,初始化echarts实例
- var myChart2 = echarts.init(document.getElementById('userRecharge'));
- option = {
- tooltip : {
- trigger: 'axis',
- },
- legend: {
- data:['支付宝','银行转账','总金额']
- },
- grid: {
- left: '3%',
- right: '4%',
- bottom: '12%',
- containLabel: true
- },
- dataZoom:
- {
- show: true,
- start: 0,
- end: 100
- },
- xAxis : [
- {
- type : 'category',
- splitLine: {
- show: true,
- interval: 'auto'
- },
- data : []
- }
- ],
- yAxis : [
- {
- type : 'value',
- name : '金额',
- axisLabel : {
- formatter: '{value} 元'
- }
- }
- ],
- calculable:false,
- series : [
- {
- name:'支付宝',
- type:'bar',
- stack: '金额',
- data:[],
- itemStyle:{
- normal:{color:'#5DB1EA'}
- }
- },
- {
- name:'银行转账',
- type:'bar',
- stack: '金额',
- data:[],
- itemStyle:{
- normal:{color:'#14d2be'}
- }
- },
- {
- name:'总金额',
- type:'line',
- data:[],
- itemStyle:{
- normal:{color:'#E4575A'}
- }
- },
- ]
- };
- // 使用刚指定的配置项和数据显示图表。
- myChart2.setOption(option);
- myChart2.showLoading();
- $.get('/m/main/charts').done(function(data){
- var html = eval("("+data+")");
- myChart2.hideLoading();
- myChart2.setOption({
- xAxis: {
- data: html.daystr
- },
- series: [
- {
- // 根据名字对应到相应的系列
- name: '支付宝',
- data: html.alipaystr
- },
- {
- name:'银行转账',
- data:html.offlinestr
- },
- {
- name:'总金额',
- data: html.allstr
- }
- ]
- });
- });
- </script>
- </body>
- </html>
|