作者 anyv

Merge branch 'master' of http://114.215.101.231:8099/anyv/xkeasy

正在显示 40 个修改的文件 包含 48 行增加4849 行删除

要显示太多修改。

为保证性能只显示 40 of 40+ 个文件。

<?php
/**
* Created by PhpStorm.
* User: Administrator
* Date: 2019/6/5
* Time: 19:55
*/
namespace app\portal\controller;
use app\portal\model\OrderModel;
use cmf\controller\WeChatBaseController;
class OrderController extends WeChatBaseController
{
public function get_all(){
$user_id = cmf_get_current_user_id();
$orderModel = new OrderModel();
$where['uid'] = ['eq',$user_id];
$data = $orderModel->selectData($where);
if(!empty($data)){
foreach($data as $key => $vo){
}
}
}
}
\ No newline at end of file
... ...
<?php
/**
* Created by PhpStorm.
* User: Administrator
* Date: 2019/6/5
* Time: 19:56
*/
namespace app\portal\model;
use think\Model;
class OrderModel extends Model
{
public function selectData($where){
$data = $this->where($where)->select()->toArray();
return $data;
}
}
\ No newline at end of file
... ...
<?php
//000000000000
exit();?>
a:0:{}
\ No newline at end of file
<?php
//000000000000
exit();?>
a:4:{s:9:"site_name";s:24:"bronet内容管理框架";s:14:"site_seo_title";s:24:"bronet内容管理框架";s:17:"site_seo_keywords";s:69:"bronet,php,内容管理框架,cmf,cms,简约风, simplewind,framework";s:20:"site_seo_description";s:84:"bronet是简约风网络科技发布的一款用于快速开发的内容管理框架";}
\ No newline at end of file
<?php
//000000000000
exit();?>
a:0:{}
\ No newline at end of file
此 diff 太大无法显示。
此 diff 太大无法显示。
此 diff 太大无法显示。
此 diff 太大无法显示。
此 diff 太大无法显示。
此 diff 太大无法显示。
此 diff 太大无法显示。
此 diff 太大无法显示。
此 diff 太大无法显示。
此 diff 太大无法显示。
---------------------------------------------------------------
[ 2019-05-29T15:56:27+08:00 ] 127.0.0.1 127.0.0.1 GET /admin
[ info ] www.xkeasy.com/admin [运行时间:0.088000s][吞吐率:11.36req/s] [内存消耗:2,583.09kb] [文件加载:81]
[ info ] [ DB ] INIT mysql
[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.031000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
'type' => 'module',
'module' =>
array (
0 => 'admin',
1 => NULL,
2 => NULL,
),
)
[ info ] [ HEADER ] array (
'cookie' => 'admin_username=admin',
'accept-language' => 'zh-CN,zh;q=0.9',
'accept-encoding' => 'gzip, deflate',
'purpose' => 'prefetch',
'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
'user-agent' => 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36',
'upgrade-insecure-requests' => '1',
'connection' => 'close',
'host' => 'www.xkeasy.com',
)
[ info ] [ PARAM ] array (
)
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.002000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php
[ info ] [ CACHE ] INIT File
[ info ] [ SESSION ] INIT array (
'id' => '',
'var_session_id' => '',
'prefix' => 'think',
'type' => '',
'auto_start' => true,
)
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.003000s ]
[ info ] [ LOG ] INIT File
[ sql ] [ DB ] CONNECT:[ UseTime:0.002000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.021000s ]
[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.000000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.018000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.000000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.000000s ]
---------------------------------------------------------------
[ 2019-05-29T15:56:27+08:00 ] 127.0.0.1 127.0.0.1 GET /admin/public/login.html
[ info ] www.xkeasy.com/admin/public/login.html [运行时间:0.098000s][吞吐率:10.20req/s] [内存消耗:2,994.73kb] [文件加载:84]
[ info ] [ DB ] INIT mysql
[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.025000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
'type' => 'module',
'module' =>
array (
0 => 'admin',
1 => 'public',
2 => 'login',
),
)
[ info ] [ HEADER ] array (
'cookie' => 'admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq',
'accept-language' => 'zh-CN,zh;q=0.9',
'accept-encoding' => 'gzip, deflate',
'purpose' => 'prefetch',
'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
'user-agent' => 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36',
'upgrade-insecure-requests' => '1',
'connection' => 'close',
'host' => 'www.xkeasy.com',
)
[ info ] [ PARAM ] array (
)
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.001000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php
[ info ] [ CACHE ] INIT File
[ info ] [ RUN ] app\admin\controller\PublicController->login[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\PublicController.php ]
[ info ] [ SESSION ] INIT array (
'id' => '',
'var_session_id' => '',
'prefix' => 'think',
'type' => '',
'auto_start' => true,
)
[ info ] [ VIEW ] themes/admin_simpleboot3/admin\\login.html [ array (
0 => 'site_info',
) ]
[ info ] [ LOG ] INIT File
[ sql ] [ DB ] CONNECT:[ UseTime:0.001000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.017000s ]
[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.001000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.016000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.000000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.001000s ]
---------------------------------------------------------------
[ 2019-05-29T15:56:28+08:00 ] 127.0.0.1 127.0.0.1 GET /captcha/new.html?height=32&width=150&font_size=18
[ info ] www.xkeasy.com/captcha/new.html?height=32&width=150&font_size=18 [运行时间:0.069000s][吞吐率:14.49req/s] [内存消耗:2,304.64kb] [文件加载:66]
[ info ] [ DB ] INIT mysql
[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.023000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
'type' => 'method',
'method' =>
array (
0 => '\\cmf\\controller\\CaptchaController',
1 => 'index',
),
'var' =>
array (
),
)
[ info ] [ HEADER ] array (
'cookie' => 'admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq',
'accept-language' => 'zh-CN,zh;q=0.9',
'accept-encoding' => 'gzip, deflate',
'referer' => 'http://www.xkeasy.com/admin/public/login.html',
'purpose' => 'prefetch',
'accept' => 'image/webp,image/apng,image/*,*/*;q=0.8',
'user-agent' => 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36',
'connection' => 'close',
'host' => 'www.xkeasy.com',
)
[ info ] [ PARAM ] array (
'height' => '32',
'width' => '150',
'font_size' => '18',
)
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.002000s ]
[ info ] [ RUN ] cmf\controller\CaptchaController->index[ D:\PHPTutorial\WWW\xkeasy\simplewind\cmf\controller\CaptchaController.php ]
[ info ] [ SESSION ] INIT array (
'id' => '',
'var_session_id' => '',
'prefix' => 'think',
'type' => '',
'auto_start' => true,
)
[ info ] [ LOG ] INIT File
[ sql ] [ DB ] CONNECT:[ UseTime:0.001000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.016000s ]
[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.000000s ]
---------------------------------------------------------------
[ 2019-05-29T15:56:28+08:00 ] 127.0.0.1 127.0.0.1 GET /admin
[ info ] www.xkeasy.com/admin [运行时间:0.119000s][吞吐率:8.40req/s] [内存消耗:2,583.55kb] [文件加载:81]
[ info ] [ DB ] INIT mysql
[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.047000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
'type' => 'module',
'module' =>
array (
0 => 'admin',
1 => NULL,
2 => NULL,
),
)
[ info ] [ HEADER ] array (
'cookie' => 'admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq',
'accept-language' => 'zh-CN,zh;q=0.9',
'accept-encoding' => 'gzip, deflate',
'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
'user-agent' => 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36',
'upgrade-insecure-requests' => '1',
'connection' => 'close',
'host' => 'www.xkeasy.com',
)
[ info ] [ PARAM ] array (
)
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.002000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php
[ info ] [ CACHE ] INIT File
[ info ] [ SESSION ] INIT array (
'id' => '',
'var_session_id' => '',
'prefix' => 'think',
'type' => '',
'auto_start' => true,
)
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.003000s ]
[ info ] [ LOG ] INIT File
[ sql ] [ DB ] CONNECT:[ UseTime:0.010000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.023000s ]
[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.000000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.023000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.000000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.000000s ]
---------------------------------------------------------------
[ 2019-05-29T15:56:28+08:00 ] 127.0.0.1 127.0.0.1 GET /admin/public/login.html
[ info ] www.xkeasy.com/admin/public/login.html [运行时间:0.084000s][吞吐率:11.90req/s] [内存消耗:2,994.49kb] [文件加载:84]
[ info ] [ DB ] INIT mysql
[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.025000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
'type' => 'module',
'module' =>
array (
0 => 'admin',
1 => 'public',
2 => 'login',
),
)
[ info ] [ HEADER ] array (
'cookie' => 'admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq',
'accept-language' => 'zh-CN,zh;q=0.9',
'accept-encoding' => 'gzip, deflate',
'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
'user-agent' => 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36',
'upgrade-insecure-requests' => '1',
'connection' => 'close',
'host' => 'www.xkeasy.com',
)
[ info ] [ PARAM ] array (
)
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.003000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php
[ info ] [ CACHE ] INIT File
[ info ] [ RUN ] app\admin\controller\PublicController->login[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\PublicController.php ]
[ info ] [ SESSION ] INIT array (
'id' => '',
'var_session_id' => '',
'prefix' => 'think',
'type' => '',
'auto_start' => true,
)
[ info ] [ VIEW ] themes/admin_simpleboot3/admin\\login.html [ array (
0 => 'site_info',
) ]
[ info ] [ LOG ] INIT File
[ sql ] [ DB ] CONNECT:[ UseTime:0.001000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.017000s ]
[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.001000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.016000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.000000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.001000s ]
---------------------------------------------------------------
[ 2019-05-29T15:56:28+08:00 ] 127.0.0.1 127.0.0.1 GET /captcha/new.html?height=32&width=150&font_size=18
[ info ] www.xkeasy.com/captcha/new.html?height=32&width=150&font_size=18 [运行时间:0.112000s][吞吐率:8.93req/s] [内存消耗:2,304.24kb] [文件加载:66]
[ info ] [ DB ] INIT mysql
[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.062000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
'type' => 'method',
'method' =>
array (
0 => '\\cmf\\controller\\CaptchaController',
1 => 'index',
),
'var' =>
array (
),
)
[ info ] [ HEADER ] array (
'cookie' => 'admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq',
'accept-language' => 'zh-CN,zh;q=0.9',
'accept-encoding' => 'gzip, deflate',
'referer' => 'http://www.xkeasy.com/admin/public/login.html',
'accept' => 'image/webp,image/apng,image/*,*/*;q=0.8',
'user-agent' => 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36',
'connection' => 'close',
'host' => 'www.xkeasy.com',
)
[ info ] [ PARAM ] array (
'height' => '32',
'width' => '150',
'font_size' => '18',
)
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.004000s ]
[ info ] [ RUN ] cmf\controller\CaptchaController->index[ D:\PHPTutorial\WWW\xkeasy\simplewind\cmf\controller\CaptchaController.php ]
[ info ] [ SESSION ] INIT array (
'id' => '',
'var_session_id' => '',
'prefix' => 'think',
'type' => '',
'auto_start' => true,
)
[ info ] [ LOG ] INIT File
[ sql ] [ DB ] CONNECT:[ UseTime:0.012000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.038000s ]
[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.000000s ]
---------------------------------------------------------------
[ 2019-05-29T15:56:36+08:00 ] 127.0.0.1 127.0.0.1 POST /admin/public/dologin.html
[ info ] www.xkeasy.com/admin/public/dologin.html [运行时间:0.190000s][吞吐率:5.26req/s] [内存消耗:2,838.09kb] [文件加载:82]
[ info ] [ DB ] INIT mysql
[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.023000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
'type' => 'module',
'module' =>
array (
0 => 'admin',
1 => 'public',
2 => 'dologin',
),
)
[ info ] [ HEADER ] array (
'cookie' => 'thinkphp_show_page_trace=0|0; admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq',
'accept-language' => 'zh-CN,zh;q=0.9',
'accept-encoding' => 'gzip, deflate',
'referer' => 'http://www.xkeasy.com/admin/public/login.html',
'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8',
'user-agent' => 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36',
'x-requested-with' => 'XMLHttpRequest',
'origin' => 'http://www.xkeasy.com',
'accept' => 'application/json, text/javascript, */*; q=0.01',
'content-length' => '53',
'connection' => 'close',
'host' => 'www.xkeasy.com',
)
[ info ] [ PARAM ] array (
'username' => 'admin',
'password' => '123456',
'captcha' => '4574',
'redirect' => '',
)
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.002000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php
[ info ] [ CACHE ] INIT File
[ info ] [ RUN ] app\admin\controller\PublicController->doLogin[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\PublicController.php ]
[ info ] [ SESSION ] INIT array (
'id' => '',
'var_session_id' => '',
'prefix' => 'think',
'type' => '',
'auto_start' => true,
)
[ info ] [ LOG ] INIT File
[ sql ] [ DB ] CONNECT:[ UseTime:0.000000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.016000s ]
[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.000000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.016000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.001000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.057000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `user_login` = 'admin' LIMIT 1 [ RunTime:0.001000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_role_user` [ RunTime:0.019000s ]
[ sql ] [ SQL ] SELECT `role_id` FROM `cmf_role_user` `a` INNER JOIN `cmf_role` `b` ON `a`.`role_id`=`b`.`id` WHERE `user_id` = 1 AND `status` = 1 LIMIT 1 [ RunTime:0.003000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user_token` [ RunTime:0.018000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_user_token` WHERE `user_id` = 1 AND `device_type` = 'web' LIMIT 1 [ RunTime:0.000000s ]
[ sql ] [ SQL ] UPDATE `cmf_user_token` SET `token`='52f6fd031c268c092e41a001f021768f4a5f6a47aff237a6bec711b7a7510ec3',`expire_time`=1574668596,`create_time`=1559116596 WHERE `user_id` = 1 AND `device_type` = 'web' [ RunTime:0.002000s ]
[ sql ] [ SQL ] UPDATE `cmf_user` SET `user_type`=1,`sex`=0,`birthday`=0,`last_login_time`=1559116596,`score`=0,`coin`=0,`create_time`=1558060740,`user_status`=1,`user_login`='admin',`user_pass`='###a42632a09a83210a556a640aa16a0f12',`user_nickname`='admin',`user_email`='948800108@qq.com',`user_url`='',`avatar`='',`signature`='',`last_login_ip`='127.0.0.1',`user_activation_key`='',`mobile`='',`more`=NULL WHERE `id` = 1 [ RunTime:0.003000s ]
---------------------------------------------------------------
[ 2019-05-29T15:56:39+08:00 ] 127.0.0.1 127.0.0.1 GET /admin/index/index.html
[ info ] www.xkeasy.com/admin/index/index.html [运行时间:0.312000s][吞吐率:3.21req/s] [内存消耗:3,345.69kb] [文件加载:91]
[ info ] [ DB ] INIT mysql
[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.039000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
'type' => 'module',
'module' =>
array (
0 => 'admin',
1 => 'index',
2 => 'index',
),
)
[ info ] [ HEADER ] array (
'cookie' => 'admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq',
'accept-language' => 'zh-CN,zh;q=0.9',
'accept-encoding' => 'gzip, deflate',
'referer' => 'http://www.xkeasy.com/admin/public/login.html',
'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
'user-agent' => 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36',
'upgrade-insecure-requests' => '1',
'connection' => 'close',
'host' => 'www.xkeasy.com',
)
[ info ] [ PARAM ] array (
)
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.002000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php
[ info ] [ CACHE ] INIT File
[ info ] [ SESSION ] INIT array (
'id' => '',
'var_session_id' => '',
'prefix' => 'think',
'type' => '',
'auto_start' => true,
)
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.003000s ]
[ info ] [ RUN ] app\admin\controller\IndexController->index[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\IndexController.php ]
[ info ] [ VIEW ] themes/admin_simpleboot3/admin\index\index.html [ array (
0 => 'admin',
1 => 'site_info',
2 => 'menus',
) ]
[ info ] [ LOG ] INIT File
[ sql ] [ DB ] CONNECT:[ UseTime:0.001000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.028000s ]
[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.001000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.001000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.001000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_admin_menu` [ RunTime:0.075000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 0 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 6 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.002000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 71 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 15 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 95 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 29 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 78 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 7 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.002000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 61 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 75 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 93 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 158 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 109 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 49 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 50 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 110 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 152 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 153 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 156 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 2 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.002000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 42 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 120 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 121 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 131 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 139 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 145 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 162 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 163 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.002000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 164 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 165 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 166 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 167 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 168 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 169 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 170 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.003000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 171 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 172 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 173 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 174 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 175 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 176 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 177 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.001000s ]
---------------------------------------------------------------
[ 2019-05-29T15:56:39+08:00 ] 127.0.0.1 127.0.0.1 GET /admin/main/index.html
[ info ] www.xkeasy.com/admin/main/index.html [运行时间:0.176000s][吞吐率:5.68req/s] [内存消耗:3,024.35kb] [文件加载:88]
[ info ] [ DB ] INIT mysql
[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.044000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
'type' => 'module',
'module' =>
array (
0 => 'admin',
1 => 'main',
2 => 'index',
),
)
[ info ] [ HEADER ] array (
'cookie' => 'admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq',
'accept-language' => 'zh-CN,zh;q=0.9',
'accept-encoding' => 'gzip, deflate',
'referer' => 'http://www.xkeasy.com/admin/index/index.html',
'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
'user-agent' => 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36',
'upgrade-insecure-requests' => '1',
'connection' => 'close',
'host' => 'www.xkeasy.com',
)
[ info ] [ PARAM ] array (
)
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.003000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php
[ info ] [ CACHE ] INIT File
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.005000s ]
[ info ] [ SESSION ] INIT array (
'id' => '',
'var_session_id' => '',
'prefix' => 'think',
'type' => '',
'auto_start' => true,
)
[ info ] [ RUN ] app\admin\controller\MainController->index[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\MainController.php ]
[ info ] [ VIEW ] themes/admin_simpleboot3/admin\main\index.html [ array (
0 => 'admin',
1 => 'site_info',
2 => 'dashboard_widgets',
3 => 'dashboard_widget_plugins',
4 => 'has_smtp_setting',
) ]
[ info ] [ LOG ] INIT File
[ sql ] [ DB ] CONNECT:[ UseTime:0.010000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.025000s ]
[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.000000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.031000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.000000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.028000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_dashboard_widgets' LIMIT 1 [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'smtp_setting' LIMIT 1 [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.000000s ]
---------------------------------------------------------------
[ 2019-05-29T15:56:44+08:00 ] 127.0.0.1 127.0.0.1 GET /Admin/withdrawal/withd_audit.html
[ info ] www.xkeasy.com/Admin/withdrawal/withd_audit.html [运行时间:0.139000s][吞吐率:7.19req/s] [内存消耗:2,951.63kb] [文件加载:87]
[ info ] [ DB ] INIT mysql
[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.037000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
'type' => 'module',
'module' =>
array (
0 => 'Admin',
1 => 'withdrawal',
2 => 'withd_audit',
),
)
[ info ] [ HEADER ] array (
'cookie' => 'admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq',
'accept-language' => 'zh-CN,zh;q=0.9',
'accept-encoding' => 'gzip, deflate',
'referer' => 'http://www.xkeasy.com/admin/index/index.html',
'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
'user-agent' => 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36',
'upgrade-insecure-requests' => '1',
'connection' => 'close',
'host' => 'www.xkeasy.com',
)
[ info ] [ PARAM ] array (
)
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.002000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php
[ info ] [ CACHE ] INIT File
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.004000s ]
[ info ] [ SESSION ] INIT array (
'id' => '',
'var_session_id' => '',
'prefix' => 'think',
'type' => '',
'auto_start' => true,
)
[ info ] [ RUN ] app\admin\controller\WithdrawalController->withd_audit[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\WithdrawalController.php ]
[ info ] [ VIEW ] themes/admin_simpleboot3/admin\withdrawal\withd_audit.html [ array (
0 => 'admin',
1 => 'site_info',
) ]
[ info ] [ LOG ] INIT File
[ sql ] [ DB ] CONNECT:[ UseTime:0.011000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.016000s ]
[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.001000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.017000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.000000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.017000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.000000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.001000s ]
---------------------------------------------------------------
[ 2019-05-29T15:56:45+08:00 ] 127.0.0.1 127.0.0.1 GET /Admin/withdrawal/withd_list.html
[ info ] www.xkeasy.com/Admin/withdrawal/withd_list.html [运行时间:0.210000s][吞吐率:4.76req/s] [内存消耗:3,061.07kb] [文件加载:90]
[ info ] [ DB ] INIT mysql
[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.033000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
'type' => 'module',
'module' =>
array (
0 => 'Admin',
1 => 'withdrawal',
2 => 'withd_list',
),
)
[ info ] [ HEADER ] array (
'cookie' => 'thinkphp_show_page_trace=0|0; admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq',
'accept-language' => 'zh-CN,zh;q=0.9',
'accept-encoding' => 'gzip, deflate',
'referer' => 'http://www.xkeasy.com/admin/index/index.html',
'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
'user-agent' => 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36',
'upgrade-insecure-requests' => '1',
'connection' => 'close',
'host' => 'www.xkeasy.com',
)
[ info ] [ PARAM ] array (
)
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.002000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php
[ info ] [ CACHE ] INIT File
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.002000s ]
[ info ] [ SESSION ] INIT array (
'id' => '',
'var_session_id' => '',
'prefix' => 'think',
'type' => '',
'auto_start' => true,
)
[ info ] [ RUN ] app\admin\controller\WithdrawalController->withd_list[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\WithdrawalController.php ]
[ info ] [ VIEW ] themes/admin_simpleboot3/admin\withdrawal\withd_list.html [ array (
0 => 'admin',
1 => 'site_info',
2 => 'data_arr',
3 => 'data',
) ]
[ info ] [ LOG ] INIT File
[ sql ] [ DB ] CONNECT:[ UseTime:0.010000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.016000s ]
[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.000000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.015000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.000000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.017000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.000000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_money_expend` [ RunTime:0.065000s ]
[ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_money_expend` `a` LEFT JOIN `cmf_my_user` `b` ON `a`.`uid`=`b`.`uid` WHERE ( state = 1 or state = 2 ) LIMIT 1 [ RunTime:0.004000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_money_expend` `a` LEFT JOIN `cmf_my_user` `b` ON `a`.`uid`=`b`.`uid` WHERE ( state = 1 or state = 2 ) LIMIT 0,12 [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.001000s ]
---------------------------------------------------------------
[ 2019-05-29T15:56:47+08:00 ] 127.0.0.1 127.0.0.1 GET /Admin/withdrawal/withd_audit.html
[ info ] www.xkeasy.com/Admin/withdrawal/withd_audit.html [运行时间:0.139000s][吞吐率:7.19req/s] [内存消耗:2,951.84kb] [文件加载:87]
[ info ] [ DB ] INIT mysql
[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.039000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
'type' => 'module',
'module' =>
array (
0 => 'Admin',
1 => 'withdrawal',
2 => 'withd_audit',
),
)
[ info ] [ HEADER ] array (
'cookie' => 'thinkphp_show_page_trace=0|0; admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq',
'accept-language' => 'zh-CN,zh;q=0.9',
'accept-encoding' => 'gzip, deflate',
'referer' => 'http://www.xkeasy.com/admin/index/index.html',
'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
'user-agent' => 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36',
'upgrade-insecure-requests' => '1',
'connection' => 'close',
'host' => 'www.xkeasy.com',
)
[ info ] [ PARAM ] array (
)
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.004000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php
[ info ] [ CACHE ] INIT File
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.003000s ]
[ info ] [ SESSION ] INIT array (
'id' => '',
'var_session_id' => '',
'prefix' => 'think',
'type' => '',
'auto_start' => true,
)
[ info ] [ RUN ] app\admin\controller\WithdrawalController->withd_audit[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\WithdrawalController.php ]
[ info ] [ VIEW ] themes/admin_simpleboot3/admin\withdrawal\withd_audit.html [ array (
0 => 'admin',
1 => 'site_info',
) ]
[ info ] [ LOG ] INIT File
[ sql ] [ DB ] CONNECT:[ UseTime:0.010000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.022000s ]
[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.000000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.022000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.000000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.024000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.000000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.000000s ]
---------------------------------------------------------------
[ 2019-05-29T16:05:20+08:00 ] 127.0.0.1 127.0.0.1 GET /Admin/withdrawal/withd_audit.html
[ info ] www.xkeasy.com/Admin/withdrawal/withd_audit.html [运行时间:0.135000s][吞吐率:7.41req/s] [内存消耗:2,951.84kb] [文件加载:87]
[ info ] [ DB ] INIT mysql
[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.040000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
'type' => 'module',
'module' =>
array (
0 => 'Admin',
1 => 'withdrawal',
2 => 'withd_audit',
),
)
[ info ] [ HEADER ] array (
'cookie' => 'thinkphp_show_page_trace=0|0; admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq',
'accept-language' => 'zh-CN,zh;q=0.9',
'accept-encoding' => 'gzip, deflate',
'referer' => 'http://www.xkeasy.com/admin/index/index.html',
'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
'user-agent' => 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36',
'upgrade-insecure-requests' => '1',
'connection' => 'close',
'host' => 'www.xkeasy.com',
)
[ info ] [ PARAM ] array (
)
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.004000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php
[ info ] [ CACHE ] INIT File
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.004000s ]
[ info ] [ SESSION ] INIT array (
'id' => '',
'var_session_id' => '',
'prefix' => 'think',
'type' => '',
'auto_start' => true,
)
[ info ] [ RUN ] app\admin\controller\WithdrawalController->withd_audit[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\WithdrawalController.php ]
[ info ] [ VIEW ] themes/admin_simpleboot3/admin\withdrawal\withd_audit.html [ array (
0 => 'admin',
1 => 'site_info',
) ]
[ info ] [ LOG ] INIT File
[ sql ] [ DB ] CONNECT:[ UseTime:0.003000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.025000s ]
[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.000000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.010000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.001000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.014000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.001000s ]
---------------------------------------------------------------
[ 2019-05-29T16:05:21+08:00 ] 127.0.0.1 127.0.0.1 GET /Admin/withdrawal/withd_list.html
[ info ] www.xkeasy.com/Admin/withdrawal/withd_list.html [运行时间:0.161000s][吞吐率:6.21req/s] [内存消耗:3,061.07kb] [文件加载:90]
[ info ] [ DB ] INIT mysql
[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.037000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
'type' => 'module',
'module' =>
array (
0 => 'Admin',
1 => 'withdrawal',
2 => 'withd_list',
),
)
[ info ] [ HEADER ] array (
'cookie' => 'thinkphp_show_page_trace=0|0; admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq',
'accept-language' => 'zh-CN,zh;q=0.9',
'accept-encoding' => 'gzip, deflate',
'referer' => 'http://www.xkeasy.com/admin/index/index.html',
'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
'user-agent' => 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36',
'upgrade-insecure-requests' => '1',
'connection' => 'close',
'host' => 'www.xkeasy.com',
)
[ info ] [ PARAM ] array (
)
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.002000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php
[ info ] [ CACHE ] INIT File
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.004000s ]
[ info ] [ SESSION ] INIT array (
'id' => '',
'var_session_id' => '',
'prefix' => 'think',
'type' => '',
'auto_start' => true,
)
[ info ] [ RUN ] app\admin\controller\WithdrawalController->withd_list[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\WithdrawalController.php ]
[ info ] [ VIEW ] themes/admin_simpleboot3/admin\withdrawal\withd_list.html [ array (
0 => 'admin',
1 => 'site_info',
2 => 'data_arr',
3 => 'data',
) ]
[ info ] [ LOG ] INIT File
[ sql ] [ DB ] CONNECT:[ UseTime:0.010000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.016000s ]
[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.000000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.018000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.001000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.016000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.001000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_money_expend` [ RunTime:0.017000s ]
[ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_money_expend` `a` LEFT JOIN `cmf_my_user` `b` ON `a`.`uid`=`b`.`uid` WHERE ( state = 1 or state = 2 ) LIMIT 1 [ RunTime:0.000000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_money_expend` `a` LEFT JOIN `cmf_my_user` `b` ON `a`.`uid`=`b`.`uid` WHERE ( state = 1 or state = 2 ) LIMIT 0,12 [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.000000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.000000s ]
---------------------------------------------------------------
[ 2019-05-29T16:05:22+08:00 ] 127.0.0.1 127.0.0.1 GET /Admin/withdrawal/withd_audit.html
[ info ] www.xkeasy.com/Admin/withdrawal/withd_audit.html [运行时间:0.137000s][吞吐率:7.30req/s] [内存消耗:2,951.84kb] [文件加载:87]
[ info ] [ DB ] INIT mysql
[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.036000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
'type' => 'module',
'module' =>
array (
0 => 'Admin',
1 => 'withdrawal',
2 => 'withd_audit',
),
)
[ info ] [ HEADER ] array (
'cookie' => 'thinkphp_show_page_trace=0|0; admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq',
'accept-language' => 'zh-CN,zh;q=0.9',
'accept-encoding' => 'gzip, deflate',
'referer' => 'http://www.xkeasy.com/admin/index/index.html',
'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
'user-agent' => 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36',
'upgrade-insecure-requests' => '1',
'connection' => 'close',
'host' => 'www.xkeasy.com',
)
[ info ] [ PARAM ] array (
)
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.002000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php
[ info ] [ CACHE ] INIT File
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.003000s ]
[ info ] [ SESSION ] INIT array (
'id' => '',
'var_session_id' => '',
'prefix' => 'think',
'type' => '',
'auto_start' => true,
)
[ info ] [ RUN ] app\admin\controller\WithdrawalController->withd_audit[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\WithdrawalController.php ]
[ info ] [ VIEW ] themes/admin_simpleboot3/admin\withdrawal\withd_audit.html [ array (
0 => 'admin',
1 => 'site_info',
) ]
[ info ] [ LOG ] INIT File
[ sql ] [ DB ] CONNECT:[ UseTime:0.010000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.015000s ]
[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.001000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.015000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.000000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.016000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.000000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.000000s ]
---------------------------------------------------------------
[ 2019-05-29T16:38:12+08:00 ] 127.0.0.1 127.0.0.1 GET /Admin/withdrawal/withd_audit.html
[ info ] www.xkeasy.com/Admin/withdrawal/withd_audit.html [运行时间:0.113000s][吞吐率:8.85req/s] [内存消耗:2,951.84kb] [文件加载:87]
[ info ] [ DB ] INIT mysql
[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.027000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
'type' => 'module',
'module' =>
array (
0 => 'Admin',
1 => 'withdrawal',
2 => 'withd_audit',
),
)
[ info ] [ HEADER ] array (
'cookie' => 'thinkphp_show_page_trace=0|0; admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq',
'accept-language' => 'zh-CN,zh;q=0.9',
'accept-encoding' => 'gzip, deflate',
'referer' => 'http://www.xkeasy.com/admin/index/index.html',
'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
'user-agent' => 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36',
'upgrade-insecure-requests' => '1',
'connection' => 'close',
'host' => 'www.xkeasy.com',
)
[ info ] [ PARAM ] array (
)
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.002000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php
[ info ] [ CACHE ] INIT File
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.003000s ]
[ info ] [ SESSION ] INIT array (
'id' => '',
'var_session_id' => '',
'prefix' => 'think',
'type' => '',
'auto_start' => true,
)
[ info ] [ RUN ] app\admin\controller\WithdrawalController->withd_audit[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\WithdrawalController.php ]
[ info ] [ VIEW ] themes/admin_simpleboot3/admin\withdrawal\withd_audit.html [ array (
0 => 'admin',
1 => 'site_info',
) ]
[ info ] [ LOG ] INIT File
[ sql ] [ DB ] CONNECT:[ UseTime:0.001000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.017000s ]
[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.000000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.018000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.000000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.017000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.000000s ]
---------------------------------------------------------------
[ 2019-05-29T16:38:13+08:00 ] 127.0.0.1 127.0.0.1 GET /Admin/withdrawal/withd_list.html
[ info ] www.xkeasy.com/Admin/withdrawal/withd_list.html [运行时间:0.150000s][吞吐率:6.67req/s] [内存消耗:3,061.07kb] [文件加载:90]
[ info ] [ DB ] INIT mysql
[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.031000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
'type' => 'module',
'module' =>
array (
0 => 'Admin',
1 => 'withdrawal',
2 => 'withd_list',
),
)
[ info ] [ HEADER ] array (
'cookie' => 'thinkphp_show_page_trace=0|0; admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq',
'accept-language' => 'zh-CN,zh;q=0.9',
'accept-encoding' => 'gzip, deflate',
'referer' => 'http://www.xkeasy.com/admin/index/index.html',
'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
'user-agent' => 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36',
'upgrade-insecure-requests' => '1',
'connection' => 'close',
'host' => 'www.xkeasy.com',
)
[ info ] [ PARAM ] array (
)
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.002000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php
[ info ] [ CACHE ] INIT File
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.003000s ]
[ info ] [ SESSION ] INIT array (
'id' => '',
'var_session_id' => '',
'prefix' => 'think',
'type' => '',
'auto_start' => true,
)
[ info ] [ RUN ] app\admin\controller\WithdrawalController->withd_list[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\WithdrawalController.php ]
[ info ] [ VIEW ] themes/admin_simpleboot3/admin\withdrawal\withd_list.html [ array (
0 => 'admin',
1 => 'site_info',
2 => 'data_arr',
3 => 'data',
) ]
[ info ] [ LOG ] INIT File
[ sql ] [ DB ] CONNECT:[ UseTime:0.001000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.022000s ]
[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.001000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.016000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.001000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.017000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.000000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_money_expend` [ RunTime:0.018000s ]
[ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_money_expend` `a` LEFT JOIN `cmf_my_user` `b` ON `a`.`uid`=`b`.`uid` WHERE ( state = 1 or state = 2 ) LIMIT 1 [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_money_expend` `a` LEFT JOIN `cmf_my_user` `b` ON `a`.`uid`=`b`.`uid` WHERE ( state = 1 or state = 2 ) LIMIT 0,12 [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.000000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.000000s ]
---------------------------------------------------------------
[ 2019-05-29T16:39:46+08:00 ] 127.0.0.1 127.0.0.1 GET /Admin/withdrawal/withd_audit.html
[ info ] www.xkeasy.com/Admin/withdrawal/withd_audit.html [运行时间:0.119000s][吞吐率:8.40req/s] [内存消耗:2,951.84kb] [文件加载:87]
[ info ] [ DB ] INIT mysql
[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.029000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
'type' => 'module',
'module' =>
array (
0 => 'Admin',
1 => 'withdrawal',
2 => 'withd_audit',
),
)
[ info ] [ HEADER ] array (
'cookie' => 'thinkphp_show_page_trace=0|0; admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq',
'accept-language' => 'zh-CN,zh;q=0.9',
'accept-encoding' => 'gzip, deflate',
'referer' => 'http://www.xkeasy.com/admin/index/index.html',
'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
'user-agent' => 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36',
'upgrade-insecure-requests' => '1',
'connection' => 'close',
'host' => 'www.xkeasy.com',
)
[ info ] [ PARAM ] array (
)
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.002000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php
[ info ] [ CACHE ] INIT File
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.004000s ]
[ info ] [ SESSION ] INIT array (
'id' => '',
'var_session_id' => '',
'prefix' => 'think',
'type' => '',
'auto_start' => true,
)
[ info ] [ RUN ] app\admin\controller\WithdrawalController->withd_audit[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\WithdrawalController.php ]
[ info ] [ VIEW ] themes/admin_simpleboot3/admin\withdrawal\withd_audit.html [ array (
0 => 'admin',
1 => 'site_info',
) ]
[ info ] [ LOG ] INIT File
[ sql ] [ DB ] CONNECT:[ UseTime:0.001000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.017000s ]
[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.000000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.017000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.000000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.017000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.000000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.000000s ]
---------------------------------------------------------------
[ 2019-05-29T16:39:47+08:00 ] 127.0.0.1 127.0.0.1 GET /Admin/withdrawal/withd_list.html
[ info ] www.xkeasy.com/Admin/withdrawal/withd_list.html [运行时间:0.145000s][吞吐率:6.90req/s] [内存消耗:3,061.07kb] [文件加载:90]
[ info ] [ DB ] INIT mysql
[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.036000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
'type' => 'module',
'module' =>
array (
0 => 'Admin',
1 => 'withdrawal',
2 => 'withd_list',
),
)
[ info ] [ HEADER ] array (
'cookie' => 'thinkphp_show_page_trace=0|0; admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq',
'accept-language' => 'zh-CN,zh;q=0.9',
'accept-encoding' => 'gzip, deflate',
'referer' => 'http://www.xkeasy.com/admin/index/index.html',
'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
'user-agent' => 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36',
'upgrade-insecure-requests' => '1',
'connection' => 'close',
'host' => 'www.xkeasy.com',
)
[ info ] [ PARAM ] array (
)
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.002000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php
[ info ] [ CACHE ] INIT File
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.003000s ]
[ info ] [ SESSION ] INIT array (
'id' => '',
'var_session_id' => '',
'prefix' => 'think',
'type' => '',
'auto_start' => true,
)
[ info ] [ RUN ] app\admin\controller\WithdrawalController->withd_list[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\WithdrawalController.php ]
[ info ] [ VIEW ] themes/admin_simpleboot3/admin\withdrawal\withd_list.html [ array (
0 => 'admin',
1 => 'site_info',
2 => 'data_arr',
3 => 'data',
) ]
[ info ] [ LOG ] INIT File
[ sql ] [ DB ] CONNECT:[ UseTime:0.010000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.017000s ]
[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.000000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.016000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.001000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.019000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.001000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_money_expend` [ RunTime:0.006000s ]
[ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_money_expend` `a` LEFT JOIN `cmf_my_user` `b` ON `a`.`uid`=`b`.`uid` WHERE ( state = 1 or state = 2 ) LIMIT 1 [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_money_expend` `a` LEFT JOIN `cmf_my_user` `b` ON `a`.`uid`=`b`.`uid` WHERE ( state = 1 or state = 2 ) LIMIT 0,12 [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.000000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.001000s ]
---------------------------------------------------------------
[ 2019-05-29T16:39:48+08:00 ] 127.0.0.1 127.0.0.1 GET /Admin/withdrawal/withd_audit.html
[ info ] www.xkeasy.com/Admin/withdrawal/withd_audit.html [运行时间:0.143000s][吞吐率:6.99req/s] [内存消耗:2,951.84kb] [文件加载:87]
[ info ] [ DB ] INIT mysql
[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.026000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
'type' => 'module',
'module' =>
array (
0 => 'Admin',
1 => 'withdrawal',
2 => 'withd_audit',
),
)
[ info ] [ HEADER ] array (
'cookie' => 'thinkphp_show_page_trace=0|0; admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq',
'accept-language' => 'zh-CN,zh;q=0.9',
'accept-encoding' => 'gzip, deflate',
'referer' => 'http://www.xkeasy.com/admin/index/index.html',
'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
'user-agent' => 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36',
'upgrade-insecure-requests' => '1',
'connection' => 'close',
'host' => 'www.xkeasy.com',
)
[ info ] [ PARAM ] array (
)
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.002000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php
[ info ] [ CACHE ] INIT File
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.005000s ]
[ info ] [ SESSION ] INIT array (
'id' => '',
'var_session_id' => '',
'prefix' => 'think',
'type' => '',
'auto_start' => true,
)
[ info ] [ RUN ] app\admin\controller\WithdrawalController->withd_audit[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\WithdrawalController.php ]
[ info ] [ VIEW ] themes/admin_simpleboot3/admin\withdrawal\withd_audit.html [ array (
0 => 'admin',
1 => 'site_info',
) ]
[ info ] [ LOG ] INIT File
[ sql ] [ DB ] CONNECT:[ UseTime:0.001000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.016000s ]
[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.001000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.022000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.000000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.020000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.001000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.000000s ]
---------------------------------------------------------------
[ 2019-05-29T18:52:52+08:00 ] 127.0.0.1 127.0.0.1 GET /admin/index/index.html
[ info ] www.xkeasy.com/admin/index/index.html [运行时间:1.657000s][吞吐率:0.60req/s] [内存消耗:3,346.47kb] [文件加载:91]
[ info ] [ DB ] INIT mysql
[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.122000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
'type' => 'module',
'module' =>
array (
0 => 'admin',
1 => 'index',
2 => 'index',
),
)
[ info ] [ HEADER ] array (
'cookie' => 'thinkphp_show_page_trace=0|0; admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq',
'accept-language' => 'zh-CN,zh;q=0.9',
'accept-encoding' => 'gzip, deflate',
'referer' => 'http://www.xkeasy.com/admin/public/login.html',
'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
'user-agent' => 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36',
'upgrade-insecure-requests' => '1',
'cache-control' => 'max-age=0',
'connection' => 'close',
'host' => 'www.xkeasy.com',
)
[ info ] [ PARAM ] array (
)
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.003000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php
[ info ] [ CACHE ] INIT File
[ info ] [ SESSION ] INIT array (
'id' => '',
'var_session_id' => '',
'prefix' => 'think',
'type' => '',
'auto_start' => true,
)
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.004000s ]
[ info ] [ RUN ] app\admin\controller\IndexController->index[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\IndexController.php ]
[ info ] [ VIEW ] themes/admin_simpleboot3/admin\index\index.html [ array (
0 => 'admin',
1 => 'site_info',
2 => 'menus',
) ]
[ info ] [ LOG ] INIT File
[ sql ] [ DB ] CONNECT:[ UseTime:0.060000s ] mysql:dbname=xkeasy;host=rm-m5eblhc9o3515i25neo.mysql.rds.aliyuncs.com;port=3306;charset=utf8mb4
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.028000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.028000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.027000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.028000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_admin_menu` [ RunTime:0.028000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 0 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 6 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.028000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 71 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 15 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.028000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 95 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 29 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 78 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.028000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 7 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.028000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 61 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 75 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 93 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 158 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.029000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 109 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 49 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.028000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 50 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 110 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 152 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 153 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 156 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 2 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.028000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 42 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.026000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 120 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.028000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 121 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 131 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.028000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 139 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 145 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 162 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.028000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 163 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 164 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 165 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 166 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.028000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 167 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 168 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 169 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.028000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 170 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.028000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 171 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 172 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.028000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 173 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 174 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.028000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 175 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 176 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.028000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 177 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.028000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.028000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.028000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.027000s ]
---------------------------------------------------------------
[ 2019-05-29T18:52:52+08:00 ] 127.0.0.1 127.0.0.1 GET /admin/main/index.html
[ info ] www.xkeasy.com/admin/main/index.html [运行时间:0.391000s][吞吐率:2.56req/s] [内存消耗:3,028.93kb] [文件加载:88]
[ info ] [ DB ] INIT mysql
[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.117000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
'type' => 'module',
'module' =>
array (
0 => 'admin',
1 => 'main',
2 => 'index',
),
)
[ info ] [ HEADER ] array (
'cookie' => 'thinkphp_show_page_trace=0|0; admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq',
'accept-language' => 'zh-CN,zh;q=0.9',
'accept-encoding' => 'gzip, deflate',
'referer' => 'http://www.xkeasy.com/admin/index/index.html',
'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
'user-agent' => 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36',
'upgrade-insecure-requests' => '1',
'connection' => 'close',
'host' => 'www.xkeasy.com',
)
[ info ] [ PARAM ] array (
)
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.002000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php
[ info ] [ CACHE ] INIT File
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.009000s ]
[ info ] [ SESSION ] INIT array (
'id' => '',
'var_session_id' => '',
'prefix' => 'think',
'type' => '',
'auto_start' => true,
)
[ info ] [ RUN ] app\admin\controller\MainController->index[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\MainController.php ]
[ info ] [ VIEW ] themes/admin_simpleboot3/admin\main\index.html [ array (
0 => 'admin',
1 => 'site_info',
2 => 'dashboard_widgets',
3 => 'dashboard_widget_plugins',
4 => 'has_smtp_setting',
) ]
[ info ] [ LOG ] INIT File
[ sql ] [ DB ] CONNECT:[ UseTime:0.054000s ] mysql:dbname=xkeasy;host=rm-m5eblhc9o3515i25neo.mysql.rds.aliyuncs.com;port=3306;charset=utf8mb4
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.025000s ]
[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.026000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.026000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.025000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.026000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_dashboard_widgets' LIMIT 1 [ RunTime:0.026000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'smtp_setting' LIMIT 1 [ RunTime:0.025000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.025000s ]
---------------------------------------------------------------
[ 2019-05-29T18:52:53+08:00 ] 127.0.0.1 127.0.0.1 GET /Admin/withdrawal/withd_audit.html
[ info ] www.xkeasy.com/Admin/withdrawal/withd_audit.html [运行时间:0.386000s][吞吐率:2.59req/s] [内存消耗:2,952.20kb] [文件加载:87]
[ info ] [ DB ] INIT mysql
[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.119000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
'type' => 'module',
'module' =>
array (
0 => 'Admin',
1 => 'withdrawal',
2 => 'withd_audit',
),
)
[ info ] [ HEADER ] array (
'cookie' => 'thinkphp_show_page_trace=0|0; admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq',
'accept-language' => 'zh-CN,zh;q=0.9',
'accept-encoding' => 'gzip, deflate',
'referer' => 'http://www.xkeasy.com/admin/index/index.html',
'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
'user-agent' => 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36',
'upgrade-insecure-requests' => '1',
'connection' => 'close',
'host' => 'www.xkeasy.com',
)
[ info ] [ PARAM ] array (
)
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.004000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php
[ info ] [ CACHE ] INIT File
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.013000s ]
[ info ] [ SESSION ] INIT array (
'id' => '',
'var_session_id' => '',
'prefix' => 'think',
'type' => '',
'auto_start' => true,
)
[ info ] [ RUN ] app\admin\controller\WithdrawalController->withd_audit[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\WithdrawalController.php ]
[ info ] [ VIEW ] themes/admin_simpleboot3/admin\withdrawal\withd_audit.html [ array (
0 => 'admin',
1 => 'site_info',
) ]
[ info ] [ LOG ] INIT File
[ sql ] [ DB ] CONNECT:[ UseTime:0.055000s ] mysql:dbname=xkeasy;host=rm-m5eblhc9o3515i25neo.mysql.rds.aliyuncs.com;port=3306;charset=utf8mb4
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.027000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.026000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.028000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.027000s ]
---------------------------------------------------------------
[ 2019-05-29T18:52:55+08:00 ] 127.0.0.1 127.0.0.1 GET /Admin/withdrawal/withd_list.html
[ info ] www.xkeasy.com/Admin/withdrawal/withd_list.html [运行时间:0.447000s][吞吐率:2.24req/s] [内存消耗:3,061.43kb] [文件加载:90]
[ info ] [ DB ] INIT mysql
[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.114000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
'type' => 'module',
'module' =>
array (
0 => 'Admin',
1 => 'withdrawal',
2 => 'withd_list',
),
)
[ info ] [ HEADER ] array (
'cookie' => 'thinkphp_show_page_trace=0|0; admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq',
'accept-language' => 'zh-CN,zh;q=0.9',
'accept-encoding' => 'gzip, deflate',
'referer' => 'http://www.xkeasy.com/admin/index/index.html',
'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
'user-agent' => 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36',
'upgrade-insecure-requests' => '1',
'connection' => 'close',
'host' => 'www.xkeasy.com',
)
[ info ] [ PARAM ] array (
)
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.008000s ]
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php
[ info ] [ CACHE ] INIT File
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php
[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php
[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.006000s ]
[ info ] [ SESSION ] INIT array (
'id' => '',
'var_session_id' => '',
'prefix' => 'think',
'type' => '',
'auto_start' => true,
)
[ info ] [ RUN ] app\admin\controller\WithdrawalController->withd_list[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\WithdrawalController.php ]
[ info ] [ VIEW ] themes/admin_simpleboot3/admin\withdrawal\withd_list.html [ array (
0 => 'admin',
1 => 'site_info',
2 => 'data_arr',
3 => 'data',
) ]
[ info ] [ LOG ] INIT File
[ sql ] [ DB ] CONNECT:[ UseTime:0.051000s ] mysql:dbname=xkeasy;host=rm-m5eblhc9o3515i25neo.mysql.rds.aliyuncs.com;port=3306;charset=utf8mb4
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.028000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.026000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.025000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.026000s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_money_expend` [ RunTime:0.026000s ]
[ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_money_expend` `a` LEFT JOIN `cmf_my_user` `b` ON `a`.`uid`=`b`.`uid` WHERE ( state = 1 or state = 2 ) LIMIT 1 [ RunTime:0.026000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_money_expend` `a` LEFT JOIN `cmf_my_user` `b` ON `a`.`uid`=`b`.`uid` WHERE ( state = 1 or state = 2 ) LIMIT 0,12 [ RunTime:0.027000s ]
[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.026000s ]
[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.026000s ]
<?php if (!defined('THINK_PATH')) exit(); /*a:2:{s:52:"themes/admin_simpleboot3/admin\goods\goods_list.html";i:1558494752;s:43:"themes/admin_simpleboot3/public\header.html";i:1547883254;}*/ ?>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- Set render engine for 360 browser -->
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- HTML5 shim for IE8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<![endif]-->
<link href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/bootstrap.min.css" rel="stylesheet">
<link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet">
<link href="__STATIC__/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<style>
form .input-order {
margin-bottom: 0px;
padding: 0 2px;
width: 42px;
font-size: 12px;
}
form .input-order:focus {
outline: none;
}
.table-actions {
margin-top: 5px;
margin-bottom: 5px;
padding: 0px;
}
.table-list {
margin-bottom: 0px;
}
.form-required {
color: red;
}
</style>
<script type="text/javascript">
//全局变量
var GV = {
ROOT: "__ROOT__/",
WEB_ROOT: "__WEB_ROOT__/",
JS_ROOT: "static/js/",
APP: '<?php echo \think\Request::instance()->module(); ?>'/*当前应用名*/
};
</script>
<script src="__TMPL__/public/assets/js/jquery-1.10.2.min.js"></script>
<script src="__STATIC__/js/wind.js"></script>
<script src="__TMPL__/public/assets/js/bootstrap.min.js"></script>
<script>
Wind.css('artDialog');
Wind.css('layer');
$(function () {
$("[data-toggle='tooltip']").tooltip();
$("li.dropdown").hover(function () {
$(this).addClass("open");
}, function () {
$(this).removeClass("open");
});
});
</script>
<?php if(APP_DEBUG): ?>
<style>
#think_page_trace_open {
z-index: 9999;
}
</style>
<?php endif; ?>
</head>
<body>
<style>
.pagination{text-align:center;margin-top:20px;margin-bottom: 20px;}
.pagination li{margin:0px 10px; border:1px solid #e6e6e6;padding: 3px 8px;display: inline-block;}
.pagination .active{background-color: #dd1a20;color: #fff;}
.pagination .disabled{color:#aaa;}
</style>
<div class="wrap js-check-wrap">
<ul class="nav nav-tabs">
<li class="active"><a href="#">商品列表</a></li>
<li><a href="<?php echo url('Goods/goods_add'); ?>">添加商品</a></li>
</ul>
<form class="well form-inline margin-top-20" method="post" action="<?php echo url('Goods/goods_list'); ?>">
时间:
<input type="text" class="form-control js-bootstrap-datetime" name="start_time"
value="<?php echo (isset($start_time) && ($start_time !== '')?$start_time:''); ?>"
style="width: 140px;" autocomplete="off">-
<input type="text" class="form-control js-bootstrap-datetime" name="end_time"
value="<?php echo (isset($end_time) && ($end_time !== '')?$end_time:''); ?>"
style="width: 140px;" autocomplete="off"> &nbsp; &nbsp;
关键字:
<input type="text" class="form-control" name="keyword" style="width: 200px;"
value="<?php echo (isset($keyword) && ($keyword !== '')?$keyword:''); ?>" placeholder="请输入商品名称...">
分类:
<select name="classify_id" class="form-control">
<option value="100">全部</option>
<option value="0">为空</option>
<?php if(is_array($classif_data) || $classif_data instanceof \think\Collection || $classif_data instanceof \think\Paginator): $i = 0; $__LIST__ = $classif_data;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$vo): $mod = ($i % 2 );++$i;?>
<option value="<?php echo $vo['id']; ?>"><?php echo $vo['name']; ?></option>
<?php endforeach; endif; else: echo "" ;endif; ?>
</select>
<input type="submit" class="btn btn-primary" value="搜索"/>
<a class="btn btn-danger" href="<?php echo url('Goods/goods_list'); ?>">清空</a>
</form>
<table class="table table-bordered">
<thead>
<tr>
<th>序号</th>
<th>商品名称</th>
<th>分类</th>
<th>售价</th>
<th>销量</th>
<th>创建时间</th>
<th>操作</th>
</tr>
</thead>
<tbody>
<?php if(is_array($data) || $data instanceof \think\Collection || $data instanceof \think\Paginator): $i = 0; $__LIST__ = $data;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$vo): $mod = ($i % 2 );++$i;?>
<tr class="tr<?php echo $vo['id']; ?>">
<td><?php echo $vo['id']; ?></td>
<td><?php echo $vo['book_name']; ?></td>
<td><?php echo (isset($vo['classify_name']) && ($vo['classify_name'] !== '')?$vo['classify_name']:'为空'); ?></td>
<td><?php echo $vo['price']; ?></td>
<td><?php echo $vo['sales']; ?></td>
<td><?php echo date("Y-m-d H:i:s",$vo['create_time']); ?></td>
<td>
<a href="<?php echo url('Goods/goods_edit',array('id'=>$vo['id'])); ?>"><button type="button" class="btn btn-default edit<?php echo $vo['id']; ?>">编辑</button></a>
<?php if($vo['is_out'] == 1): ?>
<button type="button" class="btn btn-default out<?php echo $vo['id']; ?>" onclick="sold_out(<?php echo $vo['id']; ?>);">下架</button>
<?php else: ?>
<button type="button" class="btn btn-default out<?php echo $vo['id']; ?>" style="background-color: red" onclick="putaway(<?php echo $vo['id']; ?>);">上架</button>
<?php endif; ?>
<button type="button" class="btn btn-default" onclick="del(<?php echo $vo['id']; ?>)">删除</button>
</td>
</tr>
<?php endforeach; endif; else: echo "" ;endif; ?>
</tbody>
</table>
<div class="pagination">
<?php echo $res -> render(); ?>
</div>
<div>
<a href="<?php echo url('Goods/goods_new'); ?>"><button type="button" class="btn btn-primary">推荐新品</button></a>
<a href="<?php echo url('Goods/goods_hot'); ?>"><button type="button" class="btn btn-primary">推荐热门</button></a>
</div>
</div>
<script src="__STATIC__/js/admin.js"></script>
<script>
function reloadPage(win) {
win.location.reload();
}
/**
*点击下架
*/
function sold_out(id){
ccc = window.confirm('是否下架商品?');
if(ccc){
$.post("<?php echo url('Goods/sold_out'); ?>",{id:id},function(data){
if(data){
$('.out'+id).remove();
$('.edit'+id).parent().after("<button type='button' class='btn btn-default out"+id+"' onclick='putaway("+id+");' style='background-color: red'>上架</button>");
}else{
alert('下架失败');
}
});
}
}
/**
*点击上架
*/
function putaway(id){
ccc = window.confirm('是否上架商品?');
if(ccc){
$.post("<?php echo url('Goods/putaway'); ?>",{id:id},function(data){
if(data){
$('.out'+id).remove();
$('.edit'+id).parent().after("<button type='button' class='btn btn-default out"+id+"' onclick='sold_out("+id+");'>下架</button>");
}else{
alert('上架失败');
}
});
}
}
/**
*点击删除
*/
function del(id){
ccc = window.confirm('是否删除这条商品?');
if(ccc){
$.post("<?php echo url('Goods/goods_del'); ?>",{id:id},function(data){
if(data){
$('.tr'+id).remove();
}else{
alert('删除失败')
}
});
}
}
</script>
</body>
</html>
\ No newline at end of file
<?php if (!defined('THINK_PATH')) exit(); /*a:2:{s:54:"themes/admin_simpleboot3/admin\users\teacher_list.html";i:1558695321;s:43:"themes/admin_simpleboot3/public\header.html";i:1547883254;}*/ ?>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- Set render engine for 360 browser -->
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- HTML5 shim for IE8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<![endif]-->
<link href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/bootstrap.min.css" rel="stylesheet">
<link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet">
<link href="__STATIC__/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<style>
form .input-order {
margin-bottom: 0px;
padding: 0 2px;
width: 42px;
font-size: 12px;
}
form .input-order:focus {
outline: none;
}
.table-actions {
margin-top: 5px;
margin-bottom: 5px;
padding: 0px;
}
.table-list {
margin-bottom: 0px;
}
.form-required {
color: red;
}
</style>
<script type="text/javascript">
//全局变量
var GV = {
ROOT: "__ROOT__/",
WEB_ROOT: "__WEB_ROOT__/",
JS_ROOT: "static/js/",
APP: '<?php echo \think\Request::instance()->module(); ?>'/*当前应用名*/
};
</script>
<script src="__TMPL__/public/assets/js/jquery-1.10.2.min.js"></script>
<script src="__STATIC__/js/wind.js"></script>
<script src="__TMPL__/public/assets/js/bootstrap.min.js"></script>
<script>
Wind.css('artDialog');
Wind.css('layer');
$(function () {
$("[data-toggle='tooltip']").tooltip();
$("li.dropdown").hover(function () {
$(this).addClass("open");
}, function () {
$(this).removeClass("open");
});
});
</script>
<?php if(APP_DEBUG): ?>
<style>
#think_page_trace_open {
z-index: 9999;
}
</style>
<?php endif; ?>
</head>
<body>
<style>
.pagination{text-align:center;margin-top:20px;margin-bottom: 20px;}
.pagination li{margin:0px 10px; border:1px solid #e6e6e6;padding: 3px 8px;display: inline-block;}
.pagination .active{background-color: #dd1a20;color: #fff;}
.pagination .disabled{color:#aaa;}
</style>
<div class="wrap js-check-wrap">
<ul class="nav nav-tabs">
<li><a href="<?php echo url('Users/user_list'); ?>">用户列表</a></li>
<li class="active"><a href="#">老师名单</a></li>
</ul>
<form class="well form-inline margin-top-20" method="post" action="<?php echo url('Users/teacher_list'); ?>">
时间:
<input type="text" class="form-control js-bootstrap-datetime" name="start_time"
value="<?php echo (isset($start_time) && ($start_time !== '')?$start_time:''); ?>"
style="width: 140px;" autocomplete="off">-
<input type="text" class="form-control js-bootstrap-datetime" name="end_time"
value="<?php echo (isset($end_time) && ($end_time !== '')?$end_time:''); ?>"
style="width: 140px;" autocomplete="off"> &nbsp;
<input type="hidden" name="salesman_id" value="<?php echo $salesman_id; ?>">&nbsp;
关键字:
<input type="text" class="form-control" name="keyword" style="width: 200px;"
value="<?php echo (isset($keyword) && ($keyword !== '')?$keyword:''); ?>" placeholder="请输入微信昵称...">
<input type="submit" class="btn btn-primary" value="搜索"/>
<a class="btn btn-danger" href="<?php echo url('Users/teacher_list',array('id'=>$salesman_id)); ?>">清空</a>
</form>
<table class="table table-bordered">
<thead>
<tr>
<th>序号</th>
<th>教师</th>
<th>累计收益</th>
<th>创建时间</th>
</tr>
</thead>
<tbody>
<?php if(is_array($data_arr) || $data_arr instanceof \think\Collection || $data_arr instanceof \think\Paginator): $i = 0; $__LIST__ = $data_arr;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$vo): $mod = ($i % 2 );++$i;?>
<tr>
<td><?php echo $vo['id']; ?></td>
<td><?php echo $vo['user_nickname']; ?></td>
<td>560001</td>
<td><?php echo date("Y-m-d H:i:s",$vo['create_time']); ?></td>
</tr>
<?php endforeach; endif; else: echo "" ;endif; ?>
</tbody>
</table>
</div>
<div class="pagination">
<?php echo $data->render(); ?>
</div>
<script src="__STATIC__/js/admin.js"></script>
</body>
</html>
\ No newline at end of file
<?php if (!defined('THINK_PATH')) exit(); /*a:2:{s:55:"themes/admin_simpleboot3/portal\admin_article\edit.html";i:1547883254;s:43:"themes/admin_simpleboot3/public\header.html";i:1547883254;}*/ ?>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- Set render engine for 360 browser -->
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- HTML5 shim for IE8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<![endif]-->
<link href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/bootstrap.min.css" rel="stylesheet">
<link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet">
<link href="__STATIC__/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<style>
form .input-order {
margin-bottom: 0px;
padding: 0 2px;
width: 42px;
font-size: 12px;
}
form .input-order:focus {
outline: none;
}
.table-actions {
margin-top: 5px;
margin-bottom: 5px;
padding: 0px;
}
.table-list {
margin-bottom: 0px;
}
.form-required {
color: red;
}
</style>
<script type="text/javascript">
//全局变量
var GV = {
ROOT: "__ROOT__/",
WEB_ROOT: "__WEB_ROOT__/",
JS_ROOT: "static/js/",
APP: '<?php echo \think\Request::instance()->module(); ?>'/*当前应用名*/
};
</script>
<script src="__TMPL__/public/assets/js/jquery-1.10.2.min.js"></script>
<script src="__STATIC__/js/wind.js"></script>
<script src="__TMPL__/public/assets/js/bootstrap.min.js"></script>
<script>
Wind.css('artDialog');
Wind.css('layer');
$(function () {
$("[data-toggle='tooltip']").tooltip();
$("li.dropdown").hover(function () {
$(this).addClass("open");
}, function () {
$(this).removeClass("open");
});
});
</script>
<?php if(APP_DEBUG): ?>
<style>
#think_page_trace_open {
z-index: 9999;
}
</style>
<?php endif; ?>
<style type="text/css">
.pic-list li {
margin-bottom: 5px;
}
</style>
<script type="text/html" id="photos-item-tpl">
<li id="saved-image{id}">
<input id="photo-{id}" type="hidden" name="photo_urls[]" value="{filepath}">
<input class="form-control" id="photo-{id}-name" type="text" name="photo_names[]" value="{name}"
style="width: 200px;" title="图片名称">
<img id="photo-{id}-preview" src="{url}" style="height:36px;width: 36px;"
onclick="imagePreviewDialog(this.src);">
<a href="javascript:uploadOneImage('图片上传','#photo-{id}');">替换</a>
<a href="javascript:(function(){$('#saved-image{id}').remove();})();">移除</a>
</li>
</script>
<script type="text/html" id="files-item-tpl">
<li id="saved-file{id}">
<input id="file-{id}" type="hidden" name="file_urls[]" value="{filepath}">
<input class="form-control" id="file-{id}-name" type="text" name="file_names[]" value="{name}"
style="width: 200px;" title="文件名称">
<a id="file-{id}-preview" href="{preview_url}" target="_blank">下载</a>
<a href="javascript:uploadOne('图片上传','#file-{id}','file');">替换</a>
<a href="javascript:(function(){$('#saved-file{id}').remove();})();">移除</a>
</li>
</script>
</head>
<body>
<div class="wrap js-check-wrap">
<ul class="nav nav-tabs">
<li><a href="<?php echo url('AdminArticle/index'); ?>">文章管理</a></li>
<li>
<a href="<?php echo url('AdminArticle/add'); ?>">添加文章</a>
</li>
<li class="active"><a href="#">编辑文章</a></li>
</ul>
<form action="<?php echo url('AdminArticle/editPost'); ?>" method="post" class="form-horizontal js-ajax-form margin-top-20">
<div class="row">
<div class="col-md-9">
<table class="table table-bordered">
<tr>
<th width="100">分类<span class="form-required">*</span></th>
<td>
<input class="form-control" type="text" style="width:400px;" required
value="<?php echo implode(' ',$post_categories); ?>"
placeholder="请选择分类" onclick="doSelectCategory();" id="js-categories-name-input"
readonly/>
<input class="form-control" type="hidden" value="<?php echo $post_category_ids; ?>"
name="post[categories]"
id="js-categories-id-input"/>
</td>
</tr>
<tr>
<th>标题<span class="form-required">*</span></th>
<td>
<input type="hidden" name="post[id]" value="<?php echo $post['id']; ?>">
<input class="form-control" type="text" name="post[post_title]"
required value="<?php echo $post['post_title']; ?>" placeholder="请输入标题"/>
</td>
</tr>
<tr>
<th>关键词</th>
<td>
<input class="form-control" type="text" name="post[post_keywords]"
value="<?php echo $post['post_keywords']; ?>" placeholder="请输入关键字">
<p class="help-block">多关键词之间用英文逗号隔开</p>
</td>
</tr>
<tr>
<th>文章来源</th>
<td>
<input class="form-control" type="text" name="post[post_source]"
value="<?php echo $post['post_source']; ?>" placeholder="请输入文章来源">
</td>
</tr>
<tr>
<th>摘要</th>
<td>
<textarea class="form-control" name="post[post_excerpt]" style="height: 50px;"
placeholder="请填写摘要"><?php echo $post['post_excerpt']; ?></textarea>
</td>
</tr>
<tr>
<th>内容</th>
<td>
<script type="text/plain" id="content" name="post[post_content]"><?php echo $post['post_content']; ?></script>
</td>
</tr>
<tr>
<th>相册</th>
<td>
<ul id="photos" class="pic-list list-unstyled form-inline">
<?php if(!(empty($post['more']['photos']) || (($post['more']['photos'] instanceof \think\Collection || $post['more']['photos'] instanceof \think\Paginator ) && $post['more']['photos']->isEmpty()))): if(is_array($post['more']['photos']) || $post['more']['photos'] instanceof \think\Collection || $post['more']['photos'] instanceof \think\Paginator): if( count($post['more']['photos'])==0 ) : echo "" ;else: foreach($post['more']['photos'] as $key=>$vo): $img_url=cmf_get_image_preview_url($vo['url']); ?>
<li id="saved-image<?php echo $key; ?>">
<input id="photo-<?php echo $key; ?>" type="hidden" name="photo_urls[]"
value="<?php echo $vo['url']; ?>">
<input class="form-control" id="photo-<?php echo $key; ?>-name" type="text"
name="photo_names[]"
value="<?php echo (isset($vo['name']) && ($vo['name'] !== '')?$vo['name']:''); ?>" style="width: 200px;" title="图片名称">
<img id="photo-<?php echo $key; ?>-preview"
src="<?php echo cmf_get_image_preview_url($vo['url']); ?>"
style="height:36px;width: 36px;"
onclick="parent.imagePreviewDialog(this.src);">
<a href="javascript:uploadOneImage('图片上传','#photo-<?php echo $key; ?>');">替换</a>
<a href="javascript:(function(){$('#saved-image<?php echo $key; ?>').remove();})();">移除</a>
</li>
<?php endforeach; endif; else: echo "" ;endif; endif; ?>
</ul>
<a href="javascript:uploadMultiImage('图片上传','#photos','photos-item-tpl');"
class="btn btn-sm btn-default">选择图片</a>
</td>
</tr>
<tr>
<th>附件</th>
<td>
<ul id="files" class="pic-list list-unstyled form-inline">
<?php if(!(empty($post['more']['files']) || (($post['more']['files'] instanceof \think\Collection || $post['more']['files'] instanceof \think\Paginator ) && $post['more']['files']->isEmpty()))): if(is_array($post['more']['files']) || $post['more']['files'] instanceof \think\Collection || $post['more']['files'] instanceof \think\Paginator): if( count($post['more']['files'])==0 ) : echo "" ;else: foreach($post['more']['files'] as $key=>$vo): $file_url=cmf_get_file_download_url($vo['url']); ?>
<li id="saved-file<?php echo $key; ?>">
<input id="file-<?php echo $key; ?>" type="hidden" name="file_urls[]"
value="<?php echo $vo['url']; ?>">
<input class="form-control" id="file-<?php echo $key; ?>-name" type="text"
name="file_names[]"
value="<?php echo $vo['name']; ?>" style="width: 200px;" title="图片名称">
<a id="file-<?php echo $key; ?>-preview" href="<?php echo $file_url; ?>" target="_blank">下载</a>
<a href="javascript:uploadOne('图片上传','#file-<?php echo $key; ?>');">替换</a>
<a href="javascript:(function(){$('#saved-file<?php echo $key; ?>').remove();})();">移除</a>
</li>
<?php endforeach; endif; else: echo "" ;endif; endif; ?>
</ul>
<a href="javascript:uploadMultiFile('附件上传','#files','files-item-tpl');"
class="btn btn-sm btn-default">选择文件</a>
</td>
</tr>
</table>
</div>
<div class="col-md-3">
<table class="table table-bordered">
<tr>
<th>缩略图</th>
</tr>
<tr>
<td>
<div style="text-align: center;">
<input type="hidden" name="post[more][thumbnail]" id="thumbnail"
value="<?php echo (isset($post['more']['thumbnail']) && ($post['more']['thumbnail'] !== '')?$post['more']['thumbnail']:''); ?>">
<a href="javascript:uploadOneImage('图片上传','#thumbnail');">
<?php if(empty($post['more']['thumbnail'])): ?>
<img src="__TMPL__/public/assets/images/default-thumbnail.png"
id="thumbnail-preview"
width="135" style="cursor: pointer"/>
<?php else: ?>
<img src="<?php echo cmf_get_image_preview_url($post['more']['thumbnail']); ?>"
id="thumbnail-preview"
width="135" style="cursor: pointer"/>
<?php endif; ?>
</a>
<input type="button" class="btn btn-sm btn-cancel-thumbnail" value="取消图片">
</div>
</td>
</tr>
<tr>
<th>发布时间</th>
</tr>
<tr>
<td>
<input class="form-control js-bootstrap-datetime" type="text" name="post[published_time]"
value="<?php echo date('Y-m-d H:i',$post['published_time']); ?>">
</td>
</tr>
<!--
<tr>
<th>评论</th>
</tr>
<tr>
<td>
<label style="width: 88px"><a
href="javascript:openIframeDialog('<?php echo url('comment/commentadmin/index',array('post_id'=>$post['id'])); ?>','评论列表')">查看评论</a></label>
</td>
</tr>
-->
<tr>
<th>状态</th>
<?php
$status_yes=$post['post_status']==1?"checked":"";
$is_top_yes=$post['is_top']==1?"checked":"";
$recommended_yes=$post['recommended']==1?"checked":"";
?>
</tr>
<tr>
<td>
<div class="checkbox">
<label>
<input type="checkbox" name="post[post_status]" value="1" <?php echo $status_yes; ?>>发布
</label>
</div>
</td>
</tr>
<tr>
<td>
<div class="checkbox">
<label><input type="checkbox" name="post[is_top]" value="1" <?php echo $is_top_yes; ?>>置顶</label>
</div>
</td>
</tr>
<tr>
<td>
<div class="checkbox">
<label>
<input type="checkbox" name="post[recommended]" value="1" <?php echo $recommended_yes; ?>>推荐
</label>
</div>
</td>
</tr>
<tr>
<th>文章模板</th>
</tr>
<tr>
<td>
<select class="form-control" name="post[more][template]" id="more-template-select">
<option value="">请选择模板</option>
<?php if(is_array($article_theme_files) || $article_theme_files instanceof \think\Collection || $article_theme_files instanceof \think\Paginator): if( count($article_theme_files)==0 ) : echo "" ;else: foreach($article_theme_files as $key=>$vo): $value=preg_replace('/^portal\//','',$vo['file']); ?>
<option value="<?php echo $value; ?>"><?php echo $vo['name']; ?> <?php echo $vo['file']; ?>.html</option>
<?php endforeach; endif; else: echo "" ;endif; ?>
</select>
</td>
</tr>
</table>
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<button type="submit" class="btn btn-primary js-ajax-submit"><?php echo lang('SAVE'); ?></button>
<a class="btn btn-default" href="javascript:history.back(-1);"><?php echo lang('BACK'); ?></a>
</div>
</div>
</form>
</div>
<script type="text/javascript" src="__STATIC__/js/admin.js"></script>
<script type="text/javascript">
//编辑器路径定义
var editorURL = GV.WEB_ROOT;
</script>
<script type="text/javascript" src="__STATIC__/js/ueditor/ueditor.config.js"></script>
<script type="text/javascript" src="__STATIC__/js/ueditor/ueditor.all.min.js"></script>
<script type="text/javascript">
$(function () {
editorcontent = new baidu.editor.ui.Editor();
editorcontent.render('content');
try {
editorcontent.sync();
} catch (err) {
}
$('.btn-cancel-thumbnail').click(function () {
$('#thumbnail-preview').attr('src', '__TMPL__/public/assets/images/default-thumbnail.png');
$('#thumbnail').val('');
});
$('#more-template-select').val("<?php echo (isset($post['more']['template']) && ($post['more']['template'] !== '')?$post['more']['template']:''); ?>");
});
function doSelectCategory() {
var selectedCategoriesId = $('#js-categories-id-input').val();
openIframeLayer("<?php echo url('AdminCategory/select'); ?>?ids=" + selectedCategoriesId, '请选择分类', {
area: ['700px', '400px'],
btn: ['确定', '取消'],
yes: function (index, layero) {
//do something
var iframeWin = window[layero.find('iframe')[0]['name']];
var selectedCategories = iframeWin.confirm();
if (selectedCategories.selectedCategoriesId.length == 0) {
layer.msg('请选择分类');
return;
}
$('#js-categories-id-input').val(selectedCategories.selectedCategoriesId.join(','));
$('#js-categories-name-input').val(selectedCategories.selectedCategoriesName.join(' '));
//console.log(layer.getFrameIndex(index));
layer.close(index); //如果设定了yes回调,需进行手工关闭
}
});
}
</script>
</body>
</html>
\ No newline at end of file
<?php if (!defined('THINK_PATH')) exit(); /*a:1:{s:67:"D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\tpl\dispatch_jump.tpl";i:1547883254;}*/ ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>跳转提示</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="HandheldFriendly" content="true" />
<meta name="MobileOptimized" content="320" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" type="text/css" href="/plugins/yim_e404/css/dandelion.css" media="screen" />
</head>
<body>
<div id="da-wrapper" class="fluid">
<!-- Content -->
<div id="da-content">
<!-- Container -->
<div class="da-container clearfix">
<div id="da-error-wrapper">
<div id="da-error-pin"></div>
<?php switch($code): case "1": ?>
<div id="da-error-code">success <span></span></div>
<?php break; case "0": ?>
<div id="da-error-code">error <span></span></div>
<?php break; default: ?>
<div id="da-error-code">^-^ <span><?php echo $code; ?></span></div>
<?php endswitch; ?>
<h1 class="da-error-heading"><?php echo(strip_tags($msg));?></h1>
<?php if(!(empty($url) || (($url instanceof \think\Collection || $url instanceof \think\Paginator ) && $url->isEmpty()))): ?>
<p>页面自动: <a id="href" href="<?php echo $url; ?>">跳转</a> 等待时间: <b id="wait"><?php echo $wait; ?></b>
<?php endif; ?>
</div>
</div>
</div>
</div>
<script type="text/javascript">
(function(){
var wait = document.getElementById('wait'),
href = document.getElementById('href').href;
var interval = setInterval(function(){
var time = --wait.innerHTML;
if(time <= 0) {
location.href = href;
clearInterval(interval);
};
}, 1000);
})();
</script>
</body>
</html>
<?php if (!defined('THINK_PATH')) exit(); /*a:2:{s:52:"themes/admin_simpleboot3/admin\ratio\ratio_list.html";i:1559022152;s:43:"themes/admin_simpleboot3/public\header.html";i:1547883254;}*/ ?>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- Set render engine for 360 browser -->
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- HTML5 shim for IE8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<![endif]-->
<link href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/bootstrap.min.css" rel="stylesheet">
<link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet">
<link href="__STATIC__/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<style>
form .input-order {
margin-bottom: 0px;
padding: 0 2px;
width: 42px;
font-size: 12px;
}
form .input-order:focus {
outline: none;
}
.table-actions {
margin-top: 5px;
margin-bottom: 5px;
padding: 0px;
}
.table-list {
margin-bottom: 0px;
}
.form-required {
color: red;
}
</style>
<script type="text/javascript">
//全局变量
var GV = {
ROOT: "__ROOT__/",
WEB_ROOT: "__WEB_ROOT__/",
JS_ROOT: "static/js/",
APP: '<?php echo \think\Request::instance()->module(); ?>'/*当前应用名*/
};
</script>
<script src="__TMPL__/public/assets/js/jquery-1.10.2.min.js"></script>
<script src="__STATIC__/js/wind.js"></script>
<script src="__TMPL__/public/assets/js/bootstrap.min.js"></script>
<script>
Wind.css('artDialog');
Wind.css('layer');
$(function () {
$("[data-toggle='tooltip']").tooltip();
$("li.dropdown").hover(function () {
$(this).addClass("open");
}, function () {
$(this).removeClass("open");
});
});
</script>
<?php if(APP_DEBUG): ?>
<style>
#think_page_trace_open {
z-index: 9999;
}
</style>
<?php endif; ?>
</head>
<body>
<div style="padding: 100px 100px 10px;">
<form class="bs-example bs-example-form" role="form" method="post" action="<?php echo url('Ratio/ratio_list'); ?>">
<div class="input-group" style="width: 100px;">
<span class="input-group-addon">平台订单</span>
</div>
<br>
<div class="input-group">
<span class="input-group-addon">业务员佣金比例:</span>
<input type="text" name="salesman_ratio" class="form-control" value="<?php echo $data['salesman_ratio']; ?>" >
</div>
<br>
<div class="input-group">
<span class="input-group-addon">老师佣金比例:</span>
<input type="text" name="teacher_ratio" class="form-control" value="<?php echo $data['teacher_ratio']; ?>">
</div>
<br>
<div class="input-group" style="width: 100px;">
<span class="input-group-addon">业务员订单</span>
</div>
<br>
<div class="input-group">
<span class="input-group-addon">平台抽成比例:</span>
<input type="text" name="platform_ratio" class="form-control" value="<?php echo $data['platform_ratio']; ?>" >
</div>
<br>
<div class="input-group">
<span class="input-group-addon">业务员订单快递费:</span>
<input type="text" name="courier" class="form-control" value="<?php echo $data['courier']; ?>" >
</div>
<br>
<button type="submit" class="btn btn-default">确定</button>
</form>
</div>
</body>
</html>
\ No newline at end of file
<?php if (!defined('THINK_PATH')) exit(); /*a:2:{s:45:"themes/admin_simpleboot3/admin\menu\edit.html";i:1547883254;s:43:"themes/admin_simpleboot3/public\header.html";i:1547883254;}*/ ?>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- Set render engine for 360 browser -->
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- HTML5 shim for IE8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<![endif]-->
<link href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/bootstrap.min.css" rel="stylesheet">
<link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet">
<link href="__STATIC__/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<style>
form .input-order {
margin-bottom: 0px;
padding: 0 2px;
width: 42px;
font-size: 12px;
}
form .input-order:focus {
outline: none;
}
.table-actions {
margin-top: 5px;
margin-bottom: 5px;
padding: 0px;
}
.table-list {
margin-bottom: 0px;
}
.form-required {
color: red;
}
</style>
<script type="text/javascript">
//全局变量
var GV = {
ROOT: "__ROOT__/",
WEB_ROOT: "__WEB_ROOT__/",
JS_ROOT: "static/js/",
APP: '<?php echo \think\Request::instance()->module(); ?>'/*当前应用名*/
};
</script>
<script src="__TMPL__/public/assets/js/jquery-1.10.2.min.js"></script>
<script src="__STATIC__/js/wind.js"></script>
<script src="__TMPL__/public/assets/js/bootstrap.min.js"></script>
<script>
Wind.css('artDialog');
Wind.css('layer');
$(function () {
$("[data-toggle='tooltip']").tooltip();
$("li.dropdown").hover(function () {
$(this).addClass("open");
}, function () {
$(this).removeClass("open");
});
});
</script>
<?php if(APP_DEBUG): ?>
<style>
#think_page_trace_open {
z-index: 9999;
}
</style>
<?php endif; ?>
</head>
<body>
<div class="wrap">
<ul class="nav nav-tabs">
<li><a href="<?php echo url('menu/index'); ?>"><?php echo lang('ADMIN_MENU_INDEX'); ?></a></li>
<li><a href="<?php echo url('menu/add'); ?>"><?php echo lang('ADMIN_MENU_ADD'); ?></a></li>
<li><a href="<?php echo url('menu/lists'); ?>"><?php echo lang('ADMIN_MENU_LISTS'); ?></a></li>
<li class="active"><a>编辑菜单</a></li>
</ul>
<form method="post" class="form-horizontal js-ajax-form margin-top-20" action="<?php echo url('menu/editPost'); ?>">
<div class="form-group">
<label for="input-parent_id" class="col-sm-2 control-label"><span class="form-required">*</span>上级</label>
<div class="col-md-6 col-sm-10">
<select class="form-control" name="parent_id" id="input-parent_id">
<option value="0">作为一级菜单</option><?php echo $select_category; ?>
</select>
</div>
</div>
<div class="form-group">
<label for="input-name" class="col-sm-2 control-label"><span class="form-required">*</span>名称</label>
<div class="col-md-6 col-sm-10">
<input type="text" class="form-control" id="input-name" name="name" value="<?php echo $data['name']; ?>">
</div>
</div>
<div class="form-group">
<label for="input-app" class="col-sm-2 control-label"><span class="form-required">*</span>应用</label>
<div class="col-md-6 col-sm-10">
<input type="text" class="form-control" id="input-app" name="app" value="<?php echo $data['app']; ?>">
</div>
</div>
<div class="form-group">
<label for="input-controller" class="col-sm-2 control-label"><span class="form-required">*</span>控制器</label>
<div class="col-md-6 col-sm-10">
<input type="text" class="form-control" id="input-controller" name="controller" value="<?php echo $data['controller']; ?>">
</div>
</div>
<div class="form-group">
<label for="input-action" class="col-sm-2 control-label"><span class="form-required">*</span>方法</label>
<div class="col-md-6 col-sm-10">
<input type="text" class="form-control" id="input-action" name="action" value="<?php echo $data['action']; ?>">
</div>
</div>
<div class="form-group">
<label for="input-param" class="col-sm-2 control-label">参数</label>
<div class="col-md-6 col-sm-10">
<input type="text" class="form-control" id="input-param" name="param" value="<?php echo $data['param']; ?>">
<p class="help-block">例:id=3&amp;p=3</p>
</div>
</div>
<div class="form-group">
<label for="input-icon" class="col-sm-2 control-label">图标</label>
<div class="col-md-6 col-sm-10">
<input type="text" class="form-control" id="input-icon" name="icon" value="<?php echo $data['icon']; ?>">
<p class="help-block">
<a href="http://www.thinkcmf.com/font/icons" target="_blank">选择图标</a> 不带前缀fa-,如fa-user => user
</p>
</div>
</div>
<div class="form-group">
<label for="input-remark" class="col-sm-2 control-label">备注</label>
<div class="col-md-6 col-sm-10">
<textarea class="form-control" id="input-remark" name="remark"><?php echo $data['remark']; ?></textarea>
</div>
</div>
<div class="form-group">
<label for="input-status" class="col-sm-2 control-label">状态</label>
<div class="col-md-6 col-sm-10" id="input-status">
<select class="form-control" name="status">
<option value="1">在左侧菜单显示</option>
<?php $status_selected=empty($data['status'])?"selected":""; ?>
<option value="0" <?php echo $status_selected; ?>>在左侧菜单隐藏</option>
</select>
</div>
</div>
<div class="form-group">
<label for="input-type" class="col-sm-2 control-label">类型</label>
<div class="col-md-6 col-sm-10">
<select class="form-control" name="type" id="input-type">
<option value="1">有界面可访问菜单</option>
<?php $type2_selected=$data['type']==2?"selected":""; ?>
<option value="2" <?php echo $type2_selected; ?>>无界面可访问菜单</option>
<?php $type_selected=$data['type']==0?"selected":""; ?>
<option value="0" <?php echo $type_selected; ?>>只作为菜单</option>
</select>
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<input type="hidden" name="id" value="<?php echo $data['id']; ?>" />
<button type="submit" class="btn btn-primary js-ajax-submit"><?php echo lang('SAVE'); ?></button>
<a class="btn btn-default" href="<?php echo url('menu/index'); ?>"><?php echo lang('BACK'); ?></a>
</div>
</div>
</form>
</div>
<script src="__STATIC__/js/admin.js"></script>
</body>
</html>
\ No newline at end of file
<?php if (!defined('THINK_PATH')) exit(); /*a:2:{s:65:"themes/admin_simpleboot3/admin\salesmanorder\sale_order_show.html";i:1559011634;s:43:"themes/admin_simpleboot3/public\header.html";i:1547883254;}*/ ?>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- Set render engine for 360 browser -->
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- HTML5 shim for IE8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<![endif]-->
<link href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/bootstrap.min.css" rel="stylesheet">
<link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet">
<link href="__STATIC__/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<style>
form .input-order {
margin-bottom: 0px;
padding: 0 2px;
width: 42px;
font-size: 12px;
}
form .input-order:focus {
outline: none;
}
.table-actions {
margin-top: 5px;
margin-bottom: 5px;
padding: 0px;
}
.table-list {
margin-bottom: 0px;
}
.form-required {
color: red;
}
</style>
<script type="text/javascript">
//全局变量
var GV = {
ROOT: "__ROOT__/",
WEB_ROOT: "__WEB_ROOT__/",
JS_ROOT: "static/js/",
APP: '<?php echo \think\Request::instance()->module(); ?>'/*当前应用名*/
};
</script>
<script src="__TMPL__/public/assets/js/jquery-1.10.2.min.js"></script>
<script src="__STATIC__/js/wind.js"></script>
<script src="__TMPL__/public/assets/js/bootstrap.min.js"></script>
<script>
Wind.css('artDialog');
Wind.css('layer');
$(function () {
$("[data-toggle='tooltip']").tooltip();
$("li.dropdown").hover(function () {
$(this).addClass("open");
}, function () {
$(this).removeClass("open");
});
});
</script>
<?php if(APP_DEBUG): ?>
<style>
#think_page_trace_open {
z-index: 9999;
}
</style>
<?php endif; ?>
</head>
<body>
<div class="wrap js-check-wrap">
<ul class="nav nav-tabs">
<li><a href="<?php echo url('Salesmanorder/sale_order_list'); ?>">业务员订单列表</a></li>
<li class="active"><a href="#">订单查看</a></li>
</ul>
<?php if(is_array($data_content) || $data_content instanceof \think\Collection || $data_content instanceof \think\Paginator): $i = 0; $__LIST__ = $data_content;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$vo): $mod = ($i % 2 );++$i;?>
<div style="margin-top: 10px;">
<img src="<?php echo cmf_get_image_url($vo['thumbnail']); ?>" class="img-rounded">
<h4>书籍:<?php echo $vo['book_name']; ?>&nbsp;&nbsp;X&nbsp;&nbsp;<?php echo $vo['number']; ?></h4>
<h4>定价:<?php echo $vo['pricing']; ?></h4>
<h4>售价:<?php echo $vo['price']; ?></h4>
</div>
<?php endforeach; endif; else: echo "" ;endif; ?>
<div style="margin-top: 10px;">
<h4>姓名:<?php echo $data['name']; ?></h4>
<h4>手机号:<?php echo $data['phone']; ?></h4>
<h4>
配送方式:
<?php if($data['is_courier'] == 1): ?>
统一配送
<?php else: ?>
快递配送
<?php endif; ?>
</h4>
<h4>买家留言:<?php echo $data['leave_word']; ?></h4>
<h4>收货地址:<?php echo $data['indent_address']; ?></h4>
</div>
</div>
</body>
</html>
\ No newline at end of file
<?php if (!defined('THINK_PATH')) exit(); /*a:2:{s:52:"themes/admin_simpleboot3/admin\goods\goods_edit.html";i:1558410684;s:43:"themes/admin_simpleboot3/public\header.html";i:1547883254;}*/ ?>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- Set render engine for 360 browser -->
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- HTML5 shim for IE8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<![endif]-->
<link href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/bootstrap.min.css" rel="stylesheet">
<link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet">
<link href="__STATIC__/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<style>
form .input-order {
margin-bottom: 0px;
padding: 0 2px;
width: 42px;
font-size: 12px;
}
form .input-order:focus {
outline: none;
}
.table-actions {
margin-top: 5px;
margin-bottom: 5px;
padding: 0px;
}
.table-list {
margin-bottom: 0px;
}
.form-required {
color: red;
}
</style>
<script type="text/javascript">
//全局变量
var GV = {
ROOT: "__ROOT__/",
WEB_ROOT: "__WEB_ROOT__/",
JS_ROOT: "static/js/",
APP: '<?php echo \think\Request::instance()->module(); ?>'/*当前应用名*/
};
</script>
<script src="__TMPL__/public/assets/js/jquery-1.10.2.min.js"></script>
<script src="__STATIC__/js/wind.js"></script>
<script src="__TMPL__/public/assets/js/bootstrap.min.js"></script>
<script>
Wind.css('artDialog');
Wind.css('layer');
$(function () {
$("[data-toggle='tooltip']").tooltip();
$("li.dropdown").hover(function () {
$(this).addClass("open");
}, function () {
$(this).removeClass("open");
});
});
</script>
<?php if(APP_DEBUG): ?>
<style>
#think_page_trace_open {
z-index: 9999;
}
</style>
<?php endif; ?>
<style type="text/css">
.pic-list li {
margin-bottom: 5px;
}
</style>
<script type="text/html" id="photos-item-tpl">
<li id="saved-image{id}">
<input id="photo-{id}" type="hidden" name="det_img[]" value="{filepath}">
<input class="form-control" id="photo-{id}-name" type="text" name="det_name[]" value="{name}"
style="width: 200px;" title="图片名称">
<img id="photo-{id}-preview" src="{url}" style="height:36px;width: 36px;"
onclick="imagePreviewDialog(this.src);">
<a href="javascript:uploadOneImage('图片上传','#photo-{id}');">替换</a>
<a href="javascript:(function(){$('#saved-image{id}').remove();})();">移除</a>
</li>
</script>
<script type="text/html" id="files-item-tpl">
<li id="saved-file{id}">
<input id="file-{id}" type="hidden" name="file_urls[]" value="{filepath}">
<input class="form-control" id="file-{id}-name" type="text" name="file_names[]" value="{name}"
style="width: 200px;" title="文件名称">
<a id="file-{id}-preview" href="{preview_url}" target="_blank">下载</a>
<a href="javascript:uploadOne('图片上传','#file-{id}','file');">替换</a>
<a href="javascript:(function(){$('#saved-file{id}').remove();})();">移除</a>
</li>
</script>
</head>
<body>
<div class="wrap js-check-wrap">
<ul class="nav nav-tabs">
<li><a href="<?php echo url('Goods/goods_list'); ?>">商品列表</a></li>
<li class="active"><a href="#">编辑商品</a></li>
</ul>
<form action="<?php echo url('Goods/goods_edit'); ?>" method="post" class="form-horizontal js-ajax-form margin-top-20">
<div class="row">
<div class="col-md-9">
<table class="table table-bordered">
<input type="hidden" name="id" value="<?php echo $data['id']; ?>">
<tr>
<th width="100">分类</th>
<td>
<select name="classify_id" class="form-control">
<option value="0">为空</option>
<?php if(is_array($classif_data) || $classif_data instanceof \think\Collection || $classif_data instanceof \think\Paginator): $i = 0; $__LIST__ = $classif_data;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$vo): $mod = ($i % 2 );++$i;if($data['classify_id'] == $vo['id']): ?>
<option value="<?php echo $vo['id']; ?>" selected="selected"><?php echo $vo['name']; ?></option>
<?php else: ?>
<option value="<?php echo $vo['id']; ?>"><?php echo $vo['name']; ?></option>
<?php endif; endforeach; endif; else: echo "" ;endif; ?>
</select>
</td>
</tr>
<tr>
<th width="100">标签</th>
<td>
<select name="label_id" class="form-control">
<option value="0">为空</option>
<?php if(is_array($label_data) || $label_data instanceof \think\Collection || $label_data instanceof \think\Paginator): $i = 0; $__LIST__ = $label_data;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$vo): $mod = ($i % 2 );++$i;if($data['label_id'] == $vo['id']): ?>
<option value="<?php echo $vo['id']; ?>" selected="selected"><?php echo $vo['name']; ?></option>
<?php else: ?>
<option value="<?php echo $vo['id']; ?>"><?php echo $vo['name']; ?></option>
<?php endif; endforeach; endif; else: echo "" ;endif; ?>
</select>
</td>
</tr>
<tr>
<th>书籍</th>
<td>
<input class="form-control" type="text" name="book_name"
id="title" required value="<?php echo $data['book_name']; ?>" placeholder="请输入书籍名称"/>
</td>
</tr>
<tr>
<th>售价</th>
<td><input class="form-control" type="text" name="price" id="source" value="<?php echo $data['price']; ?>"
placeholder="请输入售价"></td>
</tr>
<tr>
<th>定价</th>
<td><input class="form-control" type="text" name="pricing" value="<?php echo $data['pricing']; ?>"
placeholder="请输入定价"></td>
</tr>
<tr>
<th>商品说明</th>
<td>
<textarea class="form-control" name="instr" style="height: 50px;"
placeholder="请填写商品说明"><?php echo $data['instr']; ?></textarea>
</td>
</tr>
<tr>
<th>书号</th>
<td><input class="form-control" type="text" name="book_number" value="<?php echo $data['book_number']; ?>"
placeholder="请输入书号"></td>
</tr>
<tr>
<th>作者</th>
<td><input class="form-control" type="text" name="author" value="<?php echo $data['author']; ?>"
placeholder="请输入作者"></td>
</tr>
<tr>
<th>出版社</th>
<td><input class="form-control" type="text" name="press" value="<?php echo $data['press']; ?>"
placeholder="请输入出版社"></td>
</tr>
<tr>
<th>出版时间</th>
<td><input class="form-control" type="text" name="press_time" value="<?php echo $data['press_time']; ?>"
placeholder="请输入出版时间"></td>
</tr>
<tr>
<th>套装</th>
<td>
<select name="suit" class="form-control">
<option value="0">全部</option>
</select>
</td>
</tr>
<tr>
<th>适合年级</th>
<td>
<select name="grade" class="form-control">
<option value="0">全部</option>
</select>
</td>
</tr>
<tr>
<th>商品详情</th>
<td>
<ul id="photos" class="pic-list list-unstyled form-inline">
<?php if(!(empty($data['more']) || (($data['more'] instanceof \think\Collection || $data['more'] instanceof \think\Paginator ) && $data['more']->isEmpty()))): if(is_array($data['more']) || $data['more'] instanceof \think\Collection || $data['more'] instanceof \think\Paginator): if( count($data['more'])==0 ) : echo "" ;else: foreach($data['more'] as $key=>$vo): $img_url=cmf_get_image_preview_url($vo['url']); ?>
<li id="saved-image<?php echo $key; ?>">
<input id="photo-<?php echo $key; ?>" type="hidden" name="det_img[]"
value="<?php echo $vo['url']; ?>">
<input class="form-control" id="photo-<?php echo $key; ?>-name" type="text"
name="det_name[]"
value="<?php echo (isset($vo['name']) && ($vo['name'] !== '')?$vo['name']:''); ?>" style="width: 200px;" title="图片名称">
<img id="photo-<?php echo $key; ?>-preview"
src="<?php echo cmf_get_image_preview_url($vo['url']); ?>"
style="height:36px;width: 36px;"
onclick="parent.imagePreviewDialog(this.src);">
<a href="javascript:uploadOneImage('图片上传','#photo-<?php echo $key; ?>');">替换</a>
<a href="javascript:(function(){$('#saved-image<?php echo $key; ?>').remove();})();">移除</a>
</li>
<?php endforeach; endif; else: echo "" ;endif; endif; ?>
</ul>
<a href="javascript:uploadMultiImage('图片上传','#photos','photos-item-tpl');"
class="btn btn-default btn-sm">选择图片</a>
</td>
</tr>
</table>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<button type="submit" class="btn btn-primary js-ajax-submit">保存</button>
</div>
</div>
</div>
<div class="col-md-3">
<table class="table table-bordered">
<tr>
<th><b>展示图</b></th>
</tr>
<tr>
<td>
<div style="text-align: center;">
<input type="hidden" name="show_img" id="thumbnails" value="<?php echo $data['show_img']; ?>">
<a href="javascript:uploadOneImage('图片上传','#thumbnails');">
<?php if(empty($data['show_img'])): ?>
<img src="__TMPL__/public/assets/images/default-thumbnail.png"
id="thumbnails-preview"
width="135" style="cursor: pointer"/>
<?php else: ?>
<img src="/upload/<?php echo $data['show_img']; ?>"
id="thumbnails-preview"
width="135" style="cursor: pointer"/>
<?php endif; ?>
</a>
<input type="button" class="btn btn-sm btn-cancel-thumbnails" value="取消图片">
</div>
</td>
</tr>
<tr>
<th><b>缩略图</b></th>
</tr>
<tr>
<td>
<div style="text-align: center;">
<input type="hidden" name="thumbnail" id="thumbnail" value="<?php echo $data['thumbnail']; ?>">
<a href="javascript:uploadOneImage('图片上传','#thumbnail');">
<?php if(empty($data['thumbnail'])): ?>
<img src="__TMPL__/public/assets/images/default-thumbnail.png"
id="thumbnail-preview"
width="135" style="cursor: pointer"/>
<?php else: ?>
<img src="/upload/<?php echo $data['thumbnail']; ?>"
id="thumbnail-preview"
width="135" style="cursor: pointer"/>
<?php endif; ?>
</a>
<input type="button" class="btn btn-sm btn-cancel-thumbnail" value="取消图片">
</div>
</td>
</tr>
</table>
</div>
</div>
</form>
</div>
<script type="text/javascript" src="__STATIC__/js/admin.js"></script>
<script type="text/javascript">
//编辑器路径定义
var editorURL = GV.WEB_ROOT;
</script>
<script type="text/javascript" src="__STATIC__/js/ueditor/ueditor.config.js"></script>
<script type="text/javascript" src="__STATIC__/js/ueditor/ueditor.all.min.js"></script>
<script type="text/javascript">
$(function () {
editorcontent = new baidu.editor.ui.Editor();
editorcontent.render('content');
try {
editorcontent.sync();
} catch (err) {
}
$('.btn-cancel-thumbnail').click(function () {
$('#thumbnail-preview').attr('src', '__TMPL__/public/assets/images/default-thumbnail.png');
$('#thumbnail').val('');
});
});
$(function () {
$('.btn-cancel-thumbnails').click(function () {
$('#thumbnails-preview').attr('src', '__TMPL__/public/assets/images/default-thumbnail.png');
$('#thumbnails').val('');
});
});
</script>
</body>
</html>
\ No newline at end of file
<?php if (!defined('THINK_PATH')) exit(); /*a:2:{s:56:"themes/admin_simpleboot3/portal\admin_article\index.html";i:1547883254;s:43:"themes/admin_simpleboot3/public\header.html";i:1547883254;}*/ ?>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- Set render engine for 360 browser -->
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- HTML5 shim for IE8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<![endif]-->
<link href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/bootstrap.min.css" rel="stylesheet">
<link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet">
<link href="__STATIC__/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<style>
form .input-order {
margin-bottom: 0px;
padding: 0 2px;
width: 42px;
font-size: 12px;
}
form .input-order:focus {
outline: none;
}
.table-actions {
margin-top: 5px;
margin-bottom: 5px;
padding: 0px;
}
.table-list {
margin-bottom: 0px;
}
.form-required {
color: red;
}
</style>
<script type="text/javascript">
//全局变量
var GV = {
ROOT: "__ROOT__/",
WEB_ROOT: "__WEB_ROOT__/",
JS_ROOT: "static/js/",
APP: '<?php echo \think\Request::instance()->module(); ?>'/*当前应用名*/
};
</script>
<script src="__TMPL__/public/assets/js/jquery-1.10.2.min.js"></script>
<script src="__STATIC__/js/wind.js"></script>
<script src="__TMPL__/public/assets/js/bootstrap.min.js"></script>
<script>
Wind.css('artDialog');
Wind.css('layer');
$(function () {
$("[data-toggle='tooltip']").tooltip();
$("li.dropdown").hover(function () {
$(this).addClass("open");
}, function () {
$(this).removeClass("open");
});
});
</script>
<?php if(APP_DEBUG): ?>
<style>
#think_page_trace_open {
z-index: 9999;
}
</style>
<?php endif; ?>
</head>
<body>
<div class="wrap js-check-wrap">
<ul class="nav nav-tabs">
<li class="active"><a href="javascript:;">所有文章</a></li>
<li><a href="<?php echo url('AdminArticle/add'); ?>">添加文章</a></li>
</ul>
<form class="well form-inline margin-top-20" method="post" action="<?php echo url('AdminArticle/index'); ?>">
分类:
<select class="form-control" name="category" style="width: 140px;">
<option value='0'>全部</option>
<?php echo (isset($category_tree) && ($category_tree !== '')?$category_tree:''); ?>
</select> &nbsp;&nbsp;
时间:
<input type="text" class="form-control js-bootstrap-datetime" name="start_time"
value="<?php echo (isset($start_time) && ($start_time !== '')?$start_time:''); ?>"
style="width: 140px;" autocomplete="off">-
<input type="text" class="form-control js-bootstrap-datetime" name="end_time"
value="<?php echo (isset($end_time) && ($end_time !== '')?$end_time:''); ?>"
style="width: 140px;" autocomplete="off"> &nbsp; &nbsp;
关键字:
<input type="text" class="form-control" name="keyword" style="width: 200px;"
value="<?php echo (isset($keyword) && ($keyword !== '')?$keyword:''); ?>" placeholder="请输入关键字...">
<input type="submit" class="btn btn-primary" value="搜索"/>
<a class="btn btn-danger" href="<?php echo url('AdminArticle/index'); ?>">清空</a>
</form>
<form class="js-ajax-form" action="" method="post">
<div class="table-actions">
<?php if(!(empty($category) || (($category instanceof \think\Collection || $category instanceof \think\Paginator ) && $category->isEmpty()))): ?>
<button class="btn btn-primary btn-sm js-ajax-submit" type="submit"
data-action="<?php echo url('AdminArticle/listOrder'); ?>"><?php echo lang('SORT'); ?>
</button>
<?php endif; ?>
<button class="btn btn-primary btn-sm js-ajax-submit" type="submit"
data-action="<?php echo url('AdminArticle/publish',array('yes'=>1)); ?>" data-subcheck="true">发布
</button>
<button class="btn btn-primary btn-sm js-ajax-submit" type="submit"
data-action="<?php echo url('AdminArticle/publish',array('no'=>1)); ?>" data-subcheck="true">取消发布
</button>
<button class="btn btn-primary btn-sm js-ajax-submit" type="submit"
data-action="<?php echo url('AdminArticle/top',array('yes'=>1)); ?>" data-subcheck="true">置顶
</button>
<button class="btn btn-primary btn-sm js-ajax-submit" type="submit"
data-action="<?php echo url('AdminArticle/top',array('no'=>1)); ?>" data-subcheck="true">取消置顶
</button>
<button class="btn btn-primary btn-sm js-ajax-submit" type="submit"
data-action="<?php echo url('AdminArticle/recommend',array('yes'=>1)); ?>" data-subcheck="true">推荐
</button>
<button class="btn btn-primary btn-sm js-ajax-submit" type="submit"
data-action="<?php echo url('AdminArticle/recommend',array('no'=>1)); ?>" data-subcheck="true">取消推荐
</button>
<!--
<?php if(!(empty($category) || (($category instanceof \think\Collection || $category instanceof \think\Paginator ) && $category->isEmpty()))): ?>
<button class="btn btn-primary btn-sm js-articles-move" type="button">批量移动</button>
<?php endif; ?>
<button class="btn btn-primary btn-sm js-articles-copy" type="button">批量复制</button>
-->
<button class="btn btn-danger btn-sm js-ajax-submit" type="submit"
data-action="<?php echo url('AdminArticle/delete'); ?>" data-subcheck="true" data-msg="您确定删除吗?">
<?php echo lang('DELETE'); ?>
</button>
</div>
<table class="table table-hover table-bordered table-list">
<thead>
<tr>
<th width="15">
<label>
<input type="checkbox" class="js-check-all" data-direction="x" data-checklist="js-check-x">
</label>
</th>
<?php if(!(empty($category) || (($category instanceof \think\Collection || $category instanceof \think\Paginator ) && $category->isEmpty()))): ?>
<th width="50"><?php echo lang('SORT'); ?></th>
<?php endif; ?>
<th width="50">ID</th>
<th>标题</th>
<th>分类</th>
<th width="50">作者</th>
<th width="65">点击量</th>
<th width="65">评论量</th>
<th width="160">关键字/来源<br>摘要/缩略图</th>
<th width="130">更新时间</th>
<th width="130">发布时间</th>
<th width="70">状态</th>
<th width="90">操作</th>
</tr>
</thead>
<?php if(is_array($articles) || $articles instanceof \think\Collection || $articles instanceof \think\Paginator): if( count($articles)==0 ) : echo "" ;else: foreach($articles as $key=>$vo): ?>
<tr>
<td>
<input type="checkbox" class="js-check" data-yid="js-check-y" data-xid="js-check-x" name="ids[]"
value="<?php echo $vo['id']; ?>" title="ID:<?php echo $vo['id']; ?>">
</td>
<?php if(!(empty($category) || (($category instanceof \think\Collection || $category instanceof \think\Paginator ) && $category->isEmpty()))): ?>
<td>
<input name="list_orders[<?php echo $vo['post_category_id']; ?>]" class="input-order" type="text"
value="<?php echo $vo['list_order']; ?>">
</td>
<?php endif; ?>
<td><b><?php echo $vo['id']; ?></b></td>
<td>
<?php if(!(empty($category) || (($category instanceof \think\Collection || $category instanceof \think\Paginator ) && $category->isEmpty()))): ?>
<a href="<?php echo cmf_url('portal/Article/index',array('id'=>$vo['id'],'cid'=>$vo['category_id'])); ?>"
target="_blank"><?php echo $vo['post_title']; ?></a>
<?php else: ?>
<a href="<?php echo cmf_url('portal/Article/index',array('id'=>$vo['id'])); ?>"
target="_blank"><?php echo $vo['post_title']; ?></a>
<?php endif; ?>
</td>
<td>
<?php if(is_array($vo['categories']) || $vo['categories'] instanceof \think\Collection || $vo['categories'] instanceof \think\Paginator): if( count($vo['categories'])==0 ) : echo "" ;else: foreach($vo['categories'] as $key=>$voo): ?>
<span class="label label-default">
<a href="<?php echo cmf_url('portal/List/index',array('id'=>$voo['id'])); ?>"
style="color: #fff;"
target="_blank"
><?php echo $voo['name']; ?></a>
</span>&nbsp;
<?php endforeach; endif; else: echo "" ;endif; ?>
</td>
<td><?php echo $vo['user_nickname']; ?></td>
<td><?php echo (isset($vo['post_hits']) && ($vo['post_hits'] !== '')?$vo['post_hits']:0); ?></td>
<td>
<?php if(!(empty($vo['comment_count']) || (($vo['comment_count'] instanceof \think\Collection || $vo['comment_count'] instanceof \think\Paginator ) && $vo['comment_count']->isEmpty()))): ?>
<?php echo (isset($vo['comment_count']) && ($vo['comment_count'] !== '')?$vo['comment_count']:'0'); ?>
<!--<a href="javascript:parent.openIframeDialog('<?php echo url('comment/commentadmin/index',array('post_id'=>$vo['id'])); ?>','评论列表')"><?php echo $vo['comment_count']; ?></a>-->
<?php else: ?>
<?php echo (isset($vo['comment_count']) && ($vo['comment_count'] !== '')?$vo['comment_count']:'0'); endif; ?>
</td>
<td>
<?php if(!(empty($vo['post_keywords']) || (($vo['post_keywords'] instanceof \think\Collection || $vo['post_keywords'] instanceof \think\Paginator ) && $vo['post_keywords']->isEmpty()))): ?>
<i class="fa fa-check fa-fw"></i>
<?php else: ?>
<i class="fa fa-close fa-fw"></i>
<?php endif; if(!(empty($vo['post_source']) || (($vo['post_source'] instanceof \think\Collection || $vo['post_source'] instanceof \think\Paginator ) && $vo['post_source']->isEmpty()))): ?>
<i class="fa fa-check fa-fw"></i>
<?php else: ?>
<i class="fa fa-close fa-fw"></i>
<?php endif; if(!(empty($vo['post_excerpt']) || (($vo['post_excerpt'] instanceof \think\Collection || $vo['post_excerpt'] instanceof \think\Paginator ) && $vo['post_excerpt']->isEmpty()))): ?>
<i class="fa fa-check fa-fw"></i>
<?php else: ?>
<i class="fa fa-close fa-fw"></i>
<?php endif; if(!(empty($vo['more']['thumbnail']) || (($vo['more']['thumbnail'] instanceof \think\Collection || $vo['more']['thumbnail'] instanceof \think\Paginator ) && $vo['more']['thumbnail']->isEmpty()))): ?>
<a href="javascript:parent.imagePreviewDialog('<?php echo cmf_get_image_preview_url($vo['more']['thumbnail']); ?>');">
<i class="fa fa-photo fa-fw"></i>
</a>
<?php endif; ?>
</td>
<td>
<?php if(!(empty($vo['update_time']) || (($vo['update_time'] instanceof \think\Collection || $vo['update_time'] instanceof \think\Paginator ) && $vo['update_time']->isEmpty()))): ?>
<?php echo date('Y-m-d H:i',$vo['update_time']); endif; ?>
</td>
<td>
<?php if(empty($vo['published_time']) || (($vo['published_time'] instanceof \think\Collection || $vo['published_time'] instanceof \think\Paginator ) && $vo['published_time']->isEmpty())): ?>
未发布
<?php else: ?>
<?php echo date('Y-m-d H:i',$vo['published_time']); endif; ?>
</td>
<td>
<?php if(!(empty($vo['post_status']) || (($vo['post_status'] instanceof \think\Collection || $vo['post_status'] instanceof \think\Paginator ) && $vo['post_status']->isEmpty()))): ?>
<a data-toggle="tooltip" title="已发布"><i class="fa fa-check"></i></a>
<?php else: ?>
<a data-toggle="tooltip" title="未发布"><i class="fa fa-close"></i></a>
<?php endif; if(!(empty($vo['is_top']) || (($vo['is_top'] instanceof \think\Collection || $vo['is_top'] instanceof \think\Paginator ) && $vo['is_top']->isEmpty()))): ?>
<a data-toggle="tooltip" title="已置顶"><i class="fa fa-arrow-up"></i></a>
<?php else: ?>
<a data-toggle="tooltip" title="未置顶"><i class="fa fa-arrow-down"></i></a>
<?php endif; if(!(empty($vo['recommended']) || (($vo['recommended'] instanceof \think\Collection || $vo['recommended'] instanceof \think\Paginator ) && $vo['recommended']->isEmpty()))): ?>
<a data-toggle="tooltip" title="已推荐"><i class="fa fa-thumbs-up"></i></a>
<?php else: ?>
<a data-toggle="tooltip" title="未推荐"><i class="fa fa-thumbs-down"></i></a>
<?php endif; ?>
</td>
<td>
<a href="<?php echo url('AdminArticle/edit',array('id'=>$vo['id'])); ?>"><?php echo lang('EDIT'); ?></a>
<a href="<?php echo url('AdminArticle/delete',array('id'=>$vo['id'])); ?>" class="js-ajax-delete"><?php echo lang('DELETE'); ?></a>
</td>
</tr>
<?php endforeach; endif; else: echo "" ;endif; ?>
<tfoot>
<tr>
<th width="15"><label><input type="checkbox" class="js-check-all" data-direction="x"
data-checklist="js-check-x"></label></th>
<?php if(!(empty($category) || (($category instanceof \think\Collection || $category instanceof \think\Paginator ) && $category->isEmpty()))): ?>
<th width="50"><?php echo lang('SORT'); ?></th>
<?php endif; ?>
<th width="50">ID</th>
<th>标题</th>
<th>分类</th>
<th width="50">作者</th>
<th width="65">点击量</th>
<th width="65">评论量</th>
<th width="160">关键字/来源<br>摘要/缩略图</th>
<th width="130">更新时间</th>
<th width="130">发布时间</th>
<th width="70">状态</th>
<th width="90">操作</th>
</tr>
</tfoot>
</table>
<div class="table-actions">
<?php if(!(empty($category) || (($category instanceof \think\Collection || $category instanceof \think\Paginator ) && $category->isEmpty()))): ?>
<button class="btn btn-primary btn-sm js-ajax-submit" type="submit"
data-action="<?php echo url('AdminArticle/listOrder'); ?>"><?php echo lang('SORT'); ?>
</button>
<?php endif; ?>
<button class="btn btn-primary btn-sm js-ajax-submit" type="submit"
data-action="<?php echo url('AdminArticle/publish',array('yes'=>1)); ?>" data-subcheck="true">发布
</button>
<button class="btn btn-primary btn-sm js-ajax-submit" type="submit"
data-action="<?php echo url('AdminArticle/publish',array('no'=>1)); ?>" data-subcheck="true">取消发布
</button>
<button class="btn btn-primary btn-sm js-ajax-submit" type="submit"
data-action="<?php echo url('AdminArticle/top',array('yes'=>1)); ?>" data-subcheck="true">置顶
</button>
<button class="btn btn-primary btn-sm js-ajax-submit" type="submit"
data-action="<?php echo url('AdminArticle/top',array('no'=>1)); ?>" data-subcheck="true">取消置顶
</button>
<button class="btn btn-primary btn-sm js-ajax-submit" type="submit"
data-action="<?php echo url('AdminArticle/recommend',array('yes'=>1)); ?>" data-subcheck="true">推荐
</button>
<button class="btn btn-primary btn-sm js-ajax-submit" type="submit"
data-action="<?php echo url('AdminArticle/recommend',array('no'=>1)); ?>" data-subcheck="true">取消推荐
</button>
<!--
<?php if(!(empty($category) || (($category instanceof \think\Collection || $category instanceof \think\Paginator ) && $category->isEmpty()))): ?>
<button class="btn btn-primary btn-sm js-articles-move" type="button">批量移动</button>
<?php endif; ?>
<button class="btn btn-primary btn-sm js-articles-copy" type="button">批量复制</button>
-->
<button class="btn btn-danger btn-sm js-ajax-submit" type="submit"
data-action="<?php echo url('AdminArticle/delete'); ?>" data-subcheck="true" data-msg="您确定删除吗?">
<?php echo lang('DELETE'); ?>
</button>
</div>
<ul class="pagination"><?php echo (isset($page) && ($page !== '')?$page:''); ?></ul>
</form>
</div>
<script src="__STATIC__/js/admin.js"></script>
<script>
function reloadPage(win) {
win.location.reload();
}
$(function () {
setCookie("refersh_time", 0);
Wind.use('ajaxForm', 'artDialog', 'iframeTools', function () {
//批量复制
$('.js-articles-copy').click(function (e) {
var ids = [];
$("input[name='ids[]']").each(function () {
if ($(this).is(':checked')) {
ids.push($(this).val());
}
});
if (ids.length == 0) {
art.dialog.through({
id: 'error',
icon: 'error',
content: '您没有勾选信息,无法进行操作!',
cancelVal: '关闭',
cancel: true
});
return false;
}
ids = ids.join(',');
art.dialog.open("__ROOT__/index.php?g=portal&m=AdminArticle&a=copy&ids=" + ids, {
title: "批量复制",
width: "300px"
});
});
//批量移动
$('.js-articles-move').click(function (e) {
var ids = [];
$("input[name='ids[]']").each(function () {
if ($(this).is(':checked')) {
ids.push($(this).val());
}
});
if (ids.length == 0) {
art.dialog.through({
id: 'error',
icon: 'error',
content: '您没有勾选信息,无法进行操作!',
cancelVal: '关闭',
cancel: true
});
return false;
}
ids = ids.join(',');
art.dialog.open("__ROOT__/index.php?g=portal&m=AdminArticle&a=move&old_term_id=<?php echo (isset($term['term_id']) && ($term['term_id'] !== '')?$term['term_id']:0); ?>&ids=" + ids, {
title: "批量移动",
width: "300px"
});
});
});
});
</script>
</body>
</html>
\ No newline at end of file
<?php if (!defined('THINK_PATH')) exit(); /*a:2:{s:57:"themes/admin_simpleboot3/admin\salesman\teacher_list.html";i:1558691849;s:43:"themes/admin_simpleboot3/public\header.html";i:1547883254;}*/ ?>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- Set render engine for 360 browser -->
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- HTML5 shim for IE8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<![endif]-->
<link href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/bootstrap.min.css" rel="stylesheet">
<link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet">
<link href="__STATIC__/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<style>
form .input-order {
margin-bottom: 0px;
padding: 0 2px;
width: 42px;
font-size: 12px;
}
form .input-order:focus {
outline: none;
}
.table-actions {
margin-top: 5px;
margin-bottom: 5px;
padding: 0px;
}
.table-list {
margin-bottom: 0px;
}
.form-required {
color: red;
}
</style>
<script type="text/javascript">
//全局变量
var GV = {
ROOT: "__ROOT__/",
WEB_ROOT: "__WEB_ROOT__/",
JS_ROOT: "static/js/",
APP: '<?php echo \think\Request::instance()->module(); ?>'/*当前应用名*/
};
</script>
<script src="__TMPL__/public/assets/js/jquery-1.10.2.min.js"></script>
<script src="__STATIC__/js/wind.js"></script>
<script src="__TMPL__/public/assets/js/bootstrap.min.js"></script>
<script>
Wind.css('artDialog');
Wind.css('layer');
$(function () {
$("[data-toggle='tooltip']").tooltip();
$("li.dropdown").hover(function () {
$(this).addClass("open");
}, function () {
$(this).removeClass("open");
});
});
</script>
<?php if(APP_DEBUG): ?>
<style>
#think_page_trace_open {
z-index: 9999;
}
</style>
<?php endif; ?>
</head>
<body>
<style>
.pagination{text-align:center;margin-top:20px;margin-bottom: 20px;}
.pagination li{margin:0px 10px; border:1px solid #e6e6e6;padding: 3px 8px;display: inline-block;}
.pagination .active{background-color: #dd1a20;color: #fff;}
.pagination .disabled{color:#aaa;}
</style>
<div class="wrap js-check-wrap">
<ul class="nav nav-tabs">
<li><a href="<?php echo url('Salesman/salesman_list'); ?>">业务员列表</a></li>
<li class="active"><a href="#">老师名单</a></li>
</ul>
<form class="well form-inline margin-top-20" method="post" action="<?php echo url('Salesman/teacher_list'); ?>">
时间:
<input type="text" class="form-control js-bootstrap-datetime" name="start_time"
value="<?php echo (isset($start_time) && ($start_time !== '')?$start_time:''); ?>"
style="width: 140px;" autocomplete="off">-
<input type="text" class="form-control js-bootstrap-datetime" name="end_time"
value="<?php echo (isset($end_time) && ($end_time !== '')?$end_time:''); ?>"
style="width: 140px;" autocomplete="off"> &nbsp;
<input type="hidden" name="salesman_id" value="<?php echo $salesman_id; ?>">&nbsp;
关键字:
<input type="text" class="form-control" name="keyword" style="width: 200px;"
value="<?php echo (isset($keyword) && ($keyword !== '')?$keyword:''); ?>" placeholder="请输入微信昵称...">
<input type="submit" class="btn btn-primary" value="搜索"/>
<a class="btn btn-danger" href="<?php echo url('Salesman/teacher_list',array('id'=>$salesman_id)); ?>">清空</a>
</form>
<table class="table table-bordered">
<thead>
<tr>
<th>序号</th>
<th>教师</th>
<th>累计收益</th>
<th>创建时间</th>
<th>操作</th>
</tr>
</thead>
<tbody>
<?php if(is_array($data_arr) || $data_arr instanceof \think\Collection || $data_arr instanceof \think\Paginator): $i = 0; $__LIST__ = $data_arr;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$vo): $mod = ($i % 2 );++$i;?>
<tr>
<td><?php echo $vo['id']; ?></td>
<td><?php echo $vo['user_nickname']; ?></td>
<td>560001</td>
<td><?php echo date("Y-m-d H:i:s",$vo['create_time']); ?></td>
<td style="width: 100px;">
<a href="<?php echo url('Salesman/student_list',array('teacher_id'=>$vo['id'],'salesman_id'=>$salesman_id)); ?>"><button type="button" class="btn btn-default">下线名单</button></a>
</td>
</tr>
<?php endforeach; endif; else: echo "" ;endif; ?>
</tbody>
</table>
</div>
<div class="pagination">
<?php echo $data->render(); ?>
</div>
<script src="__STATIC__/js/admin.js"></script>
</body>
</html>
\ No newline at end of file
<?php if (!defined('THINK_PATH')) exit(); /*a:1:{s:47:"themes/admin_simpleboot3/admin\index\index.html";i:1547883254;}*/ ?>
<!DOCTYPE html>
<html lang="zh_CN" style="overflow: hidden;">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<!-- Set render engine for 360 browser -->
<meta name="renderer" content="webkit">
<meta charset="utf-8">
<title><?php echo (isset($site_info['site_name']) && ($site_info['site_name'] !== '')?$site_info['site_name']:''); ?> <?php echo lang('ADMIN_CENTER'); ?></title>
<meta name="description" content="This is page-header (.page-header &gt; h1)">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/bootstrap.min.css" rel="stylesheet">
<link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet">
<link href="__STATIC__/font-awesome/css/font-awesome.min.css?page=index" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/simplebootadminindex.min.css">
<style>
/*-----------------导航hack--------------------*/
.nav-list > li.open {
position: relative;
}
.nav-list > li.open .back {
display: none;
}
.nav-list > li.open .normal {
display: inline-block !important;
}
.nav-list > li.open a {
padding-left: 7px;
}
.nav-list > li .submenu > li > a {
background: #fff;
}
.nav-list > li .submenu > li a > [class*="fa-"]:first-child {
left: 20px;
}
.nav-list > li ul.submenu ul.submenu > li a > [class*="fa-"]:first-child {
left: 30px;
}
/*----------------导航hack--------------------*/
</style>
<script>
//全局变量
var GV = {
HOST: "<?php echo $_SERVER['HTTP_HOST']; ?>",
ROOT: "__ROOT__/",
WEB_ROOT: "__WEB_ROOT__/",
JS_ROOT: "static/js/"
};
</script>
<?php $submenus=$menus; function getsubmenu($submenus){ if(!(empty($submenus) || (($submenus instanceof \think\Collection || $submenus instanceof \think\Paginator ) && $submenus->isEmpty()))): foreach($submenus as $menu){ ?>
<li>
<?php
$menu_name=lang($menu['lang']);
$menu_name=$menu['lang']==$menu_name?$menu['name']:$menu_name;
if(empty($menu['items'])){ ?>
<a href="javascript:openapp('<?php echo $menu['url']; ?>','<?php echo $menu['id']; ?>','<?php echo $menu_name; ?>',true);">
<i class="fa fa-<?php echo (isset($menu['icon']) && ($menu['icon'] !== '')?$menu['icon']:'desktop'); ?>"></i>
<span class="menu-text"> <?php echo $menu_name; ?> </span>
</a>
<?php }else{ ?>
<a href="#" class="dropdown-toggle">
<i class="fa fa-<?php echo (isset($menu['icon']) && ($menu['icon'] !== '')?$menu['icon']:'desktop'); ?> normal"></i>
<span class="menu-text normal"> <?php echo $menu_name; ?> </span>
<b class="arrow fa fa-angle-right normal"></b>
<i class="fa fa-reply back"></i>
<span class="menu-text back">返回</span>
</a>
<ul class="submenu">
<?php getsubmenu1($menu['items']) ?>
</ul>
<?php } ?>
</li>
<?php } endif; } function getsubmenu1($submenus){ foreach($submenus as $menu){ ?>
<li>
<?php
$menu_name=lang($menu['lang']);
$menu_name=$menu['lang']==$menu_name?$menu['name']:$menu_name;
if(empty($menu['items'])){ ?>
<a href="javascript:openapp('<?php echo $menu['url']; ?>','<?php echo $menu['id']; ?>','<?php echo $menu_name; ?>',true);">
<i class="fa fa-caret-right"></i>
<span class="menu-text">
<?php echo $menu_name; ?>
</span>
</a>
<?php }else{ ?>
<a href="#" class="dropdown-toggle">
<i class="fa fa-caret-right"></i>
<span class="menu-text">
<?php echo $menu_name; ?>
</span>
<b class="arrow fa fa-angle-right"></b>
</a>
<ul class="submenu">
<?php getsubmenu2($menu['items']) ?>
</ul>
<?php } ?>
</li>
<?php } } function getsubmenu2($submenus){ foreach($submenus as $menu){ ?>
<li>
<?php
$menu_name=lang($menu['lang']);
$menu_name=$menu['lang']==$menu_name?$menu['name']:$menu_name;
?>
<a href="javascript:openapp('<?php echo $menu['url']; ?>','<?php echo $menu['id']; ?>','<?php echo $menu_name; ?>',true);">
&nbsp;<i class="fa fa-angle-double-right"></i>
<span class="menu-text">
<?php echo $menu_name; ?>
</span>
</a>
</li>
<?php } } if(APP_DEBUG): ?>
<style>
#think_page_trace_open {
left: 0 !important;
right: initial !important;
}
</style>
<?php endif; ?>
</head>
<body style="min-width:900px;overflow: hidden;">
<div id="loading"><i class="loadingicon"></i><span><?php echo lang('LOADING'); ?></span></div>
<div id="right-tools-wrapper">
<!--<span id="right_tools_clearcache" title="清除缓存" onclick="javascript:openapp('<?php echo url('admin/Setting/clearcache'); ?>','right_tool_clearcache','清除缓存');"><i class="fa fa-trash-o right_tool_icon"></i></span>-->
<!--<span id="refresh-wrapper" title="<?php echo lang('REFRESH_CURRENT_PAGE'); ?>"><i-->
<!--class="fa fa-refresh right_tool_icon"></i></span>-->
</div>
<div class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<a href="<?php echo url('admin/index/index'); ?>" class="navbar-brand" style="min-width: 200px;text-align: center;"><?php echo (isset($site_info['site_name']) && ($site_info['site_name'] !== '')?$site_info['site_name']:''); ?></a>
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-main">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse" id="navbar-main">
<div class="pull-left" style="position: relative;">
<a id="task-pre" class="task-changebt"><i class="fa fa-chevron-left"></i></a>
<div id="task-content">
<ul class="nav navbar-nav cmf-component-tab" id="task-content-inner">
<li class="cmf-component-tabitem noclose" app-id="0" app-url="<?php echo url('main/index'); ?>"
app-name="首页">
<a class="cmf-tabs-item-text"><?php echo lang('HOME'); ?></a>
</li>
</ul>
<div style="clear:both;"></div>
</div>
<a id="task-next" class="task-changebt"><i class="fa fa-chevron-right"></i></a>
</div>
<ul class="nav navbar-nav navbar-right simplewind-nav">
<li class="light-blue" style="border-left:none;">
<a id="refresh-wrapper" href="javacript:void(0);" title="<?php echo lang('REFRESH_CURRENT_PAGE'); ?>" style="color:#fff;font-size: 16px">
<i class="fa fa-refresh right_tool_icon"></i>
</a>
</li>
<li class="light-blue dropdown" style="border-left:none;">
<a data-toggle="dropdown" href="#" class="dropdown-toggle">
<?php if(isset($admin['avatar']) && $admin['avatar']): ?>
<img class="nav-user-photo" width="30" height="30"
src="<?php echo cmf_get_user_avatar_url($admin['avatar']); ?>" alt="<?php echo $admin['user_login']; ?>">
<?php endif; ?>
<span class="user-info">
<?php echo lang('WELCOME_USER',array('user_nickname' => empty($admin['user_nickname'] )? $admin['user_login'] : $admin['user_nickname'])); ?>
</span>
<i class="fa fa-caret-down"></i>
</a>
<ul class="user-menu pull-right dropdown-menu dropdown-yellow dropdown-caret dropdown-closer">
<?php if(cmf_auth_check(cmf_get_current_admin_id(),'admin/Setting/site')): ?>
<li>
<a href="javascript:openapp('<?php echo url('setting/site'); ?>','index_site','<?php echo lang('ADMIN_SETTING_SITE'); ?>');"><i
class="fa fa-cog"></i> <?php echo lang('ADMIN_SETTING_SITE'); ?></a></li>
<?php endif; if(cmf_auth_check(cmf_get_current_admin_id(),'admin/user/userinfo')): ?>
<li>
<a href="javascript:openapp('<?php echo url('user/userinfo'); ?>','index_userinfo','<?php echo lang('ADMIN_USER_USERINFO'); ?>');"><i
class="fa fa-user"></i> <?php echo lang('ADMIN_USER_USERINFO'); ?></a></li>
<?php endif; if(cmf_auth_check(cmf_get_current_admin_id(),'admin/Setting/password')): ?>
<li>
<a href="javascript:openapp('<?php echo url('setting/password'); ?>','index_password','<?php echo lang('ADMIN_SETTING_PASSWORD'); ?>');"><i
class="fa fa-lock"></i> <?php echo lang('ADMIN_SETTING_PASSWORD'); ?></a></li>
<?php endif; ?>
<li><a href="<?php echo url('Public/logout'); ?>"><i class="fa fa-sign-out"></i> <?php echo lang('LOGOUT'); ?></a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div class="main-container container-fluid">
<div class="sidebar" id="sidebar">
<div class="sidebar-shortcuts" id="sidebar-shortcuts">
<a class="btn btn-sm btn-warning" href="__ROOT__/"
title="<?php echo lang('WEBSITE_HOME_PAGE'); ?>"
target="_blank"
data-toggle="tooltip">
<i class="fa fa-home"></i>
</a>
<!--
<?php if(cmf_auth_check(cmf_get_current_admin_id(),'portal/AdminCategory/index')): ?>
<a class="btn btn-sm btn-success" href="javascript:openapp('<?php echo url('portal/AdminCategory/index'); ?>','index_termlist','文章分类管理');" title="文章分类管理">
<i class="fa fa-th"></i>
</a>
<?php endif; if(cmf_auth_check(cmf_get_current_admin_id(),'portal/AdminArticle/index')): ?>
<a class="btn btn-sm btn-info" href="javascript:openapp('<?php echo url('portal/AdminArticle/index'); ?>','index_postlist','文章管理');" title="文章管理">
<i class="fa fa-pencil"></i>
</a>
<?php endif; ?>
-->
<?php if(cmf_auth_check(cmf_get_current_admin_id(),'user/AdminAsset/index')): ?>
<a class="btn btn-sm btn-info"
href="javascript:openapp('<?php echo url('user/AdminAsset/index'); ?>','userAdminAssetindex','资源管理',true);"
title="资源管理"
data-toggle="tooltip">
<i class="fa fa-file"></i>
</a>
<?php endif; if(cmf_auth_check(cmf_get_current_admin_id(),'admin/Setting/clearcache')): ?>
<a class="btn btn-sm btn-danger"
href="javascript:openapp('<?php echo url('admin/Setting/clearcache'); ?>','index_clearcache','<?php echo lang('ADMIN_SETTING_CLEARCACHE'); ?>',true);"
title="<?php echo lang('ADMIN_SETTING_CLEARCACHE'); ?>"
data-toggle="tooltip">
<i class="fa fa-trash-o"></i>
</a>
<?php endif; if(cmf_auth_check(cmf_get_current_admin_id(),'admin/RecycleBin/index')): ?>
<a class="btn btn-sm btn-danger"
href="javascript:openapp('<?php echo url('admin/RecycleBin/index'); ?>','index_recycle','回收站',true);"
title="回收站"
data-toggle="tooltip">
<i class="fa fa-recycle"></i>
</a>
<?php endif; if(APP_DEBUG): ?>
<a class="btn btn-sm btn-default"
href="javascript:openapp('<?php echo url('admin/Menu/index'); ?>','index_menu','<?php echo lang('ADMIN_MENU_INDEX'); ?>',true);"
title="<?php echo lang('ADMIN_MENU_INDEX'); ?>"
data-toggle="tooltip">
<i class="fa fa-list"></i>
</a>
<?php endif; ?>
</div>
<div id="nav-wrapper">
<ul class="nav nav-list">
<?php echo getsubmenu($submenus); ?>
</ul>
</div>
</div>
<div class="main-content">
<div class="page-content" id="content">
<iframe src="<?php echo url('Main/index'); ?>" style="width:100%;height: 100%;" frameborder="0" id="appiframe-0"
class="appiframe"></iframe>
</div>
</div>
</div>
<script src="__TMPL__/public/assets/js/jquery-1.10.2.min.js"></script>
<script src="__STATIC__/js/wind.js"></script>
<script src="__TMPL__/public/assets/js/bootstrap.min.js"></script>
<script src="__STATIC__/js/admin.js"></script>
<script src="__TMPL__/public/assets/simpleboot3/js/adminindex.js"></script>
<script>
$(function () {
$("[data-toggle='tooltip']").tooltip();
$("li.dropdown").hover(function () {
$(this).addClass("open");
}, function () {
$(this).removeClass("open");
});
});
var ismenumin = $("#sidebar").hasClass("menu-min");
$(".nav-list").on("click", function (event) {
var closest_a = $(event.target).closest("a");
if (!closest_a || closest_a.length == 0) {
return
}
if (!closest_a.hasClass("dropdown-toggle")) {
if (ismenumin && "click" == "tap" && closest_a.get(0).parentNode.parentNode == this) {
var closest_a_menu_text = closest_a.find(".menu-text").get(0);
if (event.target != closest_a_menu_text && !$.contains(closest_a_menu_text, event.target)) {
return false
}
}
return
}
var closest_a_next = closest_a.next().get(0);
if (!$(closest_a_next).is(":visible")) {
var closest_ul = $(closest_a_next.parentNode).closest("ul");
if (ismenumin && closest_ul.hasClass("nav-list")) {
return
}
closest_ul.find("> .open > .submenu").each(function () {
if (this != closest_a_next && !$(this.parentNode).hasClass("active")) {
$(this).slideUp(150).parent().removeClass("open")
}
});
}
if (ismenumin && $(closest_a_next.parentNode.parentNode).hasClass("nav-list")) {
return false;
}
$(closest_a_next).slideToggle(150).parent().toggleClass("open");
return false;
});
</script>
</body>
</html>
<?php if (!defined('THINK_PATH')) exit(); /*a:2:{s:46:"themes/admin_simpleboot3/admin\hook\index.html";i:1547883253;s:43:"themes/admin_simpleboot3/public\header.html";i:1547883253;}*/ ?>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- Set render engine for 360 browser -->
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- HTML5 shim for IE8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<![endif]-->
<link href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/bootstrap.min.css" rel="stylesheet">
<link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet">
<link href="__STATIC__/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<style>
form .input-order {
margin-bottom: 0px;
padding: 0 2px;
width: 42px;
font-size: 12px;
}
form .input-order:focus {
outline: none;
}
.table-actions {
margin-top: 5px;
margin-bottom: 5px;
padding: 0px;
}
.table-list {
margin-bottom: 0px;
}
.form-required {
color: red;
}
</style>
<script type="text/javascript">
//全局变量
var GV = {
ROOT: "__ROOT__/",
WEB_ROOT: "__WEB_ROOT__/",
JS_ROOT: "static/js/",
APP: '<?php echo \think\Request::instance()->module(); ?>'/*当前应用名*/
};
</script>
<script src="__TMPL__/public/assets/js/jquery-1.10.2.min.js"></script>
<script src="__STATIC__/js/wind.js"></script>
<script src="__TMPL__/public/assets/js/bootstrap.min.js"></script>
<script>
Wind.css('artDialog');
Wind.css('layer');
$(function () {
$("[data-toggle='tooltip']").tooltip();
$("li.dropdown").hover(function () {
$(this).addClass("open");
}, function () {
$(this).removeClass("open");
});
});
</script>
<?php if(APP_DEBUG): ?>
<style>
#think_page_trace_open {
z-index: 9999;
}
</style>
<?php endif; ?>
</head>
<body>
<div class="wrap js-check-wrap">
<ul class="nav nav-tabs">
<li class="active"><a>所有钩子</a></li>
<li><a href="<?php echo url('Hook/sync'); ?>">同步钩子</a></li>
</ul>
<form action="" method="post" class="margin-top-20">
<?php
$types = ["1"=>'系统钩子','2'=>'应用钩子','3'=>'模板钩子','4'=>'后台模板钩子'];
?>
<table class="table table-hover table-bordered">
<thead>
<tr>
<th width="40">ID</th>
<th>名称</th>
<th>类型</th>
<th>描述</th>
<th width="150"><?php echo lang('ACTIONS'); ?></th>
</tr>
</thead>
<tbody>
<?php if(is_array($hooks) || $hooks instanceof \think\Collection || $hooks instanceof \think\Paginator): if( count($hooks)==0 ) : echo "" ;else: foreach($hooks as $key=>$vo): ?>
<tr>
<td><?php echo $vo['id']; ?></td>
<td><?php echo $vo['name']; ?>:<?php echo $vo['hook']; ?></td>
<td><?php echo $types[$vo['type']]; ?></td>
<td><?php echo $vo['description']; ?></td>
<td>
<a href="javascript:parent.openIframeLayer('<?php echo url('Hook/plugins',['hook'=>$vo['hook']]); ?>','钩子<?php echo $vo['name']; ?>插件管理',{});">管理插件</a>
</td>
</tr>
<?php endforeach; endif; else: echo "" ;endif; ?>
</tbody>
</table>
</form>
</div>
<script src="__STATIC__/js/admin.js"></script>
</body>
</html>
\ No newline at end of file
<?php if (!defined('THINK_PATH')) exit(); /*a:2:{s:57:"themes/admin_simpleboot3/admin\withdrawal\withd_list.html";i:1559036209;s:43:"themes/admin_simpleboot3/public\header.html";i:1547883254;}*/ ?>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- Set render engine for 360 browser -->
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- HTML5 shim for IE8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<![endif]-->
<link href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/bootstrap.min.css" rel="stylesheet">
<link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet">
<link href="__STATIC__/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<style>
form .input-order {
margin-bottom: 0px;
padding: 0 2px;
width: 42px;
font-size: 12px;
}
form .input-order:focus {
outline: none;
}
.table-actions {
margin-top: 5px;
margin-bottom: 5px;
padding: 0px;
}
.table-list {
margin-bottom: 0px;
}
.form-required {
color: red;
}
</style>
<script type="text/javascript">
//全局变量
var GV = {
ROOT: "__ROOT__/",
WEB_ROOT: "__WEB_ROOT__/",
JS_ROOT: "static/js/",
APP: '<?php echo \think\Request::instance()->module(); ?>'/*当前应用名*/
};
</script>
<script src="__TMPL__/public/assets/js/jquery-1.10.2.min.js"></script>
<script src="__STATIC__/js/wind.js"></script>
<script src="__TMPL__/public/assets/js/bootstrap.min.js"></script>
<script>
Wind.css('artDialog');
Wind.css('layer');
$(function () {
$("[data-toggle='tooltip']").tooltip();
$("li.dropdown").hover(function () {
$(this).addClass("open");
}, function () {
$(this).removeClass("open");
});
});
</script>
<?php if(APP_DEBUG): ?>
<style>
#think_page_trace_open {
z-index: 9999;
}
</style>
<?php endif; ?>
</head>
<body>
<style>
.pagination{text-align:center;margin-top:20px;margin-bottom: 20px;}
.pagination li{margin:0px 10px; border:1px solid #e6e6e6;padding: 3px 8px;display: inline-block;}
.pagination .active{background-color: #dd1a20;color: #fff;}
.pagination .disabled{color:#aaa;}
</style>
<div class="wrap js-check-wrap">
<ul class="nav nav-tabs">
<li class="active"><a href="#">提现列表</a></li>
</ul>
<form class="well form-inline margin-top-20" method="post" action="<?php echo url('Withdrawal/withd_list'); ?>">
时间:
<input type="text" class="form-control js-bootstrap-datetime" name="start_time"
value="<?php echo (isset($start_time) && ($start_time !== '')?$start_time:''); ?>"
style="width: 140px;" autocomplete="off">-
<input type="text" class="form-control js-bootstrap-datetime" name="end_time"
value="<?php echo (isset($end_time) && ($end_time !== '')?$end_time:''); ?>"
style="width: 140px;" autocomplete="off"> &nbsp;
关键字:
<input type="text" class="form-control" name="keyword" style="width: 200px;"
value="<?php echo (isset($keyword) && ($keyword !== '')?$keyword:''); ?>" placeholder="请输入手机号...">
<input type="submit" class="btn btn-primary" value="搜索"/>
<a class="btn btn-danger" href="<?php echo url('Withdrawal/withd_list'); ?>">清空</a>
</form>
<table class="table table-bordered">
<thead>
<tr>
<th>序号</th>
<th>微信昵称</th>
<th>手机号</th>
<th>提现金额</th>
<th>状态</th>
<th>申请时间</th>
<th>操作</th>
</tr>
</thead>
<tbody>
<?php if(is_array($data_arr) || $data_arr instanceof \think\Collection || $data_arr instanceof \think\Paginator): $i = 0; $__LIST__ = $data_arr;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$vo): $mod = ($i % 2 );++$i;?>
<tr class="tr<?php echo $vo['id']; ?>">
<td><?php echo $vo['id']; ?></td>
<td><?php echo $vo['name']; ?></td>
<td><?php echo $vo['phone']; ?></td>
<td><?php echo $vo['money']; ?></td>
<?php if($vo['state'] == 1): ?>
<td>提现成功</td>
<?php else: ?>
<td>提现失败</td>
<?php endif; ?>
<td><?php echo date("Y-m-d H:i:s",$vo['create_time']); ?></td>
<td style="width: 80px;">
<button type="button" class="btn btn-default" onclick="withd_del(<?php echo $vo['id']; ?>)">删除</button>
</td>
</tr>
<?php endforeach; endif; else: echo "" ;endif; ?>
</tbody>
</table>
</div>
<div class="pagination">
<?php echo $data->render(); ?>
</div>
<script src="__STATIC__/js/admin.js"></script>
<script>
/**
*点击删除
*/
function withd_del(id){
ccc = window.confirm('是否删除?');
if(ccc){
$.post("<?php echo url('Withdrawal/withd_del'); ?>",{id:id},function(data){
if(data){
$('.tr'+id).remove();
}else{
alert('删除失败!');
}
});
}
}
</script>
</body>
</html>
\ No newline at end of file
<?php if (!defined('THINK_PATH')) exit(); /*a:2:{s:60:"themes/admin_simpleboot3/admin\platformorders\plat_view.html";i:1559008053;s:43:"themes/admin_simpleboot3/public\header.html";i:1547883254;}*/ ?>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- Set render engine for 360 browser -->
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- HTML5 shim for IE8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<![endif]-->
<link href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/bootstrap.min.css" rel="stylesheet">
<link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet">
<link href="__STATIC__/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<style>
form .input-order {
margin-bottom: 0px;
padding: 0 2px;
width: 42px;
font-size: 12px;
}
form .input-order:focus {
outline: none;
}
.table-actions {
margin-top: 5px;
margin-bottom: 5px;
padding: 0px;
}
.table-list {
margin-bottom: 0px;
}
.form-required {
color: red;
}
</style>
<script type="text/javascript">
//全局变量
var GV = {
ROOT: "__ROOT__/",
WEB_ROOT: "__WEB_ROOT__/",
JS_ROOT: "static/js/",
APP: '<?php echo \think\Request::instance()->module(); ?>'/*当前应用名*/
};
</script>
<script src="__TMPL__/public/assets/js/jquery-1.10.2.min.js"></script>
<script src="__STATIC__/js/wind.js"></script>
<script src="__TMPL__/public/assets/js/bootstrap.min.js"></script>
<script>
Wind.css('artDialog');
Wind.css('layer');
$(function () {
$("[data-toggle='tooltip']").tooltip();
$("li.dropdown").hover(function () {
$(this).addClass("open");
}, function () {
$(this).removeClass("open");
});
});
</script>
<?php if(APP_DEBUG): ?>
<style>
#think_page_trace_open {
z-index: 9999;
}
</style>
<?php endif; ?>
</head>
<body>
<div class="wrap js-check-wrap">
<ul class="nav nav-tabs">
<li><a href="<?php echo url('Platformorders/plat_list'); ?>">平台订单列表</a></li>
<li class="active"><a href="#">订单查看</a></li>
</ul>
<?php if(is_array($data_goods) || $data_goods instanceof \think\Collection || $data_goods instanceof \think\Paginator): $i = 0; $__LIST__ = $data_goods;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$vo): $mod = ($i % 2 );++$i;?>
<div style="margin-top: 10px;">
<img src="<?php echo cmf_get_image_url($vo['thumbnail']); ?>" class="img-rounded">
<h4>书籍:<?php echo $vo['book_name']; ?>&nbsp;&nbsp;X&nbsp;&nbsp;<?php echo $vo['number']; ?></h4>
<h4>定价:<?php echo $vo['pricing']; ?></h4>
<h4>售价:<?php echo $vo['price']; ?></h4>
</div>
<?php endforeach; endif; else: echo "" ;endif; ?>
<div style="margin-top: 10px;">
<h4>姓名:<?php echo $data_in['name']; ?></h4>
<h4>手机号:<?php echo $data_in['phone']; ?></h4>
<h4>买家留言:<?php echo $data_in['leave_word']; ?></h4>
<h4>收货地址:<?php echo $data_in['indent_address']; ?></h4>
</div>
</div>
</body>
</html>
\ No newline at end of file
<?php if (!defined('THINK_PATH')) exit(); /*a:2:{s:52:"themes/admin_simpleboot3/admin\audit\audit_list.html";i:1558494344;s:43:"themes/admin_simpleboot3/public\header.html";i:1547883254;}*/ ?>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- Set render engine for 360 browser -->
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- HTML5 shim for IE8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<![endif]-->
<link href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/bootstrap.min.css" rel="stylesheet">
<link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet">
<link href="__STATIC__/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<style>
form .input-order {
margin-bottom: 0px;
padding: 0 2px;
width: 42px;
font-size: 12px;
}
form .input-order:focus {
outline: none;
}
.table-actions {
margin-top: 5px;
margin-bottom: 5px;
padding: 0px;
}
.table-list {
margin-bottom: 0px;
}
.form-required {
color: red;
}
</style>
<script type="text/javascript">
//全局变量
var GV = {
ROOT: "__ROOT__/",
WEB_ROOT: "__WEB_ROOT__/",
JS_ROOT: "static/js/",
APP: '<?php echo \think\Request::instance()->module(); ?>'/*当前应用名*/
};
</script>
<script src="__TMPL__/public/assets/js/jquery-1.10.2.min.js"></script>
<script src="__STATIC__/js/wind.js"></script>
<script src="__TMPL__/public/assets/js/bootstrap.min.js"></script>
<script>
Wind.css('artDialog');
Wind.css('layer');
$(function () {
$("[data-toggle='tooltip']").tooltip();
$("li.dropdown").hover(function () {
$(this).addClass("open");
}, function () {
$(this).removeClass("open");
});
});
</script>
<?php if(APP_DEBUG): ?>
<style>
#think_page_trace_open {
z-index: 9999;
}
</style>
<?php endif; ?>
</head>
<body>
<style>
.pagination{text-align:center;margin-top:20px;margin-bottom: 20px;}
.pagination li{margin:0px 10px; border:1px solid #e6e6e6;padding: 3px 8px;display: inline-block;}
.pagination .active{background-color: #dd1a20;color: #fff;}
.pagination .disabled{color:#aaa;}
</style>
<div class="wrap js-check-wrap">
<ul class="nav nav-tabs">
<li class="active"><a href="#">业务员审核列表</a></li>
</ul>
<form class="well form-inline margin-top-20" method="post" action="<?php echo url('Audit/audit_list'); ?>">
时间:
<input type="text" class="form-control js-bootstrap-datetime" name="start_time"
value="<?php echo (isset($start_time) && ($start_time !== '')?$start_time:''); ?>"
style="width: 140px;" autocomplete="off">-
<input type="text" class="form-control js-bootstrap-datetime" name="end_time"
value="<?php echo (isset($end_time) && ($end_time !== '')?$end_time:''); ?>"
style="width: 140px;" autocomplete="off"> &nbsp; &nbsp;
关键字:
<input type="text" class="form-control" name="keyword" style="width: 200px;"
value="<?php echo (isset($keyword) && ($keyword !== '')?$keyword:''); ?>" placeholder="请输入手机号...">
<input type="submit" class="btn btn-primary" value="搜索"/>
<a class="btn btn-danger" href="<?php echo url('Audit/audit_list'); ?>">清空</a>
</form>
<table class="table table-bordered">
<thead>
<tr>
<th>序号</th>
<th>微信昵称</th>
<th>手机号</th>
<th>姓名</th>
<th>创建时间</th>
<th>操作</th>
</tr>
</thead>
<tbody>
<?php if(is_array($data_arr) || $data_arr instanceof \think\Collection || $data_arr instanceof \think\Paginator): $i = 0; $__LIST__ = $data_arr;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$vo): $mod = ($i % 2 );++$i;?>
<tr>
<td><?php echo $vo['id']; ?></td>
<td><?php echo $vo['wname']; ?></td>
<td><?php echo $vo['phone']; ?></td>
<td><?php echo $vo['name']; ?></td>
<td><?php echo date("Y-m-d H:i:s",$vo['create_time']); ?></td>
<td>
<a href="<?php echo url('Audit/audit_edit',array('id'=>$vo['id'])); ?>"><button type="button" class="btn btn-default">审核编辑</button></a>
</td>
</tr>
<?php endforeach; endif; else: echo "" ;endif; ?>
</tbody>
</table>
<div class="pagination">
<?php echo $data->render(); ?>
</div>
</div>
<script src="__STATIC__/js/admin.js"></script>
</body>
</html>
\ No newline at end of file
<?php if (!defined('THINK_PATH')) exit(); /*a:2:{s:58:"themes/admin_simpleboot3/admin\salesman\salesman_edit.html";i:1558511348;s:43:"themes/admin_simpleboot3/public\header.html";i:1547883254;}*/ ?>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- Set render engine for 360 browser -->
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- HTML5 shim for IE8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<![endif]-->
<link href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/bootstrap.min.css" rel="stylesheet">
<link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet">
<link href="__STATIC__/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<style>
form .input-order {
margin-bottom: 0px;
padding: 0 2px;
width: 42px;
font-size: 12px;
}
form .input-order:focus {
outline: none;
}
.table-actions {
margin-top: 5px;
margin-bottom: 5px;
padding: 0px;
}
.table-list {
margin-bottom: 0px;
}
.form-required {
color: red;
}
</style>
<script type="text/javascript">
//全局变量
var GV = {
ROOT: "__ROOT__/",
WEB_ROOT: "__WEB_ROOT__/",
JS_ROOT: "static/js/",
APP: '<?php echo \think\Request::instance()->module(); ?>'/*当前应用名*/
};
</script>
<script src="__TMPL__/public/assets/js/jquery-1.10.2.min.js"></script>
<script src="__STATIC__/js/wind.js"></script>
<script src="__TMPL__/public/assets/js/bootstrap.min.js"></script>
<script>
Wind.css('artDialog');
Wind.css('layer');
$(function () {
$("[data-toggle='tooltip']").tooltip();
$("li.dropdown").hover(function () {
$(this).addClass("open");
}, function () {
$(this).removeClass("open");
});
});
</script>
<?php if(APP_DEBUG): ?>
<style>
#think_page_trace_open {
z-index: 9999;
}
</style>
<?php endif; ?>
<style type="text/css">
.pic-list li {
margin-bottom: 5px;
}
</style>
</head>
<body>
<div class="wrap js-check-wrap">
<ul class="nav nav-tabs">
<li><a href="<?php echo url('Salesman/salesman_list'); ?>">业务员列表</a></li>
<li class="active"><a href="#">编辑查看</a></li>
</ul>
<form action="<?php echo url('Salesman/salesman_edit'); ?>" method="post" class="form-horizontal js-ajax-form margin-top-20">
<div class="row">
<div class="col-md-9">
<table class="table table-bordered">
<input type="hidden" name="id" value="<?php echo $data['id']; ?>">
<input type="hidden" name="uid" value="<?php echo $data['uid']; ?>">
<tr>
<th>姓名</th>
<td>
<input class="form-control" type="text" name="name"
id="title" required value="<?php echo $data['name']; ?>" placeholder="请输入姓名" />
</td>
</tr>
<tr>
<th>手机号</th>
<td><input class="form-control" type="text" name="phone" id="source" value="<?php echo $data['phone']; ?>"
placeholder="请输入手机号"></td>
</tr>
<tr>
<th>身份证号</th>
<td><input class="form-control" type="text" name="id_number" value="<?php echo $data['id_number']; ?>"
placeholder="请输入身份证号"></td>
</tr>
<tr>
<th>身份证正面</th>
<td><img src="<?php echo cmf_get_image_url($data['img_front']); ?>" alt=""></td>
</tr>
<tr>
<th>身份证反面</th>
<td><img src="<?php echo cmf_get_image_url($data['img_back']); ?>" alt=""></td>
</tr>
</table>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<button type="submit" class="btn btn-primary js-ajax-submit">保存</button>
</div>
</div>
</div>
</div>
</form>
</div>
<script type="text/javascript" src="__STATIC__/js/admin.js"></script>
</body>
</html>
\ No newline at end of file
<?php if (!defined('THINK_PATH')) exit(); /*a:2:{s:50:"themes/admin_simpleboot3/admin\label\lab_list.html";i:1558338853;s:43:"themes/admin_simpleboot3/public\header.html";i:1547883254;}*/ ?>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- Set render engine for 360 browser -->
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- HTML5 shim for IE8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<![endif]-->
<link href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/bootstrap.min.css" rel="stylesheet">
<link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet">
<link href="__STATIC__/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<style>
form .input-order {
margin-bottom: 0px;
padding: 0 2px;
width: 42px;
font-size: 12px;
}
form .input-order:focus {
outline: none;
}
.table-actions {
margin-top: 5px;
margin-bottom: 5px;
padding: 0px;
}
.table-list {
margin-bottom: 0px;
}
.form-required {
color: red;
}
</style>
<script type="text/javascript">
//全局变量
var GV = {
ROOT: "__ROOT__/",
WEB_ROOT: "__WEB_ROOT__/",
JS_ROOT: "static/js/",
APP: '<?php echo \think\Request::instance()->module(); ?>'/*当前应用名*/
};
</script>
<script src="__TMPL__/public/assets/js/jquery-1.10.2.min.js"></script>
<script src="__STATIC__/js/wind.js"></script>
<script src="__TMPL__/public/assets/js/bootstrap.min.js"></script>
<script>
Wind.css('artDialog');
Wind.css('layer');
$(function () {
$("[data-toggle='tooltip']").tooltip();
$("li.dropdown").hover(function () {
$(this).addClass("open");
}, function () {
$(this).removeClass("open");
});
});
</script>
<?php if(APP_DEBUG): ?>
<style>
#think_page_trace_open {
z-index: 9999;
}
</style>
<?php endif; ?>
</head>
<body>
<div class="wrap js-check-wrap">
<ul class="nav nav-tabs">
<li ><a href="<?php echo url('Label/classify_list'); ?>">分类管理</a></li>
<li class="active"><a href="#">标签管理</a></li>
</ul>
<button type="button" class="btn btn-default" style="margin-top: 10px;" data-toggle="modal" data-target="#myModal">添加标签</button>
<table class="table table-bordered">
<caption>标签管理列表</caption>
<thead>
<tr>
<th>标签名称</th>
<th>创建时间</th>
<th>操作</th>
</tr>
</thead>
<tbody class="tb">
<?php if(is_array($data) || $data instanceof \think\Collection || $data instanceof \think\Paginator): $i = 0; $__LIST__ = $data;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$vo): $mod = ($i % 2 );++$i;?>
<tr class="tr<?php echo $vo['id']; ?>">
<td><?php echo $vo['name']; ?></td>
<td><?php echo date("Y-m-d H:i:s",$vo['create_time']); ?></td>
<td>
<button type="button" class="btn btn-default" data-toggle="modal" data-target="#myeditModal" onclick="myedit(<?php echo $vo['id']; ?>)">编辑</button>
<button type="button" class="btn btn-default" onclick="del(<?php echo $vo['id']; ?>)">删除</button>
</td>
</tr>
<?php endforeach; endif; else: echo "" ;endif; ?>
</tbody>
</table>
</div>
<!-- 添加模态框(Modal) -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
<h4 class="modal-title" id="myModalLabel">添加标签</h4>
</div>
<div class="modal-body">
<div style="padding: 10px 100px 10px;">
<form class="bs-example bs-example-form" role="form">
<div class="input-group">
<span class="input-group-addon">标签名称:</span>
<input type="text" class="form-control" name="name">
</div>
<br>
</form>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default guanbi" data-dismiss="modal">关闭</button>
<button type="button" class="btn btn-primary" onclick="mysave()">保存</button>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal -->
</div>
<!-- 编辑模态框(Modal) -->
<div class="modal fade" id="myeditModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
<h4 class="modal-title" id="myModalLabel">编辑</h4>
</div>
<div class="modal-body">
<div style="padding: 10px 100px 10px;">
<form class="bs-example bs-example-form" role="form">
<div class="input-group">
<span class="input-group-addon">标签名称:</span>
<input type="text" class="form-control" name="edit_name">
<input type="hidden" name="id" value="">
</div>
<br>
</form>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">关闭</button>
<button type="button" class="btn btn-primary" onclick="edit_post()">保存</button>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal -->
</div>
<script type="text/javascript" src="__STATIC__/js/admin.js"></script>
<script>
//添加分类保存
function mysave(){
name = $("input[name='name']").val();
if(name == ''){
alert('标签名称不能为空');
}else{
$.post("<?php echo url('Label/lab_add'); ?>",{name:name},function(data){
if(data){
shuju = JSON.parse(data);
$('.tb').append("<tr class='tr"+shuju.id+"'><td>"+name+"</td><td>"+shuju.create_time+"</td><td><button type='button' class='btn btn-default' data-toggle='modal' data-target='#myeditModal' onclick='myedit("+shuju.id+")'>编辑</button><button type='button' class='btn btn-default' onclick='del("+shuju.id+")'>删除</button></td></tr>");
$('.guanbi').trigger('click');
}else{
alert('添加失败');
}
});
}
}
//编辑分类
function myedit(id){
$.post("<?php echo url('Label/lab_edit'); ?>",{id:id},function(data){
shuju = JSON.parse(data);
$("input[name='edit_name']").val(shuju.name);
$("input[name='id']").val(shuju.id);
})
}
//编辑修改分类
function edit_post(){
name = $("input[name='edit_name']").val();
id = $("input[name='id']").val();
$.post("<?php echo url('Label/lab_edit_post'); ?>",{name:name,id:id},function(data){
window.location.reload();
});
}
//删除
function del(id){
ccc = window.confirm('是否删除这条标签?');
if(ccc){
$.post("<?php echo url('Label/lab_del'); ?>",{id:id},function(data){
if(data){
$('.tr'+id).remove();
}else{
alert('删除失败');
}
});
}
}
</script>
</body>
</html>
\ No newline at end of file
<?php if (!defined('THINK_PATH')) exit(); /*a:2:{s:51:"themes/admin_simpleboot3/admin\goods\goods_new.html";i:1558417876;s:43:"themes/admin_simpleboot3/public\header.html";i:1547883254;}*/ ?>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- Set render engine for 360 browser -->
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- HTML5 shim for IE8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<![endif]-->
<link href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/bootstrap.min.css" rel="stylesheet">
<link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet">
<link href="__STATIC__/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<style>
form .input-order {
margin-bottom: 0px;
padding: 0 2px;
width: 42px;
font-size: 12px;
}
form .input-order:focus {
outline: none;
}
.table-actions {
margin-top: 5px;
margin-bottom: 5px;
padding: 0px;
}
.table-list {
margin-bottom: 0px;
}
.form-required {
color: red;
}
</style>
<script type="text/javascript">
//全局变量
var GV = {
ROOT: "__ROOT__/",
WEB_ROOT: "__WEB_ROOT__/",
JS_ROOT: "static/js/",
APP: '<?php echo \think\Request::instance()->module(); ?>'/*当前应用名*/
};
</script>
<script src="__TMPL__/public/assets/js/jquery-1.10.2.min.js"></script>
<script src="__STATIC__/js/wind.js"></script>
<script src="__TMPL__/public/assets/js/bootstrap.min.js"></script>
<script>
Wind.css('artDialog');
Wind.css('layer');
$(function () {
$("[data-toggle='tooltip']").tooltip();
$("li.dropdown").hover(function () {
$(this).addClass("open");
}, function () {
$(this).removeClass("open");
});
});
</script>
<?php if(APP_DEBUG): ?>
<style>
#think_page_trace_open {
z-index: 9999;
}
</style>
<?php endif; ?>
</head>
<body>
<div class="wrap js-check-wrap">
<ul class="nav nav-tabs">
<li ><a href="<?php echo url('Goods/goods_list'); ?>">商品列表</a></li>
<li class="active"><a href="#">推荐新品</a></li>
</ul>
<table class="table table-bordered" style="margin-top: 10px;">
<thead>
<tr>
<th>选择</th>
<th>序号</th>
<th>商品名称</th>
<th>分类</th>
<th>价钱</th>
<th>销量</th>
<th>创建时间</th>
</tr>
</thead>
<tbody>
<?php if(is_array($data) || $data instanceof \think\Collection || $data instanceof \think\Paginator): $i = 0; $__LIST__ = $data;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$vo): $mod = ($i % 2 );++$i;?>
<tr>
<td>
<?php if($vo['recommend_new'] == 1): ?>
<input type="checkbox" name="choice" class="choice" checked value="<?php echo $vo['id']; ?>">
<?php else: ?>
<input type="checkbox" name="choice" class="choice" value="<?php echo $vo['id']; ?>">
<?php endif; ?>
</td>
<td><?php echo $vo['id']; ?></td>
<td><?php echo $vo['book_name']; ?></td>
<td><?php echo (isset($vo['classify_name']) && ($vo['classify_name'] !== '')?$vo['classify_name']:'为空'); ?></td>
<td><?php echo $vo['price']; ?></td>
<td><?php echo $vo['sales']; ?></td>
<td><?php echo date("Y-m-d H:i:s",$vo['create_time']); ?></td>
</tr>
<?php endforeach; endif; else: echo "" ;endif; ?>
</tbody>
</table>
<button type="button" class="btn btn-default" onclick="baocun()">保存</button>
<script>
function baocun(){
num = $(".choice:checked");
arr = [];
if(num.length == 3){
for(i=0;i<num.length;i++){
arr[i] = num.eq(i).val();
}
ids = arr.join(',');
$.post("<?php echo url('Goods/goods_new'); ?>",{ids:ids},function(data){
alert('推荐成功');
});
}else{
alert('推荐新品为三个!');
}
}
</script>
</div>
</body>
</html>
\ No newline at end of file