Merge branch 'master' of http://114.215.101.231:8099/anyv/xkeasy
正在显示
40 个修改的文件
包含
48 行增加
和
4849 行删除
app/portal/controller/OrderController.php
0 → 100644
1 | +<?php | ||
2 | +/** | ||
3 | + * Created by PhpStorm. | ||
4 | + * User: Administrator | ||
5 | + * Date: 2019/6/5 | ||
6 | + * Time: 19:55 | ||
7 | + */ | ||
8 | + | ||
9 | +namespace app\portal\controller; | ||
10 | + | ||
11 | + | ||
12 | +use app\portal\model\OrderModel; | ||
13 | +use cmf\controller\WeChatBaseController; | ||
14 | + | ||
15 | +class OrderController extends WeChatBaseController | ||
16 | +{ | ||
17 | + public function get_all(){ | ||
18 | + $user_id = cmf_get_current_user_id(); | ||
19 | + $orderModel = new OrderModel(); | ||
20 | + $where['uid'] = ['eq',$user_id]; | ||
21 | + $data = $orderModel->selectData($where); | ||
22 | + if(!empty($data)){ | ||
23 | + foreach($data as $key => $vo){ | ||
24 | + | ||
25 | + } | ||
26 | + } | ||
27 | + } | ||
28 | +} |
app/portal/model/OrderModel.php
0 → 100644
1 | +<?php | ||
2 | +/** | ||
3 | + * Created by PhpStorm. | ||
4 | + * User: Administrator | ||
5 | + * Date: 2019/6/5 | ||
6 | + * Time: 19:56 | ||
7 | + */ | ||
8 | + | ||
9 | +namespace app\portal\model; | ||
10 | + | ||
11 | + | ||
12 | +use think\Model; | ||
13 | + | ||
14 | +class OrderModel extends Model | ||
15 | +{ | ||
16 | + public function selectData($where){ | ||
17 | + $data = $this->where($where)->select()->toArray(); | ||
18 | + return $data; | ||
19 | + } | ||
20 | +} |
此 diff 太大无法显示。
此 diff 太大无法显示。
此 diff 太大无法显示。
此 diff 太大无法显示。
此 diff 太大无法显示。
此 diff 太大无法显示。
data/runtime/log/201905/17.log
已删除
100644 → 0
此 diff 太大无法显示。
data/runtime/log/201905/19.log
已删除
100644 → 0
此 diff 太大无法显示。
data/runtime/log/201905/20.log
已删除
100644 → 0
此 diff 太大无法显示。
data/runtime/log/201905/21.log
已删除
100644 → 0
此 diff 太大无法显示。
data/runtime/log/201905/22.log
已删除
100644 → 0
此 diff 太大无法显示。
data/runtime/log/201905/23.log
已删除
100644 → 0
此 diff 太大无法显示。
data/runtime/log/201905/24.log
已删除
100644 → 0
此 diff 太大无法显示。
data/runtime/log/201905/25.log
已删除
100644 → 0
此 diff 太大无法显示。
data/runtime/log/201905/27.log
已删除
100644 → 0
此 diff 太大无法显示。
data/runtime/log/201905/28.log
已删除
100644 → 0
此 diff 太大无法显示。
data/runtime/log/201905/29.log
已删除
100644 → 0
1 | ---------------------------------------------------------------- | ||
2 | -[ 2019-05-29T15:56:27+08:00 ] 127.0.0.1 127.0.0.1 GET /admin | ||
3 | -[ info ] www.xkeasy.com/admin [运行时间:0.088000s][吞吐率:11.36req/s] [内存消耗:2,583.09kb] [文件加载:81] | ||
4 | -[ info ] [ DB ] INIT mysql | ||
5 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.031000s ] | ||
6 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php | ||
7 | -[ info ] [ ROUTE ] array ( | ||
8 | - 'type' => 'module', | ||
9 | - 'module' => | ||
10 | - array ( | ||
11 | - 0 => 'admin', | ||
12 | - 1 => NULL, | ||
13 | - 2 => NULL, | ||
14 | - ), | ||
15 | -) | ||
16 | -[ info ] [ HEADER ] array ( | ||
17 | - 'cookie' => 'admin_username=admin', | ||
18 | - 'accept-language' => 'zh-CN,zh;q=0.9', | ||
19 | - 'accept-encoding' => 'gzip, deflate', | ||
20 | - 'purpose' => 'prefetch', | ||
21 | - 'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3', | ||
22 | - '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', | ||
23 | - 'upgrade-insecure-requests' => '1', | ||
24 | - 'connection' => 'close', | ||
25 | - 'host' => 'www.xkeasy.com', | ||
26 | -) | ||
27 | -[ info ] [ PARAM ] array ( | ||
28 | -) | ||
29 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php | ||
30 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php | ||
31 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php | ||
32 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.002000s ] | ||
33 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php | ||
34 | -[ info ] [ CACHE ] INIT File | ||
35 | -[ info ] [ SESSION ] INIT array ( | ||
36 | - 'id' => '', | ||
37 | - 'var_session_id' => '', | ||
38 | - 'prefix' => 'think', | ||
39 | - 'type' => '', | ||
40 | - 'auto_start' => true, | ||
41 | -) | ||
42 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php | ||
43 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php | ||
44 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php | ||
45 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php | ||
46 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.003000s ] | ||
47 | -[ info ] [ LOG ] INIT File | ||
48 | -[ sql ] [ DB ] CONNECT:[ UseTime:0.002000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4 | ||
49 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.021000s ] | ||
50 | -[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.000000s ] | ||
51 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.018000s ] | ||
52 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.000000s ] | ||
53 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.000000s ] | ||
54 | ---------------------------------------------------------------- | ||
55 | -[ 2019-05-29T15:56:27+08:00 ] 127.0.0.1 127.0.0.1 GET /admin/public/login.html | ||
56 | -[ info ] www.xkeasy.com/admin/public/login.html [运行时间:0.098000s][吞吐率:10.20req/s] [内存消耗:2,994.73kb] [文件加载:84] | ||
57 | -[ info ] [ DB ] INIT mysql | ||
58 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.025000s ] | ||
59 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php | ||
60 | -[ info ] [ ROUTE ] array ( | ||
61 | - 'type' => 'module', | ||
62 | - 'module' => | ||
63 | - array ( | ||
64 | - 0 => 'admin', | ||
65 | - 1 => 'public', | ||
66 | - 2 => 'login', | ||
67 | - ), | ||
68 | -) | ||
69 | -[ info ] [ HEADER ] array ( | ||
70 | - 'cookie' => 'admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq', | ||
71 | - 'accept-language' => 'zh-CN,zh;q=0.9', | ||
72 | - 'accept-encoding' => 'gzip, deflate', | ||
73 | - 'purpose' => 'prefetch', | ||
74 | - 'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3', | ||
75 | - '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', | ||
76 | - 'upgrade-insecure-requests' => '1', | ||
77 | - 'connection' => 'close', | ||
78 | - 'host' => 'www.xkeasy.com', | ||
79 | -) | ||
80 | -[ info ] [ PARAM ] array ( | ||
81 | -) | ||
82 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php | ||
83 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php | ||
84 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php | ||
85 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.001000s ] | ||
86 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php | ||
87 | -[ info ] [ CACHE ] INIT File | ||
88 | -[ info ] [ RUN ] app\admin\controller\PublicController->login[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\PublicController.php ] | ||
89 | -[ info ] [ SESSION ] INIT array ( | ||
90 | - 'id' => '', | ||
91 | - 'var_session_id' => '', | ||
92 | - 'prefix' => 'think', | ||
93 | - 'type' => '', | ||
94 | - 'auto_start' => true, | ||
95 | -) | ||
96 | -[ info ] [ VIEW ] themes/admin_simpleboot3/admin\\login.html [ array ( | ||
97 | - 0 => 'site_info', | ||
98 | -) ] | ||
99 | -[ info ] [ LOG ] INIT File | ||
100 | -[ sql ] [ DB ] CONNECT:[ UseTime:0.001000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4 | ||
101 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.017000s ] | ||
102 | -[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.001000s ] | ||
103 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.016000s ] | ||
104 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.001000s ] | ||
105 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.000000s ] | ||
106 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.001000s ] | ||
107 | ---------------------------------------------------------------- | ||
108 | -[ 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 | ||
109 | -[ info ] www.xkeasy.com/captcha/new.html?height=32&width=150&font_size=18 [运行时间:0.069000s][吞吐率:14.49req/s] [内存消耗:2,304.64kb] [文件加载:66] | ||
110 | -[ info ] [ DB ] INIT mysql | ||
111 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.023000s ] | ||
112 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php | ||
113 | -[ info ] [ ROUTE ] array ( | ||
114 | - 'type' => 'method', | ||
115 | - 'method' => | ||
116 | - array ( | ||
117 | - 0 => '\\cmf\\controller\\CaptchaController', | ||
118 | - 1 => 'index', | ||
119 | - ), | ||
120 | - 'var' => | ||
121 | - array ( | ||
122 | - ), | ||
123 | -) | ||
124 | -[ info ] [ HEADER ] array ( | ||
125 | - 'cookie' => 'admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq', | ||
126 | - 'accept-language' => 'zh-CN,zh;q=0.9', | ||
127 | - 'accept-encoding' => 'gzip, deflate', | ||
128 | - 'referer' => 'http://www.xkeasy.com/admin/public/login.html', | ||
129 | - 'purpose' => 'prefetch', | ||
130 | - 'accept' => 'image/webp,image/apng,image/*,*/*;q=0.8', | ||
131 | - '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', | ||
132 | - 'connection' => 'close', | ||
133 | - 'host' => 'www.xkeasy.com', | ||
134 | -) | ||
135 | -[ info ] [ PARAM ] array ( | ||
136 | - 'height' => '32', | ||
137 | - 'width' => '150', | ||
138 | - 'font_size' => '18', | ||
139 | -) | ||
140 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php | ||
141 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php | ||
142 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php | ||
143 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.002000s ] | ||
144 | -[ info ] [ RUN ] cmf\controller\CaptchaController->index[ D:\PHPTutorial\WWW\xkeasy\simplewind\cmf\controller\CaptchaController.php ] | ||
145 | -[ info ] [ SESSION ] INIT array ( | ||
146 | - 'id' => '', | ||
147 | - 'var_session_id' => '', | ||
148 | - 'prefix' => 'think', | ||
149 | - 'type' => '', | ||
150 | - 'auto_start' => true, | ||
151 | -) | ||
152 | -[ info ] [ LOG ] INIT File | ||
153 | -[ sql ] [ DB ] CONNECT:[ UseTime:0.001000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4 | ||
154 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.016000s ] | ||
155 | -[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.000000s ] | ||
156 | ---------------------------------------------------------------- | ||
157 | -[ 2019-05-29T15:56:28+08:00 ] 127.0.0.1 127.0.0.1 GET /admin | ||
158 | -[ info ] www.xkeasy.com/admin [运行时间:0.119000s][吞吐率:8.40req/s] [内存消耗:2,583.55kb] [文件加载:81] | ||
159 | -[ info ] [ DB ] INIT mysql | ||
160 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.047000s ] | ||
161 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php | ||
162 | -[ info ] [ ROUTE ] array ( | ||
163 | - 'type' => 'module', | ||
164 | - 'module' => | ||
165 | - array ( | ||
166 | - 0 => 'admin', | ||
167 | - 1 => NULL, | ||
168 | - 2 => NULL, | ||
169 | - ), | ||
170 | -) | ||
171 | -[ info ] [ HEADER ] array ( | ||
172 | - 'cookie' => 'admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq', | ||
173 | - 'accept-language' => 'zh-CN,zh;q=0.9', | ||
174 | - 'accept-encoding' => 'gzip, deflate', | ||
175 | - 'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3', | ||
176 | - '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', | ||
177 | - 'upgrade-insecure-requests' => '1', | ||
178 | - 'connection' => 'close', | ||
179 | - 'host' => 'www.xkeasy.com', | ||
180 | -) | ||
181 | -[ info ] [ PARAM ] array ( | ||
182 | -) | ||
183 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php | ||
184 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php | ||
185 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php | ||
186 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.002000s ] | ||
187 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php | ||
188 | -[ info ] [ CACHE ] INIT File | ||
189 | -[ info ] [ SESSION ] INIT array ( | ||
190 | - 'id' => '', | ||
191 | - 'var_session_id' => '', | ||
192 | - 'prefix' => 'think', | ||
193 | - 'type' => '', | ||
194 | - 'auto_start' => true, | ||
195 | -) | ||
196 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php | ||
197 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php | ||
198 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php | ||
199 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php | ||
200 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.003000s ] | ||
201 | -[ info ] [ LOG ] INIT File | ||
202 | -[ sql ] [ DB ] CONNECT:[ UseTime:0.010000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4 | ||
203 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.023000s ] | ||
204 | -[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.000000s ] | ||
205 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.023000s ] | ||
206 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.000000s ] | ||
207 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.000000s ] | ||
208 | ---------------------------------------------------------------- | ||
209 | -[ 2019-05-29T15:56:28+08:00 ] 127.0.0.1 127.0.0.1 GET /admin/public/login.html | ||
210 | -[ info ] www.xkeasy.com/admin/public/login.html [运行时间:0.084000s][吞吐率:11.90req/s] [内存消耗:2,994.49kb] [文件加载:84] | ||
211 | -[ info ] [ DB ] INIT mysql | ||
212 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.025000s ] | ||
213 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php | ||
214 | -[ info ] [ ROUTE ] array ( | ||
215 | - 'type' => 'module', | ||
216 | - 'module' => | ||
217 | - array ( | ||
218 | - 0 => 'admin', | ||
219 | - 1 => 'public', | ||
220 | - 2 => 'login', | ||
221 | - ), | ||
222 | -) | ||
223 | -[ info ] [ HEADER ] array ( | ||
224 | - 'cookie' => 'admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq', | ||
225 | - 'accept-language' => 'zh-CN,zh;q=0.9', | ||
226 | - 'accept-encoding' => 'gzip, deflate', | ||
227 | - 'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3', | ||
228 | - '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', | ||
229 | - 'upgrade-insecure-requests' => '1', | ||
230 | - 'connection' => 'close', | ||
231 | - 'host' => 'www.xkeasy.com', | ||
232 | -) | ||
233 | -[ info ] [ PARAM ] array ( | ||
234 | -) | ||
235 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php | ||
236 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php | ||
237 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php | ||
238 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.003000s ] | ||
239 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php | ||
240 | -[ info ] [ CACHE ] INIT File | ||
241 | -[ info ] [ RUN ] app\admin\controller\PublicController->login[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\PublicController.php ] | ||
242 | -[ info ] [ SESSION ] INIT array ( | ||
243 | - 'id' => '', | ||
244 | - 'var_session_id' => '', | ||
245 | - 'prefix' => 'think', | ||
246 | - 'type' => '', | ||
247 | - 'auto_start' => true, | ||
248 | -) | ||
249 | -[ info ] [ VIEW ] themes/admin_simpleboot3/admin\\login.html [ array ( | ||
250 | - 0 => 'site_info', | ||
251 | -) ] | ||
252 | -[ info ] [ LOG ] INIT File | ||
253 | -[ sql ] [ DB ] CONNECT:[ UseTime:0.001000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4 | ||
254 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.017000s ] | ||
255 | -[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.001000s ] | ||
256 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.016000s ] | ||
257 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.001000s ] | ||
258 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.000000s ] | ||
259 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.001000s ] | ||
260 | ---------------------------------------------------------------- | ||
261 | -[ 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 | ||
262 | -[ info ] www.xkeasy.com/captcha/new.html?height=32&width=150&font_size=18 [运行时间:0.112000s][吞吐率:8.93req/s] [内存消耗:2,304.24kb] [文件加载:66] | ||
263 | -[ info ] [ DB ] INIT mysql | ||
264 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.062000s ] | ||
265 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php | ||
266 | -[ info ] [ ROUTE ] array ( | ||
267 | - 'type' => 'method', | ||
268 | - 'method' => | ||
269 | - array ( | ||
270 | - 0 => '\\cmf\\controller\\CaptchaController', | ||
271 | - 1 => 'index', | ||
272 | - ), | ||
273 | - 'var' => | ||
274 | - array ( | ||
275 | - ), | ||
276 | -) | ||
277 | -[ info ] [ HEADER ] array ( | ||
278 | - 'cookie' => 'admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq', | ||
279 | - 'accept-language' => 'zh-CN,zh;q=0.9', | ||
280 | - 'accept-encoding' => 'gzip, deflate', | ||
281 | - 'referer' => 'http://www.xkeasy.com/admin/public/login.html', | ||
282 | - 'accept' => 'image/webp,image/apng,image/*,*/*;q=0.8', | ||
283 | - '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', | ||
284 | - 'connection' => 'close', | ||
285 | - 'host' => 'www.xkeasy.com', | ||
286 | -) | ||
287 | -[ info ] [ PARAM ] array ( | ||
288 | - 'height' => '32', | ||
289 | - 'width' => '150', | ||
290 | - 'font_size' => '18', | ||
291 | -) | ||
292 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php | ||
293 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php | ||
294 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php | ||
295 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.004000s ] | ||
296 | -[ info ] [ RUN ] cmf\controller\CaptchaController->index[ D:\PHPTutorial\WWW\xkeasy\simplewind\cmf\controller\CaptchaController.php ] | ||
297 | -[ info ] [ SESSION ] INIT array ( | ||
298 | - 'id' => '', | ||
299 | - 'var_session_id' => '', | ||
300 | - 'prefix' => 'think', | ||
301 | - 'type' => '', | ||
302 | - 'auto_start' => true, | ||
303 | -) | ||
304 | -[ info ] [ LOG ] INIT File | ||
305 | -[ sql ] [ DB ] CONNECT:[ UseTime:0.012000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4 | ||
306 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.038000s ] | ||
307 | -[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.000000s ] | ||
308 | ---------------------------------------------------------------- | ||
309 | -[ 2019-05-29T15:56:36+08:00 ] 127.0.0.1 127.0.0.1 POST /admin/public/dologin.html | ||
310 | -[ info ] www.xkeasy.com/admin/public/dologin.html [运行时间:0.190000s][吞吐率:5.26req/s] [内存消耗:2,838.09kb] [文件加载:82] | ||
311 | -[ info ] [ DB ] INIT mysql | ||
312 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.023000s ] | ||
313 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php | ||
314 | -[ info ] [ ROUTE ] array ( | ||
315 | - 'type' => 'module', | ||
316 | - 'module' => | ||
317 | - array ( | ||
318 | - 0 => 'admin', | ||
319 | - 1 => 'public', | ||
320 | - 2 => 'dologin', | ||
321 | - ), | ||
322 | -) | ||
323 | -[ info ] [ HEADER ] array ( | ||
324 | - 'cookie' => 'thinkphp_show_page_trace=0|0; admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq', | ||
325 | - 'accept-language' => 'zh-CN,zh;q=0.9', | ||
326 | - 'accept-encoding' => 'gzip, deflate', | ||
327 | - 'referer' => 'http://www.xkeasy.com/admin/public/login.html', | ||
328 | - 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', | ||
329 | - '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', | ||
330 | - 'x-requested-with' => 'XMLHttpRequest', | ||
331 | - 'origin' => 'http://www.xkeasy.com', | ||
332 | - 'accept' => 'application/json, text/javascript, */*; q=0.01', | ||
333 | - 'content-length' => '53', | ||
334 | - 'connection' => 'close', | ||
335 | - 'host' => 'www.xkeasy.com', | ||
336 | -) | ||
337 | -[ info ] [ PARAM ] array ( | ||
338 | - 'username' => 'admin', | ||
339 | - 'password' => '123456', | ||
340 | - 'captcha' => '4574', | ||
341 | - 'redirect' => '', | ||
342 | -) | ||
343 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php | ||
344 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php | ||
345 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php | ||
346 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.002000s ] | ||
347 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php | ||
348 | -[ info ] [ CACHE ] INIT File | ||
349 | -[ info ] [ RUN ] app\admin\controller\PublicController->doLogin[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\PublicController.php ] | ||
350 | -[ info ] [ SESSION ] INIT array ( | ||
351 | - 'id' => '', | ||
352 | - 'var_session_id' => '', | ||
353 | - 'prefix' => 'think', | ||
354 | - 'type' => '', | ||
355 | - 'auto_start' => true, | ||
356 | -) | ||
357 | -[ info ] [ LOG ] INIT File | ||
358 | -[ sql ] [ DB ] CONNECT:[ UseTime:0.000000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4 | ||
359 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.016000s ] | ||
360 | -[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.000000s ] | ||
361 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.016000s ] | ||
362 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.001000s ] | ||
363 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.057000s ] | ||
364 | -[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `user_login` = 'admin' LIMIT 1 [ RunTime:0.001000s ] | ||
365 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_role_user` [ RunTime:0.019000s ] | ||
366 | -[ 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 ] | ||
367 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user_token` [ RunTime:0.018000s ] | ||
368 | -[ sql ] [ SQL ] SELECT * FROM `cmf_user_token` WHERE `user_id` = 1 AND `device_type` = 'web' LIMIT 1 [ RunTime:0.000000s ] | ||
369 | -[ 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 ] | ||
370 | -[ 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 ] | ||
371 | ---------------------------------------------------------------- | ||
372 | -[ 2019-05-29T15:56:39+08:00 ] 127.0.0.1 127.0.0.1 GET /admin/index/index.html | ||
373 | -[ info ] www.xkeasy.com/admin/index/index.html [运行时间:0.312000s][吞吐率:3.21req/s] [内存消耗:3,345.69kb] [文件加载:91] | ||
374 | -[ info ] [ DB ] INIT mysql | ||
375 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.039000s ] | ||
376 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php | ||
377 | -[ info ] [ ROUTE ] array ( | ||
378 | - 'type' => 'module', | ||
379 | - 'module' => | ||
380 | - array ( | ||
381 | - 0 => 'admin', | ||
382 | - 1 => 'index', | ||
383 | - 2 => 'index', | ||
384 | - ), | ||
385 | -) | ||
386 | -[ info ] [ HEADER ] array ( | ||
387 | - 'cookie' => 'admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq', | ||
388 | - 'accept-language' => 'zh-CN,zh;q=0.9', | ||
389 | - 'accept-encoding' => 'gzip, deflate', | ||
390 | - 'referer' => 'http://www.xkeasy.com/admin/public/login.html', | ||
391 | - 'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3', | ||
392 | - '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', | ||
393 | - 'upgrade-insecure-requests' => '1', | ||
394 | - 'connection' => 'close', | ||
395 | - 'host' => 'www.xkeasy.com', | ||
396 | -) | ||
397 | -[ info ] [ PARAM ] array ( | ||
398 | -) | ||
399 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php | ||
400 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php | ||
401 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php | ||
402 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.002000s ] | ||
403 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php | ||
404 | -[ info ] [ CACHE ] INIT File | ||
405 | -[ info ] [ SESSION ] INIT array ( | ||
406 | - 'id' => '', | ||
407 | - 'var_session_id' => '', | ||
408 | - 'prefix' => 'think', | ||
409 | - 'type' => '', | ||
410 | - 'auto_start' => true, | ||
411 | -) | ||
412 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php | ||
413 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php | ||
414 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php | ||
415 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php | ||
416 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.003000s ] | ||
417 | -[ info ] [ RUN ] app\admin\controller\IndexController->index[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\IndexController.php ] | ||
418 | -[ info ] [ VIEW ] themes/admin_simpleboot3/admin\index\index.html [ array ( | ||
419 | - 0 => 'admin', | ||
420 | - 1 => 'site_info', | ||
421 | - 2 => 'menus', | ||
422 | -) ] | ||
423 | -[ info ] [ LOG ] INIT File | ||
424 | -[ sql ] [ DB ] CONNECT:[ UseTime:0.001000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4 | ||
425 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.028000s ] | ||
426 | -[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.001000s ] | ||
427 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.027000s ] | ||
428 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.001000s ] | ||
429 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.001000s ] | ||
430 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.027000s ] | ||
431 | -[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.001000s ] | ||
432 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_admin_menu` [ RunTime:0.075000s ] | ||
433 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 0 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ] | ||
434 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 6 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.002000s ] | ||
435 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 71 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ] | ||
436 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 15 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ] | ||
437 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 95 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ] | ||
438 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 29 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ] | ||
439 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 78 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ] | ||
440 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 7 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.002000s ] | ||
441 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 61 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ] | ||
442 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 75 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000000s ] | ||
443 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 93 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000000s ] | ||
444 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 158 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ] | ||
445 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 109 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ] | ||
446 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 49 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ] | ||
447 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 50 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ] | ||
448 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 110 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ] | ||
449 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 152 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000000s ] | ||
450 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 153 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ] | ||
451 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 156 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000000s ] | ||
452 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ] | ||
453 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 2 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.002000s ] | ||
454 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 42 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ] | ||
455 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 120 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ] | ||
456 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 121 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ] | ||
457 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 131 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000000s ] | ||
458 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 139 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ] | ||
459 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 145 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ] | ||
460 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 162 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ] | ||
461 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 163 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.002000s ] | ||
462 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 164 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ] | ||
463 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 165 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ] | ||
464 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 166 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000000s ] | ||
465 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 167 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000000s ] | ||
466 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 168 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000000s ] | ||
467 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 169 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ] | ||
468 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 170 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.003000s ] | ||
469 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 171 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ] | ||
470 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 172 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ] | ||
471 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 173 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ] | ||
472 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 174 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ] | ||
473 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 175 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001000s ] | ||
474 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 176 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000000s ] | ||
475 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 177 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000000s ] | ||
476 | -[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.001000s ] | ||
477 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.001000s ] | ||
478 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.001000s ] | ||
479 | ---------------------------------------------------------------- | ||
480 | -[ 2019-05-29T15:56:39+08:00 ] 127.0.0.1 127.0.0.1 GET /admin/main/index.html | ||
481 | -[ info ] www.xkeasy.com/admin/main/index.html [运行时间:0.176000s][吞吐率:5.68req/s] [内存消耗:3,024.35kb] [文件加载:88] | ||
482 | -[ info ] [ DB ] INIT mysql | ||
483 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.044000s ] | ||
484 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php | ||
485 | -[ info ] [ ROUTE ] array ( | ||
486 | - 'type' => 'module', | ||
487 | - 'module' => | ||
488 | - array ( | ||
489 | - 0 => 'admin', | ||
490 | - 1 => 'main', | ||
491 | - 2 => 'index', | ||
492 | - ), | ||
493 | -) | ||
494 | -[ info ] [ HEADER ] array ( | ||
495 | - 'cookie' => 'admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq', | ||
496 | - 'accept-language' => 'zh-CN,zh;q=0.9', | ||
497 | - 'accept-encoding' => 'gzip, deflate', | ||
498 | - 'referer' => 'http://www.xkeasy.com/admin/index/index.html', | ||
499 | - 'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3', | ||
500 | - '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', | ||
501 | - 'upgrade-insecure-requests' => '1', | ||
502 | - 'connection' => 'close', | ||
503 | - 'host' => 'www.xkeasy.com', | ||
504 | -) | ||
505 | -[ info ] [ PARAM ] array ( | ||
506 | -) | ||
507 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php | ||
508 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php | ||
509 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php | ||
510 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.003000s ] | ||
511 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php | ||
512 | -[ info ] [ CACHE ] INIT File | ||
513 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php | ||
514 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php | ||
515 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php | ||
516 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php | ||
517 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.005000s ] | ||
518 | -[ info ] [ SESSION ] INIT array ( | ||
519 | - 'id' => '', | ||
520 | - 'var_session_id' => '', | ||
521 | - 'prefix' => 'think', | ||
522 | - 'type' => '', | ||
523 | - 'auto_start' => true, | ||
524 | -) | ||
525 | -[ info ] [ RUN ] app\admin\controller\MainController->index[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\MainController.php ] | ||
526 | -[ info ] [ VIEW ] themes/admin_simpleboot3/admin\main\index.html [ array ( | ||
527 | - 0 => 'admin', | ||
528 | - 1 => 'site_info', | ||
529 | - 2 => 'dashboard_widgets', | ||
530 | - 3 => 'dashboard_widget_plugins', | ||
531 | - 4 => 'has_smtp_setting', | ||
532 | -) ] | ||
533 | -[ info ] [ LOG ] INIT File | ||
534 | -[ sql ] [ DB ] CONNECT:[ UseTime:0.010000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4 | ||
535 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.025000s ] | ||
536 | -[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.000000s ] | ||
537 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.031000s ] | ||
538 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.000000s ] | ||
539 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.028000s ] | ||
540 | -[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.001000s ] | ||
541 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_dashboard_widgets' LIMIT 1 [ RunTime:0.001000s ] | ||
542 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'smtp_setting' LIMIT 1 [ RunTime:0.001000s ] | ||
543 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.000000s ] | ||
544 | ---------------------------------------------------------------- | ||
545 | -[ 2019-05-29T15:56:44+08:00 ] 127.0.0.1 127.0.0.1 GET /Admin/withdrawal/withd_audit.html | ||
546 | -[ info ] www.xkeasy.com/Admin/withdrawal/withd_audit.html [运行时间:0.139000s][吞吐率:7.19req/s] [内存消耗:2,951.63kb] [文件加载:87] | ||
547 | -[ info ] [ DB ] INIT mysql | ||
548 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.037000s ] | ||
549 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php | ||
550 | -[ info ] [ ROUTE ] array ( | ||
551 | - 'type' => 'module', | ||
552 | - 'module' => | ||
553 | - array ( | ||
554 | - 0 => 'Admin', | ||
555 | - 1 => 'withdrawal', | ||
556 | - 2 => 'withd_audit', | ||
557 | - ), | ||
558 | -) | ||
559 | -[ info ] [ HEADER ] array ( | ||
560 | - 'cookie' => 'admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq', | ||
561 | - 'accept-language' => 'zh-CN,zh;q=0.9', | ||
562 | - 'accept-encoding' => 'gzip, deflate', | ||
563 | - 'referer' => 'http://www.xkeasy.com/admin/index/index.html', | ||
564 | - 'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3', | ||
565 | - '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', | ||
566 | - 'upgrade-insecure-requests' => '1', | ||
567 | - 'connection' => 'close', | ||
568 | - 'host' => 'www.xkeasy.com', | ||
569 | -) | ||
570 | -[ info ] [ PARAM ] array ( | ||
571 | -) | ||
572 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php | ||
573 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php | ||
574 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php | ||
575 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.002000s ] | ||
576 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php | ||
577 | -[ info ] [ CACHE ] INIT File | ||
578 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php | ||
579 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php | ||
580 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php | ||
581 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php | ||
582 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.004000s ] | ||
583 | -[ info ] [ SESSION ] INIT array ( | ||
584 | - 'id' => '', | ||
585 | - 'var_session_id' => '', | ||
586 | - 'prefix' => 'think', | ||
587 | - 'type' => '', | ||
588 | - 'auto_start' => true, | ||
589 | -) | ||
590 | -[ info ] [ RUN ] app\admin\controller\WithdrawalController->withd_audit[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\WithdrawalController.php ] | ||
591 | -[ info ] [ VIEW ] themes/admin_simpleboot3/admin\withdrawal\withd_audit.html [ array ( | ||
592 | - 0 => 'admin', | ||
593 | - 1 => 'site_info', | ||
594 | -) ] | ||
595 | -[ info ] [ LOG ] INIT File | ||
596 | -[ sql ] [ DB ] CONNECT:[ UseTime:0.011000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4 | ||
597 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.016000s ] | ||
598 | -[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.001000s ] | ||
599 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.017000s ] | ||
600 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.000000s ] | ||
601 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.017000s ] | ||
602 | -[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.000000s ] | ||
603 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.001000s ] | ||
604 | ---------------------------------------------------------------- | ||
605 | -[ 2019-05-29T15:56:45+08:00 ] 127.0.0.1 127.0.0.1 GET /Admin/withdrawal/withd_list.html | ||
606 | -[ info ] www.xkeasy.com/Admin/withdrawal/withd_list.html [运行时间:0.210000s][吞吐率:4.76req/s] [内存消耗:3,061.07kb] [文件加载:90] | ||
607 | -[ info ] [ DB ] INIT mysql | ||
608 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.033000s ] | ||
609 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php | ||
610 | -[ info ] [ ROUTE ] array ( | ||
611 | - 'type' => 'module', | ||
612 | - 'module' => | ||
613 | - array ( | ||
614 | - 0 => 'Admin', | ||
615 | - 1 => 'withdrawal', | ||
616 | - 2 => 'withd_list', | ||
617 | - ), | ||
618 | -) | ||
619 | -[ info ] [ HEADER ] array ( | ||
620 | - 'cookie' => 'thinkphp_show_page_trace=0|0; admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq', | ||
621 | - 'accept-language' => 'zh-CN,zh;q=0.9', | ||
622 | - 'accept-encoding' => 'gzip, deflate', | ||
623 | - 'referer' => 'http://www.xkeasy.com/admin/index/index.html', | ||
624 | - 'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3', | ||
625 | - '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', | ||
626 | - 'upgrade-insecure-requests' => '1', | ||
627 | - 'connection' => 'close', | ||
628 | - 'host' => 'www.xkeasy.com', | ||
629 | -) | ||
630 | -[ info ] [ PARAM ] array ( | ||
631 | -) | ||
632 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php | ||
633 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php | ||
634 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php | ||
635 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.002000s ] | ||
636 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php | ||
637 | -[ info ] [ CACHE ] INIT File | ||
638 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php | ||
639 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php | ||
640 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php | ||
641 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php | ||
642 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.002000s ] | ||
643 | -[ info ] [ SESSION ] INIT array ( | ||
644 | - 'id' => '', | ||
645 | - 'var_session_id' => '', | ||
646 | - 'prefix' => 'think', | ||
647 | - 'type' => '', | ||
648 | - 'auto_start' => true, | ||
649 | -) | ||
650 | -[ info ] [ RUN ] app\admin\controller\WithdrawalController->withd_list[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\WithdrawalController.php ] | ||
651 | -[ info ] [ VIEW ] themes/admin_simpleboot3/admin\withdrawal\withd_list.html [ array ( | ||
652 | - 0 => 'admin', | ||
653 | - 1 => 'site_info', | ||
654 | - 2 => 'data_arr', | ||
655 | - 3 => 'data', | ||
656 | -) ] | ||
657 | -[ info ] [ LOG ] INIT File | ||
658 | -[ sql ] [ DB ] CONNECT:[ UseTime:0.010000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4 | ||
659 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.016000s ] | ||
660 | -[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.000000s ] | ||
661 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.015000s ] | ||
662 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.000000s ] | ||
663 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.017000s ] | ||
664 | -[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.000000s ] | ||
665 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_money_expend` [ RunTime:0.065000s ] | ||
666 | -[ 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 ] | ||
667 | -[ 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 ] | ||
668 | -[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.001000s ] | ||
669 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.001000s ] | ||
670 | ---------------------------------------------------------------- | ||
671 | -[ 2019-05-29T15:56:47+08:00 ] 127.0.0.1 127.0.0.1 GET /Admin/withdrawal/withd_audit.html | ||
672 | -[ info ] www.xkeasy.com/Admin/withdrawal/withd_audit.html [运行时间:0.139000s][吞吐率:7.19req/s] [内存消耗:2,951.84kb] [文件加载:87] | ||
673 | -[ info ] [ DB ] INIT mysql | ||
674 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.039000s ] | ||
675 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php | ||
676 | -[ info ] [ ROUTE ] array ( | ||
677 | - 'type' => 'module', | ||
678 | - 'module' => | ||
679 | - array ( | ||
680 | - 0 => 'Admin', | ||
681 | - 1 => 'withdrawal', | ||
682 | - 2 => 'withd_audit', | ||
683 | - ), | ||
684 | -) | ||
685 | -[ info ] [ HEADER ] array ( | ||
686 | - 'cookie' => 'thinkphp_show_page_trace=0|0; admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq', | ||
687 | - 'accept-language' => 'zh-CN,zh;q=0.9', | ||
688 | - 'accept-encoding' => 'gzip, deflate', | ||
689 | - 'referer' => 'http://www.xkeasy.com/admin/index/index.html', | ||
690 | - 'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3', | ||
691 | - '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', | ||
692 | - 'upgrade-insecure-requests' => '1', | ||
693 | - 'connection' => 'close', | ||
694 | - 'host' => 'www.xkeasy.com', | ||
695 | -) | ||
696 | -[ info ] [ PARAM ] array ( | ||
697 | -) | ||
698 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php | ||
699 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php | ||
700 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php | ||
701 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.004000s ] | ||
702 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php | ||
703 | -[ info ] [ CACHE ] INIT File | ||
704 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php | ||
705 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php | ||
706 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php | ||
707 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php | ||
708 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.003000s ] | ||
709 | -[ info ] [ SESSION ] INIT array ( | ||
710 | - 'id' => '', | ||
711 | - 'var_session_id' => '', | ||
712 | - 'prefix' => 'think', | ||
713 | - 'type' => '', | ||
714 | - 'auto_start' => true, | ||
715 | -) | ||
716 | -[ info ] [ RUN ] app\admin\controller\WithdrawalController->withd_audit[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\WithdrawalController.php ] | ||
717 | -[ info ] [ VIEW ] themes/admin_simpleboot3/admin\withdrawal\withd_audit.html [ array ( | ||
718 | - 0 => 'admin', | ||
719 | - 1 => 'site_info', | ||
720 | -) ] | ||
721 | -[ info ] [ LOG ] INIT File | ||
722 | -[ sql ] [ DB ] CONNECT:[ UseTime:0.010000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4 | ||
723 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.022000s ] | ||
724 | -[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.000000s ] | ||
725 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.022000s ] | ||
726 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.000000s ] | ||
727 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.024000s ] | ||
728 | -[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.000000s ] | ||
729 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.000000s ] | ||
730 | ---------------------------------------------------------------- | ||
731 | -[ 2019-05-29T16:05:20+08:00 ] 127.0.0.1 127.0.0.1 GET /Admin/withdrawal/withd_audit.html | ||
732 | -[ info ] www.xkeasy.com/Admin/withdrawal/withd_audit.html [运行时间:0.135000s][吞吐率:7.41req/s] [内存消耗:2,951.84kb] [文件加载:87] | ||
733 | -[ info ] [ DB ] INIT mysql | ||
734 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.040000s ] | ||
735 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php | ||
736 | -[ info ] [ ROUTE ] array ( | ||
737 | - 'type' => 'module', | ||
738 | - 'module' => | ||
739 | - array ( | ||
740 | - 0 => 'Admin', | ||
741 | - 1 => 'withdrawal', | ||
742 | - 2 => 'withd_audit', | ||
743 | - ), | ||
744 | -) | ||
745 | -[ info ] [ HEADER ] array ( | ||
746 | - 'cookie' => 'thinkphp_show_page_trace=0|0; admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq', | ||
747 | - 'accept-language' => 'zh-CN,zh;q=0.9', | ||
748 | - 'accept-encoding' => 'gzip, deflate', | ||
749 | - 'referer' => 'http://www.xkeasy.com/admin/index/index.html', | ||
750 | - 'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3', | ||
751 | - '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', | ||
752 | - 'upgrade-insecure-requests' => '1', | ||
753 | - 'connection' => 'close', | ||
754 | - 'host' => 'www.xkeasy.com', | ||
755 | -) | ||
756 | -[ info ] [ PARAM ] array ( | ||
757 | -) | ||
758 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php | ||
759 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php | ||
760 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php | ||
761 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.004000s ] | ||
762 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php | ||
763 | -[ info ] [ CACHE ] INIT File | ||
764 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php | ||
765 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php | ||
766 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php | ||
767 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php | ||
768 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.004000s ] | ||
769 | -[ info ] [ SESSION ] INIT array ( | ||
770 | - 'id' => '', | ||
771 | - 'var_session_id' => '', | ||
772 | - 'prefix' => 'think', | ||
773 | - 'type' => '', | ||
774 | - 'auto_start' => true, | ||
775 | -) | ||
776 | -[ info ] [ RUN ] app\admin\controller\WithdrawalController->withd_audit[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\WithdrawalController.php ] | ||
777 | -[ info ] [ VIEW ] themes/admin_simpleboot3/admin\withdrawal\withd_audit.html [ array ( | ||
778 | - 0 => 'admin', | ||
779 | - 1 => 'site_info', | ||
780 | -) ] | ||
781 | -[ info ] [ LOG ] INIT File | ||
782 | -[ sql ] [ DB ] CONNECT:[ UseTime:0.003000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4 | ||
783 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.025000s ] | ||
784 | -[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.000000s ] | ||
785 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.010000s ] | ||
786 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.001000s ] | ||
787 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.014000s ] | ||
788 | -[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.001000s ] | ||
789 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.001000s ] | ||
790 | ---------------------------------------------------------------- | ||
791 | -[ 2019-05-29T16:05:21+08:00 ] 127.0.0.1 127.0.0.1 GET /Admin/withdrawal/withd_list.html | ||
792 | -[ info ] www.xkeasy.com/Admin/withdrawal/withd_list.html [运行时间:0.161000s][吞吐率:6.21req/s] [内存消耗:3,061.07kb] [文件加载:90] | ||
793 | -[ info ] [ DB ] INIT mysql | ||
794 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.037000s ] | ||
795 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php | ||
796 | -[ info ] [ ROUTE ] array ( | ||
797 | - 'type' => 'module', | ||
798 | - 'module' => | ||
799 | - array ( | ||
800 | - 0 => 'Admin', | ||
801 | - 1 => 'withdrawal', | ||
802 | - 2 => 'withd_list', | ||
803 | - ), | ||
804 | -) | ||
805 | -[ info ] [ HEADER ] array ( | ||
806 | - 'cookie' => 'thinkphp_show_page_trace=0|0; admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq', | ||
807 | - 'accept-language' => 'zh-CN,zh;q=0.9', | ||
808 | - 'accept-encoding' => 'gzip, deflate', | ||
809 | - 'referer' => 'http://www.xkeasy.com/admin/index/index.html', | ||
810 | - 'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3', | ||
811 | - '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', | ||
812 | - 'upgrade-insecure-requests' => '1', | ||
813 | - 'connection' => 'close', | ||
814 | - 'host' => 'www.xkeasy.com', | ||
815 | -) | ||
816 | -[ info ] [ PARAM ] array ( | ||
817 | -) | ||
818 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php | ||
819 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php | ||
820 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php | ||
821 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.002000s ] | ||
822 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php | ||
823 | -[ info ] [ CACHE ] INIT File | ||
824 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php | ||
825 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php | ||
826 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php | ||
827 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php | ||
828 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.004000s ] | ||
829 | -[ info ] [ SESSION ] INIT array ( | ||
830 | - 'id' => '', | ||
831 | - 'var_session_id' => '', | ||
832 | - 'prefix' => 'think', | ||
833 | - 'type' => '', | ||
834 | - 'auto_start' => true, | ||
835 | -) | ||
836 | -[ info ] [ RUN ] app\admin\controller\WithdrawalController->withd_list[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\WithdrawalController.php ] | ||
837 | -[ info ] [ VIEW ] themes/admin_simpleboot3/admin\withdrawal\withd_list.html [ array ( | ||
838 | - 0 => 'admin', | ||
839 | - 1 => 'site_info', | ||
840 | - 2 => 'data_arr', | ||
841 | - 3 => 'data', | ||
842 | -) ] | ||
843 | -[ info ] [ LOG ] INIT File | ||
844 | -[ sql ] [ DB ] CONNECT:[ UseTime:0.010000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4 | ||
845 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.016000s ] | ||
846 | -[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.000000s ] | ||
847 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.018000s ] | ||
848 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.001000s ] | ||
849 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.016000s ] | ||
850 | -[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.001000s ] | ||
851 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_money_expend` [ RunTime:0.017000s ] | ||
852 | -[ 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 ] | ||
853 | -[ 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 ] | ||
854 | -[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.000000s ] | ||
855 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.000000s ] | ||
856 | ---------------------------------------------------------------- | ||
857 | -[ 2019-05-29T16:05:22+08:00 ] 127.0.0.1 127.0.0.1 GET /Admin/withdrawal/withd_audit.html | ||
858 | -[ info ] www.xkeasy.com/Admin/withdrawal/withd_audit.html [运行时间:0.137000s][吞吐率:7.30req/s] [内存消耗:2,951.84kb] [文件加载:87] | ||
859 | -[ info ] [ DB ] INIT mysql | ||
860 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.036000s ] | ||
861 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php | ||
862 | -[ info ] [ ROUTE ] array ( | ||
863 | - 'type' => 'module', | ||
864 | - 'module' => | ||
865 | - array ( | ||
866 | - 0 => 'Admin', | ||
867 | - 1 => 'withdrawal', | ||
868 | - 2 => 'withd_audit', | ||
869 | - ), | ||
870 | -) | ||
871 | -[ info ] [ HEADER ] array ( | ||
872 | - 'cookie' => 'thinkphp_show_page_trace=0|0; admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq', | ||
873 | - 'accept-language' => 'zh-CN,zh;q=0.9', | ||
874 | - 'accept-encoding' => 'gzip, deflate', | ||
875 | - 'referer' => 'http://www.xkeasy.com/admin/index/index.html', | ||
876 | - 'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3', | ||
877 | - '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', | ||
878 | - 'upgrade-insecure-requests' => '1', | ||
879 | - 'connection' => 'close', | ||
880 | - 'host' => 'www.xkeasy.com', | ||
881 | -) | ||
882 | -[ info ] [ PARAM ] array ( | ||
883 | -) | ||
884 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php | ||
885 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php | ||
886 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php | ||
887 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.002000s ] | ||
888 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php | ||
889 | -[ info ] [ CACHE ] INIT File | ||
890 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php | ||
891 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php | ||
892 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php | ||
893 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php | ||
894 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.003000s ] | ||
895 | -[ info ] [ SESSION ] INIT array ( | ||
896 | - 'id' => '', | ||
897 | - 'var_session_id' => '', | ||
898 | - 'prefix' => 'think', | ||
899 | - 'type' => '', | ||
900 | - 'auto_start' => true, | ||
901 | -) | ||
902 | -[ info ] [ RUN ] app\admin\controller\WithdrawalController->withd_audit[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\WithdrawalController.php ] | ||
903 | -[ info ] [ VIEW ] themes/admin_simpleboot3/admin\withdrawal\withd_audit.html [ array ( | ||
904 | - 0 => 'admin', | ||
905 | - 1 => 'site_info', | ||
906 | -) ] | ||
907 | -[ info ] [ LOG ] INIT File | ||
908 | -[ sql ] [ DB ] CONNECT:[ UseTime:0.010000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4 | ||
909 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.015000s ] | ||
910 | -[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.001000s ] | ||
911 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.015000s ] | ||
912 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.000000s ] | ||
913 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.016000s ] | ||
914 | -[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.000000s ] | ||
915 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.000000s ] | ||
916 | ---------------------------------------------------------------- | ||
917 | -[ 2019-05-29T16:38:12+08:00 ] 127.0.0.1 127.0.0.1 GET /Admin/withdrawal/withd_audit.html | ||
918 | -[ info ] www.xkeasy.com/Admin/withdrawal/withd_audit.html [运行时间:0.113000s][吞吐率:8.85req/s] [内存消耗:2,951.84kb] [文件加载:87] | ||
919 | -[ info ] [ DB ] INIT mysql | ||
920 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.027000s ] | ||
921 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php | ||
922 | -[ info ] [ ROUTE ] array ( | ||
923 | - 'type' => 'module', | ||
924 | - 'module' => | ||
925 | - array ( | ||
926 | - 0 => 'Admin', | ||
927 | - 1 => 'withdrawal', | ||
928 | - 2 => 'withd_audit', | ||
929 | - ), | ||
930 | -) | ||
931 | -[ info ] [ HEADER ] array ( | ||
932 | - 'cookie' => 'thinkphp_show_page_trace=0|0; admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq', | ||
933 | - 'accept-language' => 'zh-CN,zh;q=0.9', | ||
934 | - 'accept-encoding' => 'gzip, deflate', | ||
935 | - 'referer' => 'http://www.xkeasy.com/admin/index/index.html', | ||
936 | - 'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3', | ||
937 | - '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', | ||
938 | - 'upgrade-insecure-requests' => '1', | ||
939 | - 'connection' => 'close', | ||
940 | - 'host' => 'www.xkeasy.com', | ||
941 | -) | ||
942 | -[ info ] [ PARAM ] array ( | ||
943 | -) | ||
944 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php | ||
945 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php | ||
946 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php | ||
947 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.002000s ] | ||
948 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php | ||
949 | -[ info ] [ CACHE ] INIT File | ||
950 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php | ||
951 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php | ||
952 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php | ||
953 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php | ||
954 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.003000s ] | ||
955 | -[ info ] [ SESSION ] INIT array ( | ||
956 | - 'id' => '', | ||
957 | - 'var_session_id' => '', | ||
958 | - 'prefix' => 'think', | ||
959 | - 'type' => '', | ||
960 | - 'auto_start' => true, | ||
961 | -) | ||
962 | -[ info ] [ RUN ] app\admin\controller\WithdrawalController->withd_audit[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\WithdrawalController.php ] | ||
963 | -[ info ] [ VIEW ] themes/admin_simpleboot3/admin\withdrawal\withd_audit.html [ array ( | ||
964 | - 0 => 'admin', | ||
965 | - 1 => 'site_info', | ||
966 | -) ] | ||
967 | -[ info ] [ LOG ] INIT File | ||
968 | -[ sql ] [ DB ] CONNECT:[ UseTime:0.001000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4 | ||
969 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.017000s ] | ||
970 | -[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.000000s ] | ||
971 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.018000s ] | ||
972 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.000000s ] | ||
973 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.017000s ] | ||
974 | -[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.001000s ] | ||
975 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.000000s ] | ||
976 | ---------------------------------------------------------------- | ||
977 | -[ 2019-05-29T16:38:13+08:00 ] 127.0.0.1 127.0.0.1 GET /Admin/withdrawal/withd_list.html | ||
978 | -[ info ] www.xkeasy.com/Admin/withdrawal/withd_list.html [运行时间:0.150000s][吞吐率:6.67req/s] [内存消耗:3,061.07kb] [文件加载:90] | ||
979 | -[ info ] [ DB ] INIT mysql | ||
980 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.031000s ] | ||
981 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php | ||
982 | -[ info ] [ ROUTE ] array ( | ||
983 | - 'type' => 'module', | ||
984 | - 'module' => | ||
985 | - array ( | ||
986 | - 0 => 'Admin', | ||
987 | - 1 => 'withdrawal', | ||
988 | - 2 => 'withd_list', | ||
989 | - ), | ||
990 | -) | ||
991 | -[ info ] [ HEADER ] array ( | ||
992 | - 'cookie' => 'thinkphp_show_page_trace=0|0; admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq', | ||
993 | - 'accept-language' => 'zh-CN,zh;q=0.9', | ||
994 | - 'accept-encoding' => 'gzip, deflate', | ||
995 | - 'referer' => 'http://www.xkeasy.com/admin/index/index.html', | ||
996 | - 'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3', | ||
997 | - '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', | ||
998 | - 'upgrade-insecure-requests' => '1', | ||
999 | - 'connection' => 'close', | ||
1000 | - 'host' => 'www.xkeasy.com', | ||
1001 | -) | ||
1002 | -[ info ] [ PARAM ] array ( | ||
1003 | -) | ||
1004 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php | ||
1005 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php | ||
1006 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php | ||
1007 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.002000s ] | ||
1008 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php | ||
1009 | -[ info ] [ CACHE ] INIT File | ||
1010 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php | ||
1011 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php | ||
1012 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php | ||
1013 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php | ||
1014 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.003000s ] | ||
1015 | -[ info ] [ SESSION ] INIT array ( | ||
1016 | - 'id' => '', | ||
1017 | - 'var_session_id' => '', | ||
1018 | - 'prefix' => 'think', | ||
1019 | - 'type' => '', | ||
1020 | - 'auto_start' => true, | ||
1021 | -) | ||
1022 | -[ info ] [ RUN ] app\admin\controller\WithdrawalController->withd_list[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\WithdrawalController.php ] | ||
1023 | -[ info ] [ VIEW ] themes/admin_simpleboot3/admin\withdrawal\withd_list.html [ array ( | ||
1024 | - 0 => 'admin', | ||
1025 | - 1 => 'site_info', | ||
1026 | - 2 => 'data_arr', | ||
1027 | - 3 => 'data', | ||
1028 | -) ] | ||
1029 | -[ info ] [ LOG ] INIT File | ||
1030 | -[ sql ] [ DB ] CONNECT:[ UseTime:0.001000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4 | ||
1031 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.022000s ] | ||
1032 | -[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.001000s ] | ||
1033 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.016000s ] | ||
1034 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.001000s ] | ||
1035 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.017000s ] | ||
1036 | -[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.000000s ] | ||
1037 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_money_expend` [ RunTime:0.018000s ] | ||
1038 | -[ 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 ] | ||
1039 | -[ 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 ] | ||
1040 | -[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.000000s ] | ||
1041 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.000000s ] | ||
1042 | ---------------------------------------------------------------- | ||
1043 | -[ 2019-05-29T16:39:46+08:00 ] 127.0.0.1 127.0.0.1 GET /Admin/withdrawal/withd_audit.html | ||
1044 | -[ info ] www.xkeasy.com/Admin/withdrawal/withd_audit.html [运行时间:0.119000s][吞吐率:8.40req/s] [内存消耗:2,951.84kb] [文件加载:87] | ||
1045 | -[ info ] [ DB ] INIT mysql | ||
1046 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.029000s ] | ||
1047 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php | ||
1048 | -[ info ] [ ROUTE ] array ( | ||
1049 | - 'type' => 'module', | ||
1050 | - 'module' => | ||
1051 | - array ( | ||
1052 | - 0 => 'Admin', | ||
1053 | - 1 => 'withdrawal', | ||
1054 | - 2 => 'withd_audit', | ||
1055 | - ), | ||
1056 | -) | ||
1057 | -[ info ] [ HEADER ] array ( | ||
1058 | - 'cookie' => 'thinkphp_show_page_trace=0|0; admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq', | ||
1059 | - 'accept-language' => 'zh-CN,zh;q=0.9', | ||
1060 | - 'accept-encoding' => 'gzip, deflate', | ||
1061 | - 'referer' => 'http://www.xkeasy.com/admin/index/index.html', | ||
1062 | - 'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3', | ||
1063 | - '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', | ||
1064 | - 'upgrade-insecure-requests' => '1', | ||
1065 | - 'connection' => 'close', | ||
1066 | - 'host' => 'www.xkeasy.com', | ||
1067 | -) | ||
1068 | -[ info ] [ PARAM ] array ( | ||
1069 | -) | ||
1070 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php | ||
1071 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php | ||
1072 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php | ||
1073 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.002000s ] | ||
1074 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php | ||
1075 | -[ info ] [ CACHE ] INIT File | ||
1076 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php | ||
1077 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php | ||
1078 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php | ||
1079 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php | ||
1080 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.004000s ] | ||
1081 | -[ info ] [ SESSION ] INIT array ( | ||
1082 | - 'id' => '', | ||
1083 | - 'var_session_id' => '', | ||
1084 | - 'prefix' => 'think', | ||
1085 | - 'type' => '', | ||
1086 | - 'auto_start' => true, | ||
1087 | -) | ||
1088 | -[ info ] [ RUN ] app\admin\controller\WithdrawalController->withd_audit[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\WithdrawalController.php ] | ||
1089 | -[ info ] [ VIEW ] themes/admin_simpleboot3/admin\withdrawal\withd_audit.html [ array ( | ||
1090 | - 0 => 'admin', | ||
1091 | - 1 => 'site_info', | ||
1092 | -) ] | ||
1093 | -[ info ] [ LOG ] INIT File | ||
1094 | -[ sql ] [ DB ] CONNECT:[ UseTime:0.001000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4 | ||
1095 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.017000s ] | ||
1096 | -[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.000000s ] | ||
1097 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.017000s ] | ||
1098 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.000000s ] | ||
1099 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.017000s ] | ||
1100 | -[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.000000s ] | ||
1101 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.000000s ] | ||
1102 | ---------------------------------------------------------------- | ||
1103 | -[ 2019-05-29T16:39:47+08:00 ] 127.0.0.1 127.0.0.1 GET /Admin/withdrawal/withd_list.html | ||
1104 | -[ info ] www.xkeasy.com/Admin/withdrawal/withd_list.html [运行时间:0.145000s][吞吐率:6.90req/s] [内存消耗:3,061.07kb] [文件加载:90] | ||
1105 | -[ info ] [ DB ] INIT mysql | ||
1106 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.036000s ] | ||
1107 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php | ||
1108 | -[ info ] [ ROUTE ] array ( | ||
1109 | - 'type' => 'module', | ||
1110 | - 'module' => | ||
1111 | - array ( | ||
1112 | - 0 => 'Admin', | ||
1113 | - 1 => 'withdrawal', | ||
1114 | - 2 => 'withd_list', | ||
1115 | - ), | ||
1116 | -) | ||
1117 | -[ info ] [ HEADER ] array ( | ||
1118 | - 'cookie' => 'thinkphp_show_page_trace=0|0; admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq', | ||
1119 | - 'accept-language' => 'zh-CN,zh;q=0.9', | ||
1120 | - 'accept-encoding' => 'gzip, deflate', | ||
1121 | - 'referer' => 'http://www.xkeasy.com/admin/index/index.html', | ||
1122 | - 'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3', | ||
1123 | - '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', | ||
1124 | - 'upgrade-insecure-requests' => '1', | ||
1125 | - 'connection' => 'close', | ||
1126 | - 'host' => 'www.xkeasy.com', | ||
1127 | -) | ||
1128 | -[ info ] [ PARAM ] array ( | ||
1129 | -) | ||
1130 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php | ||
1131 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php | ||
1132 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php | ||
1133 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.002000s ] | ||
1134 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php | ||
1135 | -[ info ] [ CACHE ] INIT File | ||
1136 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php | ||
1137 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php | ||
1138 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php | ||
1139 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php | ||
1140 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.003000s ] | ||
1141 | -[ info ] [ SESSION ] INIT array ( | ||
1142 | - 'id' => '', | ||
1143 | - 'var_session_id' => '', | ||
1144 | - 'prefix' => 'think', | ||
1145 | - 'type' => '', | ||
1146 | - 'auto_start' => true, | ||
1147 | -) | ||
1148 | -[ info ] [ RUN ] app\admin\controller\WithdrawalController->withd_list[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\WithdrawalController.php ] | ||
1149 | -[ info ] [ VIEW ] themes/admin_simpleboot3/admin\withdrawal\withd_list.html [ array ( | ||
1150 | - 0 => 'admin', | ||
1151 | - 1 => 'site_info', | ||
1152 | - 2 => 'data_arr', | ||
1153 | - 3 => 'data', | ||
1154 | -) ] | ||
1155 | -[ info ] [ LOG ] INIT File | ||
1156 | -[ sql ] [ DB ] CONNECT:[ UseTime:0.010000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4 | ||
1157 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.017000s ] | ||
1158 | -[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.000000s ] | ||
1159 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.016000s ] | ||
1160 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.001000s ] | ||
1161 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.019000s ] | ||
1162 | -[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.001000s ] | ||
1163 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_money_expend` [ RunTime:0.006000s ] | ||
1164 | -[ 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 ] | ||
1165 | -[ 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 ] | ||
1166 | -[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.000000s ] | ||
1167 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.001000s ] | ||
1168 | ---------------------------------------------------------------- | ||
1169 | -[ 2019-05-29T16:39:48+08:00 ] 127.0.0.1 127.0.0.1 GET /Admin/withdrawal/withd_audit.html | ||
1170 | -[ info ] www.xkeasy.com/Admin/withdrawal/withd_audit.html [运行时间:0.143000s][吞吐率:6.99req/s] [内存消耗:2,951.84kb] [文件加载:87] | ||
1171 | -[ info ] [ DB ] INIT mysql | ||
1172 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.026000s ] | ||
1173 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php | ||
1174 | -[ info ] [ ROUTE ] array ( | ||
1175 | - 'type' => 'module', | ||
1176 | - 'module' => | ||
1177 | - array ( | ||
1178 | - 0 => 'Admin', | ||
1179 | - 1 => 'withdrawal', | ||
1180 | - 2 => 'withd_audit', | ||
1181 | - ), | ||
1182 | -) | ||
1183 | -[ info ] [ HEADER ] array ( | ||
1184 | - 'cookie' => 'thinkphp_show_page_trace=0|0; admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq', | ||
1185 | - 'accept-language' => 'zh-CN,zh;q=0.9', | ||
1186 | - 'accept-encoding' => 'gzip, deflate', | ||
1187 | - 'referer' => 'http://www.xkeasy.com/admin/index/index.html', | ||
1188 | - 'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3', | ||
1189 | - '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', | ||
1190 | - 'upgrade-insecure-requests' => '1', | ||
1191 | - 'connection' => 'close', | ||
1192 | - 'host' => 'www.xkeasy.com', | ||
1193 | -) | ||
1194 | -[ info ] [ PARAM ] array ( | ||
1195 | -) | ||
1196 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php | ||
1197 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php | ||
1198 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php | ||
1199 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.002000s ] | ||
1200 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php | ||
1201 | -[ info ] [ CACHE ] INIT File | ||
1202 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php | ||
1203 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php | ||
1204 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php | ||
1205 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php | ||
1206 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.005000s ] | ||
1207 | -[ info ] [ SESSION ] INIT array ( | ||
1208 | - 'id' => '', | ||
1209 | - 'var_session_id' => '', | ||
1210 | - 'prefix' => 'think', | ||
1211 | - 'type' => '', | ||
1212 | - 'auto_start' => true, | ||
1213 | -) | ||
1214 | -[ info ] [ RUN ] app\admin\controller\WithdrawalController->withd_audit[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\WithdrawalController.php ] | ||
1215 | -[ info ] [ VIEW ] themes/admin_simpleboot3/admin\withdrawal\withd_audit.html [ array ( | ||
1216 | - 0 => 'admin', | ||
1217 | - 1 => 'site_info', | ||
1218 | -) ] | ||
1219 | -[ info ] [ LOG ] INIT File | ||
1220 | -[ sql ] [ DB ] CONNECT:[ UseTime:0.001000s ] mysql:dbname=xkeasy;host=127.0.0.1;port=3306;charset=utf8mb4 | ||
1221 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.016000s ] | ||
1222 | -[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.001000s ] | ||
1223 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.022000s ] | ||
1224 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.000000s ] | ||
1225 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.020000s ] | ||
1226 | -[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.001000s ] | ||
1227 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.000000s ] | ||
1228 | ---------------------------------------------------------------- | ||
1229 | -[ 2019-05-29T18:52:52+08:00 ] 127.0.0.1 127.0.0.1 GET /admin/index/index.html | ||
1230 | -[ info ] www.xkeasy.com/admin/index/index.html [运行时间:1.657000s][吞吐率:0.60req/s] [内存消耗:3,346.47kb] [文件加载:91] | ||
1231 | -[ info ] [ DB ] INIT mysql | ||
1232 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.122000s ] | ||
1233 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php | ||
1234 | -[ info ] [ ROUTE ] array ( | ||
1235 | - 'type' => 'module', | ||
1236 | - 'module' => | ||
1237 | - array ( | ||
1238 | - 0 => 'admin', | ||
1239 | - 1 => 'index', | ||
1240 | - 2 => 'index', | ||
1241 | - ), | ||
1242 | -) | ||
1243 | -[ info ] [ HEADER ] array ( | ||
1244 | - 'cookie' => 'thinkphp_show_page_trace=0|0; admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq', | ||
1245 | - 'accept-language' => 'zh-CN,zh;q=0.9', | ||
1246 | - 'accept-encoding' => 'gzip, deflate', | ||
1247 | - 'referer' => 'http://www.xkeasy.com/admin/public/login.html', | ||
1248 | - 'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3', | ||
1249 | - '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', | ||
1250 | - 'upgrade-insecure-requests' => '1', | ||
1251 | - 'cache-control' => 'max-age=0', | ||
1252 | - 'connection' => 'close', | ||
1253 | - 'host' => 'www.xkeasy.com', | ||
1254 | -) | ||
1255 | -[ info ] [ PARAM ] array ( | ||
1256 | -) | ||
1257 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php | ||
1258 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php | ||
1259 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php | ||
1260 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.003000s ] | ||
1261 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php | ||
1262 | -[ info ] [ CACHE ] INIT File | ||
1263 | -[ info ] [ SESSION ] INIT array ( | ||
1264 | - 'id' => '', | ||
1265 | - 'var_session_id' => '', | ||
1266 | - 'prefix' => 'think', | ||
1267 | - 'type' => '', | ||
1268 | - 'auto_start' => true, | ||
1269 | -) | ||
1270 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php | ||
1271 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php | ||
1272 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php | ||
1273 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php | ||
1274 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.004000s ] | ||
1275 | -[ info ] [ RUN ] app\admin\controller\IndexController->index[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\IndexController.php ] | ||
1276 | -[ info ] [ VIEW ] themes/admin_simpleboot3/admin\index\index.html [ array ( | ||
1277 | - 0 => 'admin', | ||
1278 | - 1 => 'site_info', | ||
1279 | - 2 => 'menus', | ||
1280 | -) ] | ||
1281 | -[ info ] [ LOG ] INIT File | ||
1282 | -[ sql ] [ DB ] CONNECT:[ UseTime:0.060000s ] mysql:dbname=xkeasy;host=rm-m5eblhc9o3515i25neo.mysql.rds.aliyuncs.com;port=3306;charset=utf8mb4 | ||
1283 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.027000s ] | ||
1284 | -[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.028000s ] | ||
1285 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.027000s ] | ||
1286 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.028000s ] | ||
1287 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.027000s ] | ||
1288 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.027000s ] | ||
1289 | -[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.028000s ] | ||
1290 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_admin_menu` [ RunTime:0.028000s ] | ||
1291 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 0 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ] | ||
1292 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 6 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.028000s ] | ||
1293 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 71 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ] | ||
1294 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 15 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.028000s ] | ||
1295 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 95 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ] | ||
1296 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 29 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ] | ||
1297 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 78 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.028000s ] | ||
1298 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 7 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.028000s ] | ||
1299 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 61 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ] | ||
1300 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 75 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ] | ||
1301 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 93 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ] | ||
1302 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 158 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.029000s ] | ||
1303 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 109 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ] | ||
1304 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 49 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.028000s ] | ||
1305 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 50 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ] | ||
1306 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 110 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ] | ||
1307 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 152 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ] | ||
1308 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 153 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ] | ||
1309 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 156 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ] | ||
1310 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ] | ||
1311 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 2 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.028000s ] | ||
1312 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 42 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.026000s ] | ||
1313 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 120 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.028000s ] | ||
1314 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 121 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ] | ||
1315 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 131 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.028000s ] | ||
1316 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 139 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ] | ||
1317 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 145 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ] | ||
1318 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 162 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.028000s ] | ||
1319 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 163 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ] | ||
1320 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 164 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ] | ||
1321 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 165 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ] | ||
1322 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 166 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.028000s ] | ||
1323 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 167 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ] | ||
1324 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 168 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ] | ||
1325 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 169 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.028000s ] | ||
1326 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 170 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.028000s ] | ||
1327 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 171 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ] | ||
1328 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 172 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.028000s ] | ||
1329 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 173 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ] | ||
1330 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 174 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.028000s ] | ||
1331 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 175 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.027000s ] | ||
1332 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 176 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.028000s ] | ||
1333 | -[ sql ] [ SQL ] SELECT * FROM `cmf_admin_menu` WHERE `parent_id` = 177 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.028000s ] | ||
1334 | -[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.028000s ] | ||
1335 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.028000s ] | ||
1336 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.027000s ] | ||
1337 | ---------------------------------------------------------------- | ||
1338 | -[ 2019-05-29T18:52:52+08:00 ] 127.0.0.1 127.0.0.1 GET /admin/main/index.html | ||
1339 | -[ info ] www.xkeasy.com/admin/main/index.html [运行时间:0.391000s][吞吐率:2.56req/s] [内存消耗:3,028.93kb] [文件加载:88] | ||
1340 | -[ info ] [ DB ] INIT mysql | ||
1341 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.117000s ] | ||
1342 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php | ||
1343 | -[ info ] [ ROUTE ] array ( | ||
1344 | - 'type' => 'module', | ||
1345 | - 'module' => | ||
1346 | - array ( | ||
1347 | - 0 => 'admin', | ||
1348 | - 1 => 'main', | ||
1349 | - 2 => 'index', | ||
1350 | - ), | ||
1351 | -) | ||
1352 | -[ info ] [ HEADER ] array ( | ||
1353 | - 'cookie' => 'thinkphp_show_page_trace=0|0; admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq', | ||
1354 | - 'accept-language' => 'zh-CN,zh;q=0.9', | ||
1355 | - 'accept-encoding' => 'gzip, deflate', | ||
1356 | - 'referer' => 'http://www.xkeasy.com/admin/index/index.html', | ||
1357 | - 'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3', | ||
1358 | - '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', | ||
1359 | - 'upgrade-insecure-requests' => '1', | ||
1360 | - 'connection' => 'close', | ||
1361 | - 'host' => 'www.xkeasy.com', | ||
1362 | -) | ||
1363 | -[ info ] [ PARAM ] array ( | ||
1364 | -) | ||
1365 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php | ||
1366 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php | ||
1367 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php | ||
1368 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.002000s ] | ||
1369 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php | ||
1370 | -[ info ] [ CACHE ] INIT File | ||
1371 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php | ||
1372 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php | ||
1373 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php | ||
1374 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php | ||
1375 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.009000s ] | ||
1376 | -[ info ] [ SESSION ] INIT array ( | ||
1377 | - 'id' => '', | ||
1378 | - 'var_session_id' => '', | ||
1379 | - 'prefix' => 'think', | ||
1380 | - 'type' => '', | ||
1381 | - 'auto_start' => true, | ||
1382 | -) | ||
1383 | -[ info ] [ RUN ] app\admin\controller\MainController->index[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\MainController.php ] | ||
1384 | -[ info ] [ VIEW ] themes/admin_simpleboot3/admin\main\index.html [ array ( | ||
1385 | - 0 => 'admin', | ||
1386 | - 1 => 'site_info', | ||
1387 | - 2 => 'dashboard_widgets', | ||
1388 | - 3 => 'dashboard_widget_plugins', | ||
1389 | - 4 => 'has_smtp_setting', | ||
1390 | -) ] | ||
1391 | -[ info ] [ LOG ] INIT File | ||
1392 | -[ sql ] [ DB ] CONNECT:[ UseTime:0.054000s ] mysql:dbname=xkeasy;host=rm-m5eblhc9o3515i25neo.mysql.rds.aliyuncs.com;port=3306;charset=utf8mb4 | ||
1393 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.025000s ] | ||
1394 | -[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.026000s ] | ||
1395 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.026000s ] | ||
1396 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.025000s ] | ||
1397 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.026000s ] | ||
1398 | -[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.027000s ] | ||
1399 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_dashboard_widgets' LIMIT 1 [ RunTime:0.026000s ] | ||
1400 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'smtp_setting' LIMIT 1 [ RunTime:0.025000s ] | ||
1401 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.025000s ] | ||
1402 | ---------------------------------------------------------------- | ||
1403 | -[ 2019-05-29T18:52:53+08:00 ] 127.0.0.1 127.0.0.1 GET /Admin/withdrawal/withd_audit.html | ||
1404 | -[ info ] www.xkeasy.com/Admin/withdrawal/withd_audit.html [运行时间:0.386000s][吞吐率:2.59req/s] [内存消耗:2,952.20kb] [文件加载:87] | ||
1405 | -[ info ] [ DB ] INIT mysql | ||
1406 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.119000s ] | ||
1407 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php | ||
1408 | -[ info ] [ ROUTE ] array ( | ||
1409 | - 'type' => 'module', | ||
1410 | - 'module' => | ||
1411 | - array ( | ||
1412 | - 0 => 'Admin', | ||
1413 | - 1 => 'withdrawal', | ||
1414 | - 2 => 'withd_audit', | ||
1415 | - ), | ||
1416 | -) | ||
1417 | -[ info ] [ HEADER ] array ( | ||
1418 | - 'cookie' => 'thinkphp_show_page_trace=0|0; admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq', | ||
1419 | - 'accept-language' => 'zh-CN,zh;q=0.9', | ||
1420 | - 'accept-encoding' => 'gzip, deflate', | ||
1421 | - 'referer' => 'http://www.xkeasy.com/admin/index/index.html', | ||
1422 | - 'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3', | ||
1423 | - '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', | ||
1424 | - 'upgrade-insecure-requests' => '1', | ||
1425 | - 'connection' => 'close', | ||
1426 | - 'host' => 'www.xkeasy.com', | ||
1427 | -) | ||
1428 | -[ info ] [ PARAM ] array ( | ||
1429 | -) | ||
1430 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php | ||
1431 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php | ||
1432 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php | ||
1433 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.004000s ] | ||
1434 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php | ||
1435 | -[ info ] [ CACHE ] INIT File | ||
1436 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php | ||
1437 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php | ||
1438 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php | ||
1439 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php | ||
1440 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.013000s ] | ||
1441 | -[ info ] [ SESSION ] INIT array ( | ||
1442 | - 'id' => '', | ||
1443 | - 'var_session_id' => '', | ||
1444 | - 'prefix' => 'think', | ||
1445 | - 'type' => '', | ||
1446 | - 'auto_start' => true, | ||
1447 | -) | ||
1448 | -[ info ] [ RUN ] app\admin\controller\WithdrawalController->withd_audit[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\WithdrawalController.php ] | ||
1449 | -[ info ] [ VIEW ] themes/admin_simpleboot3/admin\withdrawal\withd_audit.html [ array ( | ||
1450 | - 0 => 'admin', | ||
1451 | - 1 => 'site_info', | ||
1452 | -) ] | ||
1453 | -[ info ] [ LOG ] INIT File | ||
1454 | -[ sql ] [ DB ] CONNECT:[ UseTime:0.055000s ] mysql:dbname=xkeasy;host=rm-m5eblhc9o3515i25neo.mysql.rds.aliyuncs.com;port=3306;charset=utf8mb4 | ||
1455 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.027000s ] | ||
1456 | -[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.027000s ] | ||
1457 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.027000s ] | ||
1458 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.026000s ] | ||
1459 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.027000s ] | ||
1460 | -[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.028000s ] | ||
1461 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.027000s ] | ||
1462 | ---------------------------------------------------------------- | ||
1463 | -[ 2019-05-29T18:52:55+08:00 ] 127.0.0.1 127.0.0.1 GET /Admin/withdrawal/withd_list.html | ||
1464 | -[ info ] www.xkeasy.com/Admin/withdrawal/withd_list.html [运行时间:0.447000s][吞吐率:2.24req/s] [内存消耗:3,061.43kb] [文件加载:90] | ||
1465 | -[ info ] [ DB ] INIT mysql | ||
1466 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.114000s ] | ||
1467 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\lang\zh-cn.php | ||
1468 | -[ info ] [ ROUTE ] array ( | ||
1469 | - 'type' => 'module', | ||
1470 | - 'module' => | ||
1471 | - array ( | ||
1472 | - 0 => 'Admin', | ||
1473 | - 1 => 'withdrawal', | ||
1474 | - 2 => 'withd_list', | ||
1475 | - ), | ||
1476 | -) | ||
1477 | -[ info ] [ HEADER ] array ( | ||
1478 | - 'cookie' => 'thinkphp_show_page_trace=0|0; admin_username=admin; PHPSESSID=jtkpiba1qjrpq4d0eg74d7i7bq', | ||
1479 | - 'accept-language' => 'zh-CN,zh;q=0.9', | ||
1480 | - 'accept-encoding' => 'gzip, deflate', | ||
1481 | - 'referer' => 'http://www.xkeasy.com/admin/index/index.html', | ||
1482 | - 'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3', | ||
1483 | - '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', | ||
1484 | - 'upgrade-insecure-requests' => '1', | ||
1485 | - 'connection' => 'close', | ||
1486 | - 'host' => 'www.xkeasy.com', | ||
1487 | -) | ||
1488 | -[ info ] [ PARAM ] array ( | ||
1489 | -) | ||
1490 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../simplewind/cmf/lang\zh-cn.php | ||
1491 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\common.php | ||
1492 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/portal\lang\zh-cn\common.php | ||
1493 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.008000s ] | ||
1494 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn.php | ||
1495 | -[ info ] [ CACHE ] INIT File | ||
1496 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin_menu.php | ||
1497 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/admin\lang\zh-cn\admin.php | ||
1498 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../app/user\lang\zh-cn\admin_menu.php | ||
1499 | -[ info ] [ LANG ] D:\PHPTutorial\WWW\xkeasy\public/../data/lang/zh-cn/admin_menu.php | ||
1500 | -[ info ] [ BEHAVIOR ] Run cmf\behavior\AdminLangBehavior @admin_init [ RunTime:0.006000s ] | ||
1501 | -[ info ] [ SESSION ] INIT array ( | ||
1502 | - 'id' => '', | ||
1503 | - 'var_session_id' => '', | ||
1504 | - 'prefix' => 'think', | ||
1505 | - 'type' => '', | ||
1506 | - 'auto_start' => true, | ||
1507 | -) | ||
1508 | -[ info ] [ RUN ] app\admin\controller\WithdrawalController->withd_list[ D:\PHPTutorial\WWW\xkeasy\app\admin\controller\WithdrawalController.php ] | ||
1509 | -[ info ] [ VIEW ] themes/admin_simpleboot3/admin\withdrawal\withd_list.html [ array ( | ||
1510 | - 0 => 'admin', | ||
1511 | - 1 => 'site_info', | ||
1512 | - 2 => 'data_arr', | ||
1513 | - 3 => 'data', | ||
1514 | -) ] | ||
1515 | -[ info ] [ LOG ] INIT File | ||
1516 | -[ sql ] [ DB ] CONNECT:[ UseTime:0.051000s ] mysql:dbname=xkeasy;host=rm-m5eblhc9o3515i25neo.mysql.rds.aliyuncs.com;port=3306;charset=utf8mb4 | ||
1517 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.027000s ] | ||
1518 | -[ sql ] [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY list_order ASC [ RunTime:0.028000s ] | ||
1519 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.026000s ] | ||
1520 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.025000s ] | ||
1521 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.027000s ] | ||
1522 | -[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.026000s ] | ||
1523 | -[ sql ] [ SQL ] SHOW COLUMNS FROM `cmf_money_expend` [ RunTime:0.026000s ] | ||
1524 | -[ 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 ] | ||
1525 | -[ 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 ] | ||
1526 | -[ sql ] [ SQL ] SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.026000s ] | ||
1527 | -[ sql ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'admin_settings' LIMIT 1 [ RunTime:0.026000s ] |
1 | -<?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;}*/ ?> | ||
2 | -<!doctype html> | ||
3 | -<html> | ||
4 | -<head> | ||
5 | - <meta charset="utf-8"> | ||
6 | - <!-- Set render engine for 360 browser --> | ||
7 | - <meta name="renderer" content="webkit"> | ||
8 | - <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
9 | - <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
10 | - | ||
11 | - <!-- HTML5 shim for IE8 support of HTML5 elements --> | ||
12 | - <!--[if lt IE 9]> | ||
13 | - <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
14 | - <![endif]--> | ||
15 | - | ||
16 | - | ||
17 | - <link href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/bootstrap.min.css" rel="stylesheet"> | ||
18 | - <link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet"> | ||
19 | - <link href="__STATIC__/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> | ||
20 | - <style> | ||
21 | - form .input-order { | ||
22 | - margin-bottom: 0px; | ||
23 | - padding: 0 2px; | ||
24 | - width: 42px; | ||
25 | - font-size: 12px; | ||
26 | - } | ||
27 | - | ||
28 | - form .input-order:focus { | ||
29 | - outline: none; | ||
30 | - } | ||
31 | - | ||
32 | - .table-actions { | ||
33 | - margin-top: 5px; | ||
34 | - margin-bottom: 5px; | ||
35 | - padding: 0px; | ||
36 | - } | ||
37 | - | ||
38 | - .table-list { | ||
39 | - margin-bottom: 0px; | ||
40 | - } | ||
41 | - | ||
42 | - .form-required { | ||
43 | - color: red; | ||
44 | - } | ||
45 | - </style> | ||
46 | - <script type="text/javascript"> | ||
47 | - //全局变量 | ||
48 | - var GV = { | ||
49 | - ROOT: "__ROOT__/", | ||
50 | - WEB_ROOT: "__WEB_ROOT__/", | ||
51 | - JS_ROOT: "static/js/", | ||
52 | - APP: '<?php echo \think\Request::instance()->module(); ?>'/*当前应用名*/ | ||
53 | - }; | ||
54 | - </script> | ||
55 | - <script src="__TMPL__/public/assets/js/jquery-1.10.2.min.js"></script> | ||
56 | - <script src="__STATIC__/js/wind.js"></script> | ||
57 | - <script src="__TMPL__/public/assets/js/bootstrap.min.js"></script> | ||
58 | - <script> | ||
59 | - Wind.css('artDialog'); | ||
60 | - Wind.css('layer'); | ||
61 | - $(function () { | ||
62 | - $("[data-toggle='tooltip']").tooltip(); | ||
63 | - $("li.dropdown").hover(function () { | ||
64 | - $(this).addClass("open"); | ||
65 | - }, function () { | ||
66 | - $(this).removeClass("open"); | ||
67 | - }); | ||
68 | - }); | ||
69 | - </script> | ||
70 | - <?php if(APP_DEBUG): ?> | ||
71 | - <style> | ||
72 | - #think_page_trace_open { | ||
73 | - z-index: 9999; | ||
74 | - } | ||
75 | - </style> | ||
76 | - <?php endif; ?> | ||
77 | -</head> | ||
78 | -<body> | ||
79 | -<style> | ||
80 | - .pagination{text-align:center;margin-top:20px;margin-bottom: 20px;} | ||
81 | - .pagination li{margin:0px 10px; border:1px solid #e6e6e6;padding: 3px 8px;display: inline-block;} | ||
82 | - .pagination .active{background-color: #dd1a20;color: #fff;} | ||
83 | - .pagination .disabled{color:#aaa;} | ||
84 | -</style> | ||
85 | -<div class="wrap js-check-wrap"> | ||
86 | - <ul class="nav nav-tabs"> | ||
87 | - <li class="active"><a href="#">商品列表</a></li> | ||
88 | - <li><a href="<?php echo url('Goods/goods_add'); ?>">添加商品</a></li> | ||
89 | - </ul> | ||
90 | - <form class="well form-inline margin-top-20" method="post" action="<?php echo url('Goods/goods_list'); ?>"> | ||
91 | - 时间: | ||
92 | - <input type="text" class="form-control js-bootstrap-datetime" name="start_time" | ||
93 | - value="<?php echo (isset($start_time) && ($start_time !== '')?$start_time:''); ?>" | ||
94 | - style="width: 140px;" autocomplete="off">- | ||
95 | - <input type="text" class="form-control js-bootstrap-datetime" name="end_time" | ||
96 | - value="<?php echo (isset($end_time) && ($end_time !== '')?$end_time:''); ?>" | ||
97 | - style="width: 140px;" autocomplete="off"> | ||
98 | - 关键字: | ||
99 | - <input type="text" class="form-control" name="keyword" style="width: 200px;" | ||
100 | - value="<?php echo (isset($keyword) && ($keyword !== '')?$keyword:''); ?>" placeholder="请输入商品名称..."> | ||
101 | - 分类: | ||
102 | - <select name="classify_id" class="form-control"> | ||
103 | - <option value="100">全部</option> | ||
104 | - <option value="0">为空</option> | ||
105 | - <?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;?> | ||
106 | - <option value="<?php echo $vo['id']; ?>"><?php echo $vo['name']; ?></option> | ||
107 | - <?php endforeach; endif; else: echo "" ;endif; ?> | ||
108 | - </select> | ||
109 | - <input type="submit" class="btn btn-primary" value="搜索"/> | ||
110 | - <a class="btn btn-danger" href="<?php echo url('Goods/goods_list'); ?>">清空</a> | ||
111 | - </form> | ||
112 | - <table class="table table-bordered"> | ||
113 | - <thead> | ||
114 | - <tr> | ||
115 | - <th>序号</th> | ||
116 | - <th>商品名称</th> | ||
117 | - <th>分类</th> | ||
118 | - <th>售价</th> | ||
119 | - <th>销量</th> | ||
120 | - <th>创建时间</th> | ||
121 | - <th>操作</th> | ||
122 | - </tr> | ||
123 | - </thead> | ||
124 | - <tbody> | ||
125 | - <?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;?> | ||
126 | - <tr class="tr<?php echo $vo['id']; ?>"> | ||
127 | - <td><?php echo $vo['id']; ?></td> | ||
128 | - <td><?php echo $vo['book_name']; ?></td> | ||
129 | - <td><?php echo (isset($vo['classify_name']) && ($vo['classify_name'] !== '')?$vo['classify_name']:'为空'); ?></td> | ||
130 | - <td><?php echo $vo['price']; ?></td> | ||
131 | - <td><?php echo $vo['sales']; ?></td> | ||
132 | - <td><?php echo date("Y-m-d H:i:s",$vo['create_time']); ?></td> | ||
133 | - <td> | ||
134 | - <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> | ||
135 | - <?php if($vo['is_out'] == 1): ?> | ||
136 | - <button type="button" class="btn btn-default out<?php echo $vo['id']; ?>" onclick="sold_out(<?php echo $vo['id']; ?>);">下架</button> | ||
137 | - <?php else: ?> | ||
138 | - <button type="button" class="btn btn-default out<?php echo $vo['id']; ?>" style="background-color: red" onclick="putaway(<?php echo $vo['id']; ?>);">上架</button> | ||
139 | - <?php endif; ?> | ||
140 | - <button type="button" class="btn btn-default" onclick="del(<?php echo $vo['id']; ?>)">删除</button> | ||
141 | - </td> | ||
142 | - </tr> | ||
143 | - <?php endforeach; endif; else: echo "" ;endif; ?> | ||
144 | - | ||
145 | - </tbody> | ||
146 | - </table> | ||
147 | - <div class="pagination"> | ||
148 | - <?php echo $res -> render(); ?> | ||
149 | - </div> | ||
150 | - <div> | ||
151 | - <a href="<?php echo url('Goods/goods_new'); ?>"><button type="button" class="btn btn-primary">推荐新品</button></a> | ||
152 | - <a href="<?php echo url('Goods/goods_hot'); ?>"><button type="button" class="btn btn-primary">推荐热门</button></a> | ||
153 | - </div> | ||
154 | -</div> | ||
155 | -<script src="__STATIC__/js/admin.js"></script> | ||
156 | -<script> | ||
157 | - function reloadPage(win) { | ||
158 | - win.location.reload(); | ||
159 | - } | ||
160 | - | ||
161 | - /** | ||
162 | - *点击下架 | ||
163 | - */ | ||
164 | - function sold_out(id){ | ||
165 | - ccc = window.confirm('是否下架商品?'); | ||
166 | - if(ccc){ | ||
167 | - $.post("<?php echo url('Goods/sold_out'); ?>",{id:id},function(data){ | ||
168 | - if(data){ | ||
169 | - $('.out'+id).remove(); | ||
170 | - $('.edit'+id).parent().after("<button type='button' class='btn btn-default out"+id+"' onclick='putaway("+id+");' style='background-color: red'>上架</button>"); | ||
171 | - }else{ | ||
172 | - alert('下架失败'); | ||
173 | - } | ||
174 | - }); | ||
175 | - } | ||
176 | - } | ||
177 | - | ||
178 | - /** | ||
179 | - *点击上架 | ||
180 | - */ | ||
181 | - function putaway(id){ | ||
182 | - ccc = window.confirm('是否上架商品?'); | ||
183 | - if(ccc){ | ||
184 | - $.post("<?php echo url('Goods/putaway'); ?>",{id:id},function(data){ | ||
185 | - if(data){ | ||
186 | - $('.out'+id).remove(); | ||
187 | - $('.edit'+id).parent().after("<button type='button' class='btn btn-default out"+id+"' onclick='sold_out("+id+");'>下架</button>"); | ||
188 | - }else{ | ||
189 | - alert('上架失败'); | ||
190 | - } | ||
191 | - }); | ||
192 | - } | ||
193 | - } | ||
194 | - | ||
195 | - /** | ||
196 | - *点击删除 | ||
197 | - */ | ||
198 | - function del(id){ | ||
199 | - ccc = window.confirm('是否删除这条商品?'); | ||
200 | - if(ccc){ | ||
201 | - $.post("<?php echo url('Goods/goods_del'); ?>",{id:id},function(data){ | ||
202 | - if(data){ | ||
203 | - $('.tr'+id).remove(); | ||
204 | - }else{ | ||
205 | - alert('删除失败') | ||
206 | - } | ||
207 | - }); | ||
208 | - } | ||
209 | - } | ||
210 | - | ||
211 | -</script> | ||
212 | -</body> | ||
213 | -</html> |
1 | -<?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;}*/ ?> | ||
2 | -<!doctype html> | ||
3 | -<html> | ||
4 | -<head> | ||
5 | - <meta charset="utf-8"> | ||
6 | - <!-- Set render engine for 360 browser --> | ||
7 | - <meta name="renderer" content="webkit"> | ||
8 | - <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
9 | - <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
10 | - | ||
11 | - <!-- HTML5 shim for IE8 support of HTML5 elements --> | ||
12 | - <!--[if lt IE 9]> | ||
13 | - <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
14 | - <![endif]--> | ||
15 | - | ||
16 | - | ||
17 | - <link href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/bootstrap.min.css" rel="stylesheet"> | ||
18 | - <link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet"> | ||
19 | - <link href="__STATIC__/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> | ||
20 | - <style> | ||
21 | - form .input-order { | ||
22 | - margin-bottom: 0px; | ||
23 | - padding: 0 2px; | ||
24 | - width: 42px; | ||
25 | - font-size: 12px; | ||
26 | - } | ||
27 | - | ||
28 | - form .input-order:focus { | ||
29 | - outline: none; | ||
30 | - } | ||
31 | - | ||
32 | - .table-actions { | ||
33 | - margin-top: 5px; | ||
34 | - margin-bottom: 5px; | ||
35 | - padding: 0px; | ||
36 | - } | ||
37 | - | ||
38 | - .table-list { | ||
39 | - margin-bottom: 0px; | ||
40 | - } | ||
41 | - | ||
42 | - .form-required { | ||
43 | - color: red; | ||
44 | - } | ||
45 | - </style> | ||
46 | - <script type="text/javascript"> | ||
47 | - //全局变量 | ||
48 | - var GV = { | ||
49 | - ROOT: "__ROOT__/", | ||
50 | - WEB_ROOT: "__WEB_ROOT__/", | ||
51 | - JS_ROOT: "static/js/", | ||
52 | - APP: '<?php echo \think\Request::instance()->module(); ?>'/*当前应用名*/ | ||
53 | - }; | ||
54 | - </script> | ||
55 | - <script src="__TMPL__/public/assets/js/jquery-1.10.2.min.js"></script> | ||
56 | - <script src="__STATIC__/js/wind.js"></script> | ||
57 | - <script src="__TMPL__/public/assets/js/bootstrap.min.js"></script> | ||
58 | - <script> | ||
59 | - Wind.css('artDialog'); | ||
60 | - Wind.css('layer'); | ||
61 | - $(function () { | ||
62 | - $("[data-toggle='tooltip']").tooltip(); | ||
63 | - $("li.dropdown").hover(function () { | ||
64 | - $(this).addClass("open"); | ||
65 | - }, function () { | ||
66 | - $(this).removeClass("open"); | ||
67 | - }); | ||
68 | - }); | ||
69 | - </script> | ||
70 | - <?php if(APP_DEBUG): ?> | ||
71 | - <style> | ||
72 | - #think_page_trace_open { | ||
73 | - z-index: 9999; | ||
74 | - } | ||
75 | - </style> | ||
76 | - <?php endif; ?> | ||
77 | -</head> | ||
78 | -<body> | ||
79 | -<style> | ||
80 | - .pagination{text-align:center;margin-top:20px;margin-bottom: 20px;} | ||
81 | - .pagination li{margin:0px 10px; border:1px solid #e6e6e6;padding: 3px 8px;display: inline-block;} | ||
82 | - .pagination .active{background-color: #dd1a20;color: #fff;} | ||
83 | - .pagination .disabled{color:#aaa;} | ||
84 | -</style> | ||
85 | -<div class="wrap js-check-wrap"> | ||
86 | - <ul class="nav nav-tabs"> | ||
87 | - <li><a href="<?php echo url('Users/user_list'); ?>">用户列表</a></li> | ||
88 | - <li class="active"><a href="#">老师名单</a></li> | ||
89 | - </ul> | ||
90 | - <form class="well form-inline margin-top-20" method="post" action="<?php echo url('Users/teacher_list'); ?>"> | ||
91 | - 时间: | ||
92 | - <input type="text" class="form-control js-bootstrap-datetime" name="start_time" | ||
93 | - value="<?php echo (isset($start_time) && ($start_time !== '')?$start_time:''); ?>" | ||
94 | - style="width: 140px;" autocomplete="off">- | ||
95 | - <input type="text" class="form-control js-bootstrap-datetime" name="end_time" | ||
96 | - value="<?php echo (isset($end_time) && ($end_time !== '')?$end_time:''); ?>" | ||
97 | - style="width: 140px;" autocomplete="off"> | ||
98 | - <input type="hidden" name="salesman_id" value="<?php echo $salesman_id; ?>"> | ||
99 | - 关键字: | ||
100 | - <input type="text" class="form-control" name="keyword" style="width: 200px;" | ||
101 | - value="<?php echo (isset($keyword) && ($keyword !== '')?$keyword:''); ?>" placeholder="请输入微信昵称..."> | ||
102 | - <input type="submit" class="btn btn-primary" value="搜索"/> | ||
103 | - <a class="btn btn-danger" href="<?php echo url('Users/teacher_list',array('id'=>$salesman_id)); ?>">清空</a> | ||
104 | - </form> | ||
105 | - <table class="table table-bordered"> | ||
106 | - <thead> | ||
107 | - <tr> | ||
108 | - <th>序号</th> | ||
109 | - <th>教师</th> | ||
110 | - <th>累计收益</th> | ||
111 | - <th>创建时间</th> | ||
112 | - </tr> | ||
113 | - </thead> | ||
114 | - <tbody> | ||
115 | - <?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;?> | ||
116 | - <tr> | ||
117 | - <td><?php echo $vo['id']; ?></td> | ||
118 | - <td><?php echo $vo['user_nickname']; ?></td> | ||
119 | - <td>560001</td> | ||
120 | - <td><?php echo date("Y-m-d H:i:s",$vo['create_time']); ?></td> | ||
121 | - </tr> | ||
122 | - <?php endforeach; endif; else: echo "" ;endif; ?> | ||
123 | - </tbody> | ||
124 | - </table> | ||
125 | -</div> | ||
126 | -<div class="pagination"> | ||
127 | - <?php echo $data->render(); ?> | ||
128 | -</div> | ||
129 | -<script src="__STATIC__/js/admin.js"></script> | ||
130 | -</body> | ||
131 | -</html> |
1 | -<?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;}*/ ?> | ||
2 | -<!doctype html> | ||
3 | -<html> | ||
4 | -<head> | ||
5 | - <meta charset="utf-8"> | ||
6 | - <!-- Set render engine for 360 browser --> | ||
7 | - <meta name="renderer" content="webkit"> | ||
8 | - <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
9 | - <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
10 | - | ||
11 | - <!-- HTML5 shim for IE8 support of HTML5 elements --> | ||
12 | - <!--[if lt IE 9]> | ||
13 | - <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
14 | - <![endif]--> | ||
15 | - | ||
16 | - | ||
17 | - <link href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/bootstrap.min.css" rel="stylesheet"> | ||
18 | - <link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet"> | ||
19 | - <link href="__STATIC__/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> | ||
20 | - <style> | ||
21 | - form .input-order { | ||
22 | - margin-bottom: 0px; | ||
23 | - padding: 0 2px; | ||
24 | - width: 42px; | ||
25 | - font-size: 12px; | ||
26 | - } | ||
27 | - | ||
28 | - form .input-order:focus { | ||
29 | - outline: none; | ||
30 | - } | ||
31 | - | ||
32 | - .table-actions { | ||
33 | - margin-top: 5px; | ||
34 | - margin-bottom: 5px; | ||
35 | - padding: 0px; | ||
36 | - } | ||
37 | - | ||
38 | - .table-list { | ||
39 | - margin-bottom: 0px; | ||
40 | - } | ||
41 | - | ||
42 | - .form-required { | ||
43 | - color: red; | ||
44 | - } | ||
45 | - </style> | ||
46 | - <script type="text/javascript"> | ||
47 | - //全局变量 | ||
48 | - var GV = { | ||
49 | - ROOT: "__ROOT__/", | ||
50 | - WEB_ROOT: "__WEB_ROOT__/", | ||
51 | - JS_ROOT: "static/js/", | ||
52 | - APP: '<?php echo \think\Request::instance()->module(); ?>'/*当前应用名*/ | ||
53 | - }; | ||
54 | - </script> | ||
55 | - <script src="__TMPL__/public/assets/js/jquery-1.10.2.min.js"></script> | ||
56 | - <script src="__STATIC__/js/wind.js"></script> | ||
57 | - <script src="__TMPL__/public/assets/js/bootstrap.min.js"></script> | ||
58 | - <script> | ||
59 | - Wind.css('artDialog'); | ||
60 | - Wind.css('layer'); | ||
61 | - $(function () { | ||
62 | - $("[data-toggle='tooltip']").tooltip(); | ||
63 | - $("li.dropdown").hover(function () { | ||
64 | - $(this).addClass("open"); | ||
65 | - }, function () { | ||
66 | - $(this).removeClass("open"); | ||
67 | - }); | ||
68 | - }); | ||
69 | - </script> | ||
70 | - <?php if(APP_DEBUG): ?> | ||
71 | - <style> | ||
72 | - #think_page_trace_open { | ||
73 | - z-index: 9999; | ||
74 | - } | ||
75 | - </style> | ||
76 | - <?php endif; ?> | ||
77 | -<style type="text/css"> | ||
78 | - .pic-list li { | ||
79 | - margin-bottom: 5px; | ||
80 | - } | ||
81 | -</style> | ||
82 | -<script type="text/html" id="photos-item-tpl"> | ||
83 | - <li id="saved-image{id}"> | ||
84 | - <input id="photo-{id}" type="hidden" name="photo_urls[]" value="{filepath}"> | ||
85 | - <input class="form-control" id="photo-{id}-name" type="text" name="photo_names[]" value="{name}" | ||
86 | - style="width: 200px;" title="图片名称"> | ||
87 | - <img id="photo-{id}-preview" src="{url}" style="height:36px;width: 36px;" | ||
88 | - onclick="imagePreviewDialog(this.src);"> | ||
89 | - <a href="javascript:uploadOneImage('图片上传','#photo-{id}');">替换</a> | ||
90 | - <a href="javascript:(function(){$('#saved-image{id}').remove();})();">移除</a> | ||
91 | - </li> | ||
92 | -</script> | ||
93 | -<script type="text/html" id="files-item-tpl"> | ||
94 | - <li id="saved-file{id}"> | ||
95 | - <input id="file-{id}" type="hidden" name="file_urls[]" value="{filepath}"> | ||
96 | - <input class="form-control" id="file-{id}-name" type="text" name="file_names[]" value="{name}" | ||
97 | - style="width: 200px;" title="文件名称"> | ||
98 | - <a id="file-{id}-preview" href="{preview_url}" target="_blank">下载</a> | ||
99 | - <a href="javascript:uploadOne('图片上传','#file-{id}','file');">替换</a> | ||
100 | - <a href="javascript:(function(){$('#saved-file{id}').remove();})();">移除</a> | ||
101 | - </li> | ||
102 | -</script> | ||
103 | -</head> | ||
104 | -<body> | ||
105 | -<div class="wrap js-check-wrap"> | ||
106 | - <ul class="nav nav-tabs"> | ||
107 | - <li><a href="<?php echo url('AdminArticle/index'); ?>">文章管理</a></li> | ||
108 | - <li> | ||
109 | - <a href="<?php echo url('AdminArticle/add'); ?>">添加文章</a> | ||
110 | - </li> | ||
111 | - <li class="active"><a href="#">编辑文章</a></li> | ||
112 | - </ul> | ||
113 | - <form action="<?php echo url('AdminArticle/editPost'); ?>" method="post" class="form-horizontal js-ajax-form margin-top-20"> | ||
114 | - <div class="row"> | ||
115 | - <div class="col-md-9"> | ||
116 | - <table class="table table-bordered"> | ||
117 | - <tr> | ||
118 | - <th width="100">分类<span class="form-required">*</span></th> | ||
119 | - <td> | ||
120 | - <input class="form-control" type="text" style="width:400px;" required | ||
121 | - value="<?php echo implode(' ',$post_categories); ?>" | ||
122 | - placeholder="请选择分类" onclick="doSelectCategory();" id="js-categories-name-input" | ||
123 | - readonly/> | ||
124 | - <input class="form-control" type="hidden" value="<?php echo $post_category_ids; ?>" | ||
125 | - name="post[categories]" | ||
126 | - id="js-categories-id-input"/> | ||
127 | - </td> | ||
128 | - </tr> | ||
129 | - <tr> | ||
130 | - <th>标题<span class="form-required">*</span></th> | ||
131 | - <td> | ||
132 | - <input type="hidden" name="post[id]" value="<?php echo $post['id']; ?>"> | ||
133 | - <input class="form-control" type="text" name="post[post_title]" | ||
134 | - required value="<?php echo $post['post_title']; ?>" placeholder="请输入标题"/> | ||
135 | - </td> | ||
136 | - </tr> | ||
137 | - <tr> | ||
138 | - <th>关键词</th> | ||
139 | - <td> | ||
140 | - <input class="form-control" type="text" name="post[post_keywords]" | ||
141 | - value="<?php echo $post['post_keywords']; ?>" placeholder="请输入关键字"> | ||
142 | - <p class="help-block">多关键词之间用英文逗号隔开</p> | ||
143 | - </td> | ||
144 | - </tr> | ||
145 | - <tr> | ||
146 | - <th>文章来源</th> | ||
147 | - <td> | ||
148 | - <input class="form-control" type="text" name="post[post_source]" | ||
149 | - value="<?php echo $post['post_source']; ?>" placeholder="请输入文章来源"> | ||
150 | - </td> | ||
151 | - </tr> | ||
152 | - <tr> | ||
153 | - <th>摘要</th> | ||
154 | - <td> | ||
155 | - <textarea class="form-control" name="post[post_excerpt]" style="height: 50px;" | ||
156 | - placeholder="请填写摘要"><?php echo $post['post_excerpt']; ?></textarea> | ||
157 | - </td> | ||
158 | - </tr> | ||
159 | - <tr> | ||
160 | - <th>内容</th> | ||
161 | - <td> | ||
162 | - <script type="text/plain" id="content" name="post[post_content]"><?php echo $post['post_content']; ?></script> | ||
163 | - </td> | ||
164 | - </tr> | ||
165 | - <tr> | ||
166 | - <th>相册</th> | ||
167 | - <td> | ||
168 | - <ul id="photos" class="pic-list list-unstyled form-inline"> | ||
169 | - <?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']); ?> | ||
170 | - <li id="saved-image<?php echo $key; ?>"> | ||
171 | - <input id="photo-<?php echo $key; ?>" type="hidden" name="photo_urls[]" | ||
172 | - value="<?php echo $vo['url']; ?>"> | ||
173 | - <input class="form-control" id="photo-<?php echo $key; ?>-name" type="text" | ||
174 | - name="photo_names[]" | ||
175 | - value="<?php echo (isset($vo['name']) && ($vo['name'] !== '')?$vo['name']:''); ?>" style="width: 200px;" title="图片名称"> | ||
176 | - <img id="photo-<?php echo $key; ?>-preview" | ||
177 | - src="<?php echo cmf_get_image_preview_url($vo['url']); ?>" | ||
178 | - style="height:36px;width: 36px;" | ||
179 | - onclick="parent.imagePreviewDialog(this.src);"> | ||
180 | - <a href="javascript:uploadOneImage('图片上传','#photo-<?php echo $key; ?>');">替换</a> | ||
181 | - <a href="javascript:(function(){$('#saved-image<?php echo $key; ?>').remove();})();">移除</a> | ||
182 | - </li> | ||
183 | - <?php endforeach; endif; else: echo "" ;endif; endif; ?> | ||
184 | - </ul> | ||
185 | - <a href="javascript:uploadMultiImage('图片上传','#photos','photos-item-tpl');" | ||
186 | - class="btn btn-sm btn-default">选择图片</a> | ||
187 | - </td> | ||
188 | - </tr> | ||
189 | - <tr> | ||
190 | - <th>附件</th> | ||
191 | - <td> | ||
192 | - <ul id="files" class="pic-list list-unstyled form-inline"> | ||
193 | - <?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']); ?> | ||
194 | - <li id="saved-file<?php echo $key; ?>"> | ||
195 | - <input id="file-<?php echo $key; ?>" type="hidden" name="file_urls[]" | ||
196 | - value="<?php echo $vo['url']; ?>"> | ||
197 | - <input class="form-control" id="file-<?php echo $key; ?>-name" type="text" | ||
198 | - name="file_names[]" | ||
199 | - value="<?php echo $vo['name']; ?>" style="width: 200px;" title="图片名称"> | ||
200 | - <a id="file-<?php echo $key; ?>-preview" href="<?php echo $file_url; ?>" target="_blank">下载</a> | ||
201 | - <a href="javascript:uploadOne('图片上传','#file-<?php echo $key; ?>');">替换</a> | ||
202 | - <a href="javascript:(function(){$('#saved-file<?php echo $key; ?>').remove();})();">移除</a> | ||
203 | - </li> | ||
204 | - <?php endforeach; endif; else: echo "" ;endif; endif; ?> | ||
205 | - </ul> | ||
206 | - <a href="javascript:uploadMultiFile('附件上传','#files','files-item-tpl');" | ||
207 | - class="btn btn-sm btn-default">选择文件</a> | ||
208 | - </td> | ||
209 | - </tr> | ||
210 | - </table> | ||
211 | - </div> | ||
212 | - <div class="col-md-3"> | ||
213 | - <table class="table table-bordered"> | ||
214 | - <tr> | ||
215 | - <th>缩略图</th> | ||
216 | - </tr> | ||
217 | - <tr> | ||
218 | - <td> | ||
219 | - <div style="text-align: center;"> | ||
220 | - <input type="hidden" name="post[more][thumbnail]" id="thumbnail" | ||
221 | - value="<?php echo (isset($post['more']['thumbnail']) && ($post['more']['thumbnail'] !== '')?$post['more']['thumbnail']:''); ?>"> | ||
222 | - <a href="javascript:uploadOneImage('图片上传','#thumbnail');"> | ||
223 | - <?php if(empty($post['more']['thumbnail'])): ?> | ||
224 | - <img src="__TMPL__/public/assets/images/default-thumbnail.png" | ||
225 | - id="thumbnail-preview" | ||
226 | - width="135" style="cursor: pointer"/> | ||
227 | - <?php else: ?> | ||
228 | - <img src="<?php echo cmf_get_image_preview_url($post['more']['thumbnail']); ?>" | ||
229 | - id="thumbnail-preview" | ||
230 | - width="135" style="cursor: pointer"/> | ||
231 | - <?php endif; ?> | ||
232 | - </a> | ||
233 | - <input type="button" class="btn btn-sm btn-cancel-thumbnail" value="取消图片"> | ||
234 | - </div> | ||
235 | - </td> | ||
236 | - </tr> | ||
237 | - <tr> | ||
238 | - <th>发布时间</th> | ||
239 | - </tr> | ||
240 | - <tr> | ||
241 | - <td> | ||
242 | - <input class="form-control js-bootstrap-datetime" type="text" name="post[published_time]" | ||
243 | - value="<?php echo date('Y-m-d H:i',$post['published_time']); ?>"> | ||
244 | - </td> | ||
245 | - </tr> | ||
246 | - <!-- | ||
247 | - <tr> | ||
248 | - <th>评论</th> | ||
249 | - </tr> | ||
250 | - <tr> | ||
251 | - <td> | ||
252 | - <label style="width: 88px"><a | ||
253 | - href="javascript:openIframeDialog('<?php echo url('comment/commentadmin/index',array('post_id'=>$post['id'])); ?>','评论列表')">查看评论</a></label> | ||
254 | - </td> | ||
255 | - </tr> | ||
256 | - --> | ||
257 | - <tr> | ||
258 | - <th>状态</th> | ||
259 | - <?php | ||
260 | - $status_yes=$post['post_status']==1?"checked":""; | ||
261 | - $is_top_yes=$post['is_top']==1?"checked":""; | ||
262 | - $recommended_yes=$post['recommended']==1?"checked":""; | ||
263 | - ?> | ||
264 | - </tr> | ||
265 | - <tr> | ||
266 | - <td> | ||
267 | - <div class="checkbox"> | ||
268 | - <label> | ||
269 | - <input type="checkbox" name="post[post_status]" value="1" <?php echo $status_yes; ?>>发布 | ||
270 | - </label> | ||
271 | - </div> | ||
272 | - </td> | ||
273 | - </tr> | ||
274 | - <tr> | ||
275 | - <td> | ||
276 | - <div class="checkbox"> | ||
277 | - <label><input type="checkbox" name="post[is_top]" value="1" <?php echo $is_top_yes; ?>>置顶</label> | ||
278 | - </div> | ||
279 | - </td> | ||
280 | - </tr> | ||
281 | - <tr> | ||
282 | - <td> | ||
283 | - <div class="checkbox"> | ||
284 | - <label> | ||
285 | - <input type="checkbox" name="post[recommended]" value="1" <?php echo $recommended_yes; ?>>推荐 | ||
286 | - </label> | ||
287 | - </div> | ||
288 | - </td> | ||
289 | - </tr> | ||
290 | - <tr> | ||
291 | - <th>文章模板</th> | ||
292 | - </tr> | ||
293 | - <tr> | ||
294 | - <td> | ||
295 | - <select class="form-control" name="post[more][template]" id="more-template-select"> | ||
296 | - <option value="">请选择模板</option> | ||
297 | - <?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']); ?> | ||
298 | - <option value="<?php echo $value; ?>"><?php echo $vo['name']; ?> <?php echo $vo['file']; ?>.html</option> | ||
299 | - <?php endforeach; endif; else: echo "" ;endif; ?> | ||
300 | - </select> | ||
301 | - </td> | ||
302 | - </tr> | ||
303 | - </table> | ||
304 | - </div> | ||
305 | - </div> | ||
306 | - <div class="form-group"> | ||
307 | - <div class="col-sm-offset-2 col-sm-10"> | ||
308 | - <button type="submit" class="btn btn-primary js-ajax-submit"><?php echo lang('SAVE'); ?></button> | ||
309 | - <a class="btn btn-default" href="javascript:history.back(-1);"><?php echo lang('BACK'); ?></a> | ||
310 | - </div> | ||
311 | - </div> | ||
312 | - </form> | ||
313 | -</div> | ||
314 | -<script type="text/javascript" src="__STATIC__/js/admin.js"></script> | ||
315 | -<script type="text/javascript"> | ||
316 | - //编辑器路径定义 | ||
317 | - var editorURL = GV.WEB_ROOT; | ||
318 | -</script> | ||
319 | -<script type="text/javascript" src="__STATIC__/js/ueditor/ueditor.config.js"></script> | ||
320 | -<script type="text/javascript" src="__STATIC__/js/ueditor/ueditor.all.min.js"></script> | ||
321 | -<script type="text/javascript"> | ||
322 | - $(function () { | ||
323 | - | ||
324 | - editorcontent = new baidu.editor.ui.Editor(); | ||
325 | - editorcontent.render('content'); | ||
326 | - try { | ||
327 | - editorcontent.sync(); | ||
328 | - } catch (err) { | ||
329 | - } | ||
330 | - | ||
331 | - $('.btn-cancel-thumbnail').click(function () { | ||
332 | - $('#thumbnail-preview').attr('src', '__TMPL__/public/assets/images/default-thumbnail.png'); | ||
333 | - $('#thumbnail').val(''); | ||
334 | - }); | ||
335 | - | ||
336 | - $('#more-template-select').val("<?php echo (isset($post['more']['template']) && ($post['more']['template'] !== '')?$post['more']['template']:''); ?>"); | ||
337 | - }); | ||
338 | - | ||
339 | - function doSelectCategory() { | ||
340 | - var selectedCategoriesId = $('#js-categories-id-input').val(); | ||
341 | - openIframeLayer("<?php echo url('AdminCategory/select'); ?>?ids=" + selectedCategoriesId, '请选择分类', { | ||
342 | - area: ['700px', '400px'], | ||
343 | - btn: ['确定', '取消'], | ||
344 | - yes: function (index, layero) { | ||
345 | - //do something | ||
346 | - | ||
347 | - var iframeWin = window[layero.find('iframe')[0]['name']]; | ||
348 | - var selectedCategories = iframeWin.confirm(); | ||
349 | - if (selectedCategories.selectedCategoriesId.length == 0) { | ||
350 | - layer.msg('请选择分类'); | ||
351 | - return; | ||
352 | - } | ||
353 | - $('#js-categories-id-input').val(selectedCategories.selectedCategoriesId.join(',')); | ||
354 | - $('#js-categories-name-input').val(selectedCategories.selectedCategoriesName.join(' ')); | ||
355 | - //console.log(layer.getFrameIndex(index)); | ||
356 | - layer.close(index); //如果设定了yes回调,需进行手工关闭 | ||
357 | - } | ||
358 | - }); | ||
359 | - } | ||
360 | -</script> | ||
361 | -</body> | ||
362 | -</html> |
1 | -<?php if (!defined('THINK_PATH')) exit(); /*a:1:{s:67:"D:\PHPTutorial\WWW\xkeasy\simplewind\thinkphp\tpl\dispatch_jump.tpl";i:1547883254;}*/ ?> | ||
2 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
3 | -<html xmlns="http://www.w3.org/1999/xhtml"> | ||
4 | -<head> | ||
5 | - <title>跳转提示</title> | ||
6 | - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
7 | - <meta name="HandheldFriendly" content="true" /> | ||
8 | - <meta name="MobileOptimized" content="320" /> | ||
9 | - <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> | ||
10 | - <link rel="stylesheet" type="text/css" href="/plugins/yim_e404/css/dandelion.css" media="screen" /> | ||
11 | -</head> | ||
12 | -<body> | ||
13 | -<div id="da-wrapper" class="fluid"> | ||
14 | - <!-- Content --> | ||
15 | - <div id="da-content"> | ||
16 | - <!-- Container --> | ||
17 | - <div class="da-container clearfix"> | ||
18 | - <div id="da-error-wrapper"> | ||
19 | - <div id="da-error-pin"></div> | ||
20 | - <?php switch($code): case "1": ?> | ||
21 | - <div id="da-error-code">success <span>☺</span></div> | ||
22 | - <?php break; case "0": ?> | ||
23 | - <div id="da-error-code">error <span>☹</span></div> | ||
24 | - <?php break; default: ?> | ||
25 | - <div id="da-error-code">^-^ <span><?php echo $code; ?></span></div> | ||
26 | - <?php endswitch; ?> | ||
27 | - <h1 class="da-error-heading"><?php echo(strip_tags($msg));?></h1> | ||
28 | - <?php if(!(empty($url) || (($url instanceof \think\Collection || $url instanceof \think\Paginator ) && $url->isEmpty()))): ?> | ||
29 | - <p>页面自动: <a id="href" href="<?php echo $url; ?>">跳转</a> 等待时间: <b id="wait"><?php echo $wait; ?></b> | ||
30 | - <?php endif; ?> | ||
31 | - </div> | ||
32 | - </div> | ||
33 | - </div> | ||
34 | -</div> | ||
35 | -<script type="text/javascript"> | ||
36 | - (function(){ | ||
37 | - var wait = document.getElementById('wait'), | ||
38 | - href = document.getElementById('href').href; | ||
39 | - var interval = setInterval(function(){ | ||
40 | - var time = --wait.innerHTML; | ||
41 | - if(time <= 0) { | ||
42 | - location.href = href; | ||
43 | - clearInterval(interval); | ||
44 | - }; | ||
45 | - }, 1000); | ||
46 | - })(); | ||
47 | -</script> | ||
48 | -</body> | ||
49 | -</html> |
1 | -<?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;}*/ ?> | ||
2 | -<!doctype html> | ||
3 | -<html> | ||
4 | -<head> | ||
5 | - <meta charset="utf-8"> | ||
6 | - <!-- Set render engine for 360 browser --> | ||
7 | - <meta name="renderer" content="webkit"> | ||
8 | - <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
9 | - <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
10 | - | ||
11 | - <!-- HTML5 shim for IE8 support of HTML5 elements --> | ||
12 | - <!--[if lt IE 9]> | ||
13 | - <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
14 | - <![endif]--> | ||
15 | - | ||
16 | - | ||
17 | - <link href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/bootstrap.min.css" rel="stylesheet"> | ||
18 | - <link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet"> | ||
19 | - <link href="__STATIC__/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> | ||
20 | - <style> | ||
21 | - form .input-order { | ||
22 | - margin-bottom: 0px; | ||
23 | - padding: 0 2px; | ||
24 | - width: 42px; | ||
25 | - font-size: 12px; | ||
26 | - } | ||
27 | - | ||
28 | - form .input-order:focus { | ||
29 | - outline: none; | ||
30 | - } | ||
31 | - | ||
32 | - .table-actions { | ||
33 | - margin-top: 5px; | ||
34 | - margin-bottom: 5px; | ||
35 | - padding: 0px; | ||
36 | - } | ||
37 | - | ||
38 | - .table-list { | ||
39 | - margin-bottom: 0px; | ||
40 | - } | ||
41 | - | ||
42 | - .form-required { | ||
43 | - color: red; | ||
44 | - } | ||
45 | - </style> | ||
46 | - <script type="text/javascript"> | ||
47 | - //全局变量 | ||
48 | - var GV = { | ||
49 | - ROOT: "__ROOT__/", | ||
50 | - WEB_ROOT: "__WEB_ROOT__/", | ||
51 | - JS_ROOT: "static/js/", | ||
52 | - APP: '<?php echo \think\Request::instance()->module(); ?>'/*当前应用名*/ | ||
53 | - }; | ||
54 | - </script> | ||
55 | - <script src="__TMPL__/public/assets/js/jquery-1.10.2.min.js"></script> | ||
56 | - <script src="__STATIC__/js/wind.js"></script> | ||
57 | - <script src="__TMPL__/public/assets/js/bootstrap.min.js"></script> | ||
58 | - <script> | ||
59 | - Wind.css('artDialog'); | ||
60 | - Wind.css('layer'); | ||
61 | - $(function () { | ||
62 | - $("[data-toggle='tooltip']").tooltip(); | ||
63 | - $("li.dropdown").hover(function () { | ||
64 | - $(this).addClass("open"); | ||
65 | - }, function () { | ||
66 | - $(this).removeClass("open"); | ||
67 | - }); | ||
68 | - }); | ||
69 | - </script> | ||
70 | - <?php if(APP_DEBUG): ?> | ||
71 | - <style> | ||
72 | - #think_page_trace_open { | ||
73 | - z-index: 9999; | ||
74 | - } | ||
75 | - </style> | ||
76 | - <?php endif; ?> | ||
77 | -</head> | ||
78 | -<body> | ||
79 | -<div style="padding: 100px 100px 10px;"> | ||
80 | - <form class="bs-example bs-example-form" role="form" method="post" action="<?php echo url('Ratio/ratio_list'); ?>"> | ||
81 | - <div class="input-group" style="width: 100px;"> | ||
82 | - <span class="input-group-addon">平台订单</span> | ||
83 | - </div> | ||
84 | - <br> | ||
85 | - <div class="input-group"> | ||
86 | - <span class="input-group-addon">业务员佣金比例:</span> | ||
87 | - <input type="text" name="salesman_ratio" class="form-control" value="<?php echo $data['salesman_ratio']; ?>" > | ||
88 | - </div> | ||
89 | - <br> | ||
90 | - <div class="input-group"> | ||
91 | - <span class="input-group-addon">老师佣金比例:</span> | ||
92 | - <input type="text" name="teacher_ratio" class="form-control" value="<?php echo $data['teacher_ratio']; ?>"> | ||
93 | - </div> | ||
94 | - <br> | ||
95 | - <div class="input-group" style="width: 100px;"> | ||
96 | - <span class="input-group-addon">业务员订单</span> | ||
97 | - </div> | ||
98 | - <br> | ||
99 | - <div class="input-group"> | ||
100 | - <span class="input-group-addon">平台抽成比例:</span> | ||
101 | - <input type="text" name="platform_ratio" class="form-control" value="<?php echo $data['platform_ratio']; ?>" > | ||
102 | - </div> | ||
103 | - <br> | ||
104 | - <div class="input-group"> | ||
105 | - <span class="input-group-addon">业务员订单快递费:</span> | ||
106 | - <input type="text" name="courier" class="form-control" value="<?php echo $data['courier']; ?>" > | ||
107 | - </div> | ||
108 | - <br> | ||
109 | - <button type="submit" class="btn btn-default">确定</button> | ||
110 | - </form> | ||
111 | -</div> | ||
112 | -</body> | ||
113 | -</html> |
1 | -<?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;}*/ ?> | ||
2 | -<!doctype html> | ||
3 | -<html> | ||
4 | -<head> | ||
5 | - <meta charset="utf-8"> | ||
6 | - <!-- Set render engine for 360 browser --> | ||
7 | - <meta name="renderer" content="webkit"> | ||
8 | - <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
9 | - <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
10 | - | ||
11 | - <!-- HTML5 shim for IE8 support of HTML5 elements --> | ||
12 | - <!--[if lt IE 9]> | ||
13 | - <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
14 | - <![endif]--> | ||
15 | - | ||
16 | - | ||
17 | - <link href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/bootstrap.min.css" rel="stylesheet"> | ||
18 | - <link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet"> | ||
19 | - <link href="__STATIC__/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> | ||
20 | - <style> | ||
21 | - form .input-order { | ||
22 | - margin-bottom: 0px; | ||
23 | - padding: 0 2px; | ||
24 | - width: 42px; | ||
25 | - font-size: 12px; | ||
26 | - } | ||
27 | - | ||
28 | - form .input-order:focus { | ||
29 | - outline: none; | ||
30 | - } | ||
31 | - | ||
32 | - .table-actions { | ||
33 | - margin-top: 5px; | ||
34 | - margin-bottom: 5px; | ||
35 | - padding: 0px; | ||
36 | - } | ||
37 | - | ||
38 | - .table-list { | ||
39 | - margin-bottom: 0px; | ||
40 | - } | ||
41 | - | ||
42 | - .form-required { | ||
43 | - color: red; | ||
44 | - } | ||
45 | - </style> | ||
46 | - <script type="text/javascript"> | ||
47 | - //全局变量 | ||
48 | - var GV = { | ||
49 | - ROOT: "__ROOT__/", | ||
50 | - WEB_ROOT: "__WEB_ROOT__/", | ||
51 | - JS_ROOT: "static/js/", | ||
52 | - APP: '<?php echo \think\Request::instance()->module(); ?>'/*当前应用名*/ | ||
53 | - }; | ||
54 | - </script> | ||
55 | - <script src="__TMPL__/public/assets/js/jquery-1.10.2.min.js"></script> | ||
56 | - <script src="__STATIC__/js/wind.js"></script> | ||
57 | - <script src="__TMPL__/public/assets/js/bootstrap.min.js"></script> | ||
58 | - <script> | ||
59 | - Wind.css('artDialog'); | ||
60 | - Wind.css('layer'); | ||
61 | - $(function () { | ||
62 | - $("[data-toggle='tooltip']").tooltip(); | ||
63 | - $("li.dropdown").hover(function () { | ||
64 | - $(this).addClass("open"); | ||
65 | - }, function () { | ||
66 | - $(this).removeClass("open"); | ||
67 | - }); | ||
68 | - }); | ||
69 | - </script> | ||
70 | - <?php if(APP_DEBUG): ?> | ||
71 | - <style> | ||
72 | - #think_page_trace_open { | ||
73 | - z-index: 9999; | ||
74 | - } | ||
75 | - </style> | ||
76 | - <?php endif; ?> | ||
77 | -</head> | ||
78 | -<body> | ||
79 | - <div class="wrap"> | ||
80 | - <ul class="nav nav-tabs"> | ||
81 | - <li><a href="<?php echo url('menu/index'); ?>"><?php echo lang('ADMIN_MENU_INDEX'); ?></a></li> | ||
82 | - <li><a href="<?php echo url('menu/add'); ?>"><?php echo lang('ADMIN_MENU_ADD'); ?></a></li> | ||
83 | - <li><a href="<?php echo url('menu/lists'); ?>"><?php echo lang('ADMIN_MENU_LISTS'); ?></a></li> | ||
84 | - <li class="active"><a>编辑菜单</a></li> | ||
85 | - </ul> | ||
86 | - <form method="post" class="form-horizontal js-ajax-form margin-top-20" action="<?php echo url('menu/editPost'); ?>"> | ||
87 | - <div class="form-group"> | ||
88 | - <label for="input-parent_id" class="col-sm-2 control-label"><span class="form-required">*</span>上级</label> | ||
89 | - <div class="col-md-6 col-sm-10"> | ||
90 | - <select class="form-control" name="parent_id" id="input-parent_id"> | ||
91 | - <option value="0">作为一级菜单</option><?php echo $select_category; ?> | ||
92 | - </select> | ||
93 | - </div> | ||
94 | - </div> | ||
95 | - <div class="form-group"> | ||
96 | - <label for="input-name" class="col-sm-2 control-label"><span class="form-required">*</span>名称</label> | ||
97 | - <div class="col-md-6 col-sm-10"> | ||
98 | - <input type="text" class="form-control" id="input-name" name="name" value="<?php echo $data['name']; ?>"> | ||
99 | - </div> | ||
100 | - </div> | ||
101 | - <div class="form-group"> | ||
102 | - <label for="input-app" class="col-sm-2 control-label"><span class="form-required">*</span>应用</label> | ||
103 | - <div class="col-md-6 col-sm-10"> | ||
104 | - <input type="text" class="form-control" id="input-app" name="app" value="<?php echo $data['app']; ?>"> | ||
105 | - </div> | ||
106 | - </div> | ||
107 | - <div class="form-group"> | ||
108 | - <label for="input-controller" class="col-sm-2 control-label"><span class="form-required">*</span>控制器</label> | ||
109 | - <div class="col-md-6 col-sm-10"> | ||
110 | - <input type="text" class="form-control" id="input-controller" name="controller" value="<?php echo $data['controller']; ?>"> | ||
111 | - </div> | ||
112 | - </div> | ||
113 | - <div class="form-group"> | ||
114 | - <label for="input-action" class="col-sm-2 control-label"><span class="form-required">*</span>方法</label> | ||
115 | - <div class="col-md-6 col-sm-10"> | ||
116 | - <input type="text" class="form-control" id="input-action" name="action" value="<?php echo $data['action']; ?>"> | ||
117 | - </div> | ||
118 | - </div> | ||
119 | - <div class="form-group"> | ||
120 | - <label for="input-param" class="col-sm-2 control-label">参数</label> | ||
121 | - <div class="col-md-6 col-sm-10"> | ||
122 | - <input type="text" class="form-control" id="input-param" name="param" value="<?php echo $data['param']; ?>"> | ||
123 | - <p class="help-block">例:id=3&p=3</p> | ||
124 | - </div> | ||
125 | - </div> | ||
126 | - <div class="form-group"> | ||
127 | - <label for="input-icon" class="col-sm-2 control-label">图标</label> | ||
128 | - <div class="col-md-6 col-sm-10"> | ||
129 | - <input type="text" class="form-control" id="input-icon" name="icon" value="<?php echo $data['icon']; ?>"> | ||
130 | - <p class="help-block"> | ||
131 | - <a href="http://www.thinkcmf.com/font/icons" target="_blank">选择图标</a> 不带前缀fa-,如fa-user => user | ||
132 | - </p> | ||
133 | - </div> | ||
134 | - </div> | ||
135 | - <div class="form-group"> | ||
136 | - <label for="input-remark" class="col-sm-2 control-label">备注</label> | ||
137 | - <div class="col-md-6 col-sm-10"> | ||
138 | - <textarea class="form-control" id="input-remark" name="remark"><?php echo $data['remark']; ?></textarea> | ||
139 | - </div> | ||
140 | - </div> | ||
141 | - <div class="form-group"> | ||
142 | - <label for="input-status" class="col-sm-2 control-label">状态</label> | ||
143 | - <div class="col-md-6 col-sm-10" id="input-status"> | ||
144 | - <select class="form-control" name="status"> | ||
145 | - <option value="1">在左侧菜单显示</option> | ||
146 | - <?php $status_selected=empty($data['status'])?"selected":""; ?> | ||
147 | - <option value="0" <?php echo $status_selected; ?>>在左侧菜单隐藏</option> | ||
148 | - </select> | ||
149 | - </div> | ||
150 | - </div> | ||
151 | - <div class="form-group"> | ||
152 | - <label for="input-type" class="col-sm-2 control-label">类型</label> | ||
153 | - <div class="col-md-6 col-sm-10"> | ||
154 | - <select class="form-control" name="type" id="input-type"> | ||
155 | - <option value="1">有界面可访问菜单</option> | ||
156 | - <?php $type2_selected=$data['type']==2?"selected":""; ?> | ||
157 | - <option value="2" <?php echo $type2_selected; ?>>无界面可访问菜单</option> | ||
158 | - <?php $type_selected=$data['type']==0?"selected":""; ?> | ||
159 | - <option value="0" <?php echo $type_selected; ?>>只作为菜单</option> | ||
160 | - </select> | ||
161 | - </div> | ||
162 | - </div> | ||
163 | - <div class="form-group"> | ||
164 | - <div class="col-sm-offset-2 col-sm-10"> | ||
165 | - <input type="hidden" name="id" value="<?php echo $data['id']; ?>" /> | ||
166 | - <button type="submit" class="btn btn-primary js-ajax-submit"><?php echo lang('SAVE'); ?></button> | ||
167 | - <a class="btn btn-default" href="<?php echo url('menu/index'); ?>"><?php echo lang('BACK'); ?></a> | ||
168 | - </div> | ||
169 | - </div> | ||
170 | - </form> | ||
171 | - </div> | ||
172 | - <script src="__STATIC__/js/admin.js"></script> | ||
173 | -</body> | ||
174 | -</html> |
1 | -<?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;}*/ ?> | ||
2 | -<!doctype html> | ||
3 | -<html> | ||
4 | -<head> | ||
5 | - <meta charset="utf-8"> | ||
6 | - <!-- Set render engine for 360 browser --> | ||
7 | - <meta name="renderer" content="webkit"> | ||
8 | - <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
9 | - <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
10 | - | ||
11 | - <!-- HTML5 shim for IE8 support of HTML5 elements --> | ||
12 | - <!--[if lt IE 9]> | ||
13 | - <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
14 | - <![endif]--> | ||
15 | - | ||
16 | - | ||
17 | - <link href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/bootstrap.min.css" rel="stylesheet"> | ||
18 | - <link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet"> | ||
19 | - <link href="__STATIC__/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> | ||
20 | - <style> | ||
21 | - form .input-order { | ||
22 | - margin-bottom: 0px; | ||
23 | - padding: 0 2px; | ||
24 | - width: 42px; | ||
25 | - font-size: 12px; | ||
26 | - } | ||
27 | - | ||
28 | - form .input-order:focus { | ||
29 | - outline: none; | ||
30 | - } | ||
31 | - | ||
32 | - .table-actions { | ||
33 | - margin-top: 5px; | ||
34 | - margin-bottom: 5px; | ||
35 | - padding: 0px; | ||
36 | - } | ||
37 | - | ||
38 | - .table-list { | ||
39 | - margin-bottom: 0px; | ||
40 | - } | ||
41 | - | ||
42 | - .form-required { | ||
43 | - color: red; | ||
44 | - } | ||
45 | - </style> | ||
46 | - <script type="text/javascript"> | ||
47 | - //全局变量 | ||
48 | - var GV = { | ||
49 | - ROOT: "__ROOT__/", | ||
50 | - WEB_ROOT: "__WEB_ROOT__/", | ||
51 | - JS_ROOT: "static/js/", | ||
52 | - APP: '<?php echo \think\Request::instance()->module(); ?>'/*当前应用名*/ | ||
53 | - }; | ||
54 | - </script> | ||
55 | - <script src="__TMPL__/public/assets/js/jquery-1.10.2.min.js"></script> | ||
56 | - <script src="__STATIC__/js/wind.js"></script> | ||
57 | - <script src="__TMPL__/public/assets/js/bootstrap.min.js"></script> | ||
58 | - <script> | ||
59 | - Wind.css('artDialog'); | ||
60 | - Wind.css('layer'); | ||
61 | - $(function () { | ||
62 | - $("[data-toggle='tooltip']").tooltip(); | ||
63 | - $("li.dropdown").hover(function () { | ||
64 | - $(this).addClass("open"); | ||
65 | - }, function () { | ||
66 | - $(this).removeClass("open"); | ||
67 | - }); | ||
68 | - }); | ||
69 | - </script> | ||
70 | - <?php if(APP_DEBUG): ?> | ||
71 | - <style> | ||
72 | - #think_page_trace_open { | ||
73 | - z-index: 9999; | ||
74 | - } | ||
75 | - </style> | ||
76 | - <?php endif; ?> | ||
77 | -</head> | ||
78 | -<body> | ||
79 | -<div class="wrap js-check-wrap"> | ||
80 | - <ul class="nav nav-tabs"> | ||
81 | - <li><a href="<?php echo url('Salesmanorder/sale_order_list'); ?>">业务员订单列表</a></li> | ||
82 | - <li class="active"><a href="#">订单查看</a></li> | ||
83 | - </ul> | ||
84 | - <?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;?> | ||
85 | - <div style="margin-top: 10px;"> | ||
86 | - <img src="<?php echo cmf_get_image_url($vo['thumbnail']); ?>" class="img-rounded"> | ||
87 | - <h4>书籍:<?php echo $vo['book_name']; ?> X <?php echo $vo['number']; ?>本</h4> | ||
88 | - <h4>定价:<?php echo $vo['pricing']; ?></h4> | ||
89 | - <h4>售价:<?php echo $vo['price']; ?></h4> | ||
90 | - </div> | ||
91 | - <?php endforeach; endif; else: echo "" ;endif; ?> | ||
92 | - <div style="margin-top: 10px;"> | ||
93 | - <h4>姓名:<?php echo $data['name']; ?></h4> | ||
94 | - <h4>手机号:<?php echo $data['phone']; ?></h4> | ||
95 | - <h4> | ||
96 | - 配送方式: | ||
97 | - <?php if($data['is_courier'] == 1): ?> | ||
98 | - 统一配送 | ||
99 | - <?php else: ?> | ||
100 | - 快递配送 | ||
101 | - <?php endif; ?> | ||
102 | - </h4> | ||
103 | - <h4>买家留言:<?php echo $data['leave_word']; ?></h4> | ||
104 | - <h4>收货地址:<?php echo $data['indent_address']; ?></h4> | ||
105 | - </div> | ||
106 | -</div> | ||
107 | -</body> | ||
108 | -</html> |
1 | -<?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;}*/ ?> | ||
2 | -<!doctype html> | ||
3 | -<html> | ||
4 | -<head> | ||
5 | - <meta charset="utf-8"> | ||
6 | - <!-- Set render engine for 360 browser --> | ||
7 | - <meta name="renderer" content="webkit"> | ||
8 | - <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
9 | - <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
10 | - | ||
11 | - <!-- HTML5 shim for IE8 support of HTML5 elements --> | ||
12 | - <!--[if lt IE 9]> | ||
13 | - <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
14 | - <![endif]--> | ||
15 | - | ||
16 | - | ||
17 | - <link href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/bootstrap.min.css" rel="stylesheet"> | ||
18 | - <link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet"> | ||
19 | - <link href="__STATIC__/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> | ||
20 | - <style> | ||
21 | - form .input-order { | ||
22 | - margin-bottom: 0px; | ||
23 | - padding: 0 2px; | ||
24 | - width: 42px; | ||
25 | - font-size: 12px; | ||
26 | - } | ||
27 | - | ||
28 | - form .input-order:focus { | ||
29 | - outline: none; | ||
30 | - } | ||
31 | - | ||
32 | - .table-actions { | ||
33 | - margin-top: 5px; | ||
34 | - margin-bottom: 5px; | ||
35 | - padding: 0px; | ||
36 | - } | ||
37 | - | ||
38 | - .table-list { | ||
39 | - margin-bottom: 0px; | ||
40 | - } | ||
41 | - | ||
42 | - .form-required { | ||
43 | - color: red; | ||
44 | - } | ||
45 | - </style> | ||
46 | - <script type="text/javascript"> | ||
47 | - //全局变量 | ||
48 | - var GV = { | ||
49 | - ROOT: "__ROOT__/", | ||
50 | - WEB_ROOT: "__WEB_ROOT__/", | ||
51 | - JS_ROOT: "static/js/", | ||
52 | - APP: '<?php echo \think\Request::instance()->module(); ?>'/*当前应用名*/ | ||
53 | - }; | ||
54 | - </script> | ||
55 | - <script src="__TMPL__/public/assets/js/jquery-1.10.2.min.js"></script> | ||
56 | - <script src="__STATIC__/js/wind.js"></script> | ||
57 | - <script src="__TMPL__/public/assets/js/bootstrap.min.js"></script> | ||
58 | - <script> | ||
59 | - Wind.css('artDialog'); | ||
60 | - Wind.css('layer'); | ||
61 | - $(function () { | ||
62 | - $("[data-toggle='tooltip']").tooltip(); | ||
63 | - $("li.dropdown").hover(function () { | ||
64 | - $(this).addClass("open"); | ||
65 | - }, function () { | ||
66 | - $(this).removeClass("open"); | ||
67 | - }); | ||
68 | - }); | ||
69 | - </script> | ||
70 | - <?php if(APP_DEBUG): ?> | ||
71 | - <style> | ||
72 | - #think_page_trace_open { | ||
73 | - z-index: 9999; | ||
74 | - } | ||
75 | - </style> | ||
76 | - <?php endif; ?> | ||
77 | -<style type="text/css"> | ||
78 | - .pic-list li { | ||
79 | - margin-bottom: 5px; | ||
80 | - } | ||
81 | -</style> | ||
82 | -<script type="text/html" id="photos-item-tpl"> | ||
83 | - <li id="saved-image{id}"> | ||
84 | - <input id="photo-{id}" type="hidden" name="det_img[]" value="{filepath}"> | ||
85 | - <input class="form-control" id="photo-{id}-name" type="text" name="det_name[]" value="{name}" | ||
86 | - style="width: 200px;" title="图片名称"> | ||
87 | - <img id="photo-{id}-preview" src="{url}" style="height:36px;width: 36px;" | ||
88 | - onclick="imagePreviewDialog(this.src);"> | ||
89 | - <a href="javascript:uploadOneImage('图片上传','#photo-{id}');">替换</a> | ||
90 | - <a href="javascript:(function(){$('#saved-image{id}').remove();})();">移除</a> | ||
91 | - </li> | ||
92 | -</script> | ||
93 | -<script type="text/html" id="files-item-tpl"> | ||
94 | - <li id="saved-file{id}"> | ||
95 | - <input id="file-{id}" type="hidden" name="file_urls[]" value="{filepath}"> | ||
96 | - <input class="form-control" id="file-{id}-name" type="text" name="file_names[]" value="{name}" | ||
97 | - style="width: 200px;" title="文件名称"> | ||
98 | - <a id="file-{id}-preview" href="{preview_url}" target="_blank">下载</a> | ||
99 | - <a href="javascript:uploadOne('图片上传','#file-{id}','file');">替换</a> | ||
100 | - <a href="javascript:(function(){$('#saved-file{id}').remove();})();">移除</a> | ||
101 | - </li> | ||
102 | -</script> | ||
103 | -</head> | ||
104 | -<body> | ||
105 | -<div class="wrap js-check-wrap"> | ||
106 | - <ul class="nav nav-tabs"> | ||
107 | - <li><a href="<?php echo url('Goods/goods_list'); ?>">商品列表</a></li> | ||
108 | - <li class="active"><a href="#">编辑商品</a></li> | ||
109 | - </ul> | ||
110 | - <form action="<?php echo url('Goods/goods_edit'); ?>" method="post" class="form-horizontal js-ajax-form margin-top-20"> | ||
111 | - <div class="row"> | ||
112 | - <div class="col-md-9"> | ||
113 | - <table class="table table-bordered"> | ||
114 | - <input type="hidden" name="id" value="<?php echo $data['id']; ?>"> | ||
115 | - <tr> | ||
116 | - <th width="100">分类</th> | ||
117 | - <td> | ||
118 | - <select name="classify_id" class="form-control"> | ||
119 | - <option value="0">为空</option> | ||
120 | - <?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']): ?> | ||
121 | - <option value="<?php echo $vo['id']; ?>" selected="selected"><?php echo $vo['name']; ?></option> | ||
122 | - <?php else: ?> | ||
123 | - <option value="<?php echo $vo['id']; ?>"><?php echo $vo['name']; ?></option> | ||
124 | - <?php endif; endforeach; endif; else: echo "" ;endif; ?> | ||
125 | - </select> | ||
126 | - </td> | ||
127 | - </tr> | ||
128 | - <tr> | ||
129 | - <th width="100">标签</th> | ||
130 | - <td> | ||
131 | - <select name="label_id" class="form-control"> | ||
132 | - <option value="0">为空</option> | ||
133 | - <?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']): ?> | ||
134 | - <option value="<?php echo $vo['id']; ?>" selected="selected"><?php echo $vo['name']; ?></option> | ||
135 | - <?php else: ?> | ||
136 | - <option value="<?php echo $vo['id']; ?>"><?php echo $vo['name']; ?></option> | ||
137 | - <?php endif; endforeach; endif; else: echo "" ;endif; ?> | ||
138 | - </select> | ||
139 | - </td> | ||
140 | - </tr> | ||
141 | - <tr> | ||
142 | - <th>书籍</th> | ||
143 | - <td> | ||
144 | - <input class="form-control" type="text" name="book_name" | ||
145 | - id="title" required value="<?php echo $data['book_name']; ?>" placeholder="请输入书籍名称"/> | ||
146 | - </td> | ||
147 | - </tr> | ||
148 | - <tr> | ||
149 | - <th>售价</th> | ||
150 | - <td><input class="form-control" type="text" name="price" id="source" value="<?php echo $data['price']; ?>" | ||
151 | - placeholder="请输入售价"></td> | ||
152 | - </tr> | ||
153 | - <tr> | ||
154 | - <th>定价</th> | ||
155 | - <td><input class="form-control" type="text" name="pricing" value="<?php echo $data['pricing']; ?>" | ||
156 | - placeholder="请输入定价"></td> | ||
157 | - </tr> | ||
158 | - <tr> | ||
159 | - <th>商品说明</th> | ||
160 | - <td> | ||
161 | - <textarea class="form-control" name="instr" style="height: 50px;" | ||
162 | - placeholder="请填写商品说明"><?php echo $data['instr']; ?></textarea> | ||
163 | - </td> | ||
164 | - </tr> | ||
165 | - <tr> | ||
166 | - <th>书号</th> | ||
167 | - <td><input class="form-control" type="text" name="book_number" value="<?php echo $data['book_number']; ?>" | ||
168 | - placeholder="请输入书号"></td> | ||
169 | - </tr> | ||
170 | - <tr> | ||
171 | - <th>作者</th> | ||
172 | - <td><input class="form-control" type="text" name="author" value="<?php echo $data['author']; ?>" | ||
173 | - placeholder="请输入作者"></td> | ||
174 | - </tr> | ||
175 | - <tr> | ||
176 | - <th>出版社</th> | ||
177 | - <td><input class="form-control" type="text" name="press" value="<?php echo $data['press']; ?>" | ||
178 | - placeholder="请输入出版社"></td> | ||
179 | - </tr> | ||
180 | - <tr> | ||
181 | - <th>出版时间</th> | ||
182 | - <td><input class="form-control" type="text" name="press_time" value="<?php echo $data['press_time']; ?>" | ||
183 | - placeholder="请输入出版时间"></td> | ||
184 | - </tr> | ||
185 | - <tr> | ||
186 | - <th>套装</th> | ||
187 | - <td> | ||
188 | - <select name="suit" class="form-control"> | ||
189 | - <option value="0">全部</option> | ||
190 | - </select> | ||
191 | - </td> | ||
192 | - </tr> | ||
193 | - <tr> | ||
194 | - <th>适合年级</th> | ||
195 | - <td> | ||
196 | - <select name="grade" class="form-control"> | ||
197 | - <option value="0">全部</option> | ||
198 | - </select> | ||
199 | - </td> | ||
200 | - </tr> | ||
201 | - <tr> | ||
202 | - <th>商品详情</th> | ||
203 | - <td> | ||
204 | - <ul id="photos" class="pic-list list-unstyled form-inline"> | ||
205 | - <?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']); ?> | ||
206 | - <li id="saved-image<?php echo $key; ?>"> | ||
207 | - <input id="photo-<?php echo $key; ?>" type="hidden" name="det_img[]" | ||
208 | - value="<?php echo $vo['url']; ?>"> | ||
209 | - <input class="form-control" id="photo-<?php echo $key; ?>-name" type="text" | ||
210 | - name="det_name[]" | ||
211 | - value="<?php echo (isset($vo['name']) && ($vo['name'] !== '')?$vo['name']:''); ?>" style="width: 200px;" title="图片名称"> | ||
212 | - <img id="photo-<?php echo $key; ?>-preview" | ||
213 | - src="<?php echo cmf_get_image_preview_url($vo['url']); ?>" | ||
214 | - style="height:36px;width: 36px;" | ||
215 | - onclick="parent.imagePreviewDialog(this.src);"> | ||
216 | - <a href="javascript:uploadOneImage('图片上传','#photo-<?php echo $key; ?>');">替换</a> | ||
217 | - <a href="javascript:(function(){$('#saved-image<?php echo $key; ?>').remove();})();">移除</a> | ||
218 | - </li> | ||
219 | - <?php endforeach; endif; else: echo "" ;endif; endif; ?> | ||
220 | - </ul> | ||
221 | - <a href="javascript:uploadMultiImage('图片上传','#photos','photos-item-tpl');" | ||
222 | - class="btn btn-default btn-sm">选择图片</a> | ||
223 | - </td> | ||
224 | - </tr> | ||
225 | - </table> | ||
226 | - <div class="form-group"> | ||
227 | - <div class="col-sm-offset-2 col-sm-10"> | ||
228 | - <button type="submit" class="btn btn-primary js-ajax-submit">保存</button> | ||
229 | - </div> | ||
230 | - </div> | ||
231 | - </div> | ||
232 | - <div class="col-md-3"> | ||
233 | - <table class="table table-bordered"> | ||
234 | - <tr> | ||
235 | - <th><b>展示图</b></th> | ||
236 | - </tr> | ||
237 | - <tr> | ||
238 | - <td> | ||
239 | - <div style="text-align: center;"> | ||
240 | - <input type="hidden" name="show_img" id="thumbnails" value="<?php echo $data['show_img']; ?>"> | ||
241 | - <a href="javascript:uploadOneImage('图片上传','#thumbnails');"> | ||
242 | - <?php if(empty($data['show_img'])): ?> | ||
243 | - <img src="__TMPL__/public/assets/images/default-thumbnail.png" | ||
244 | - id="thumbnails-preview" | ||
245 | - width="135" style="cursor: pointer"/> | ||
246 | - <?php else: ?> | ||
247 | - <img src="/upload/<?php echo $data['show_img']; ?>" | ||
248 | - id="thumbnails-preview" | ||
249 | - width="135" style="cursor: pointer"/> | ||
250 | - <?php endif; ?> | ||
251 | - | ||
252 | - </a> | ||
253 | - <input type="button" class="btn btn-sm btn-cancel-thumbnails" value="取消图片"> | ||
254 | - </div> | ||
255 | - </td> | ||
256 | - </tr> | ||
257 | - <tr> | ||
258 | - <th><b>缩略图</b></th> | ||
259 | - </tr> | ||
260 | - <tr> | ||
261 | - <td> | ||
262 | - <div style="text-align: center;"> | ||
263 | - <input type="hidden" name="thumbnail" id="thumbnail" value="<?php echo $data['thumbnail']; ?>"> | ||
264 | - <a href="javascript:uploadOneImage('图片上传','#thumbnail');"> | ||
265 | - <?php if(empty($data['thumbnail'])): ?> | ||
266 | - <img src="__TMPL__/public/assets/images/default-thumbnail.png" | ||
267 | - id="thumbnail-preview" | ||
268 | - width="135" style="cursor: pointer"/> | ||
269 | - <?php else: ?> | ||
270 | - <img src="/upload/<?php echo $data['thumbnail']; ?>" | ||
271 | - id="thumbnail-preview" | ||
272 | - width="135" style="cursor: pointer"/> | ||
273 | - <?php endif; ?> | ||
274 | - | ||
275 | - </a> | ||
276 | - <input type="button" class="btn btn-sm btn-cancel-thumbnail" value="取消图片"> | ||
277 | - </div> | ||
278 | - </td> | ||
279 | - </tr> | ||
280 | - </table> | ||
281 | - </div> | ||
282 | - </div> | ||
283 | - </form> | ||
284 | -</div> | ||
285 | -<script type="text/javascript" src="__STATIC__/js/admin.js"></script> | ||
286 | -<script type="text/javascript"> | ||
287 | - //编辑器路径定义 | ||
288 | - var editorURL = GV.WEB_ROOT; | ||
289 | -</script> | ||
290 | -<script type="text/javascript" src="__STATIC__/js/ueditor/ueditor.config.js"></script> | ||
291 | -<script type="text/javascript" src="__STATIC__/js/ueditor/ueditor.all.min.js"></script> | ||
292 | -<script type="text/javascript"> | ||
293 | - $(function () { | ||
294 | - | ||
295 | - editorcontent = new baidu.editor.ui.Editor(); | ||
296 | - editorcontent.render('content'); | ||
297 | - try { | ||
298 | - editorcontent.sync(); | ||
299 | - } catch (err) { | ||
300 | - } | ||
301 | - | ||
302 | - $('.btn-cancel-thumbnail').click(function () { | ||
303 | - $('#thumbnail-preview').attr('src', '__TMPL__/public/assets/images/default-thumbnail.png'); | ||
304 | - $('#thumbnail').val(''); | ||
305 | - }); | ||
306 | - | ||
307 | - }); | ||
308 | - $(function () { | ||
309 | - $('.btn-cancel-thumbnails').click(function () { | ||
310 | - $('#thumbnails-preview').attr('src', '__TMPL__/public/assets/images/default-thumbnail.png'); | ||
311 | - $('#thumbnails').val(''); | ||
312 | - }); | ||
313 | - | ||
314 | - }); | ||
315 | - | ||
316 | -</script> | ||
317 | -</body> | ||
318 | -</html> |
1 | -<?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;}*/ ?> | ||
2 | -<!doctype html> | ||
3 | -<html> | ||
4 | -<head> | ||
5 | - <meta charset="utf-8"> | ||
6 | - <!-- Set render engine for 360 browser --> | ||
7 | - <meta name="renderer" content="webkit"> | ||
8 | - <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
9 | - <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
10 | - | ||
11 | - <!-- HTML5 shim for IE8 support of HTML5 elements --> | ||
12 | - <!--[if lt IE 9]> | ||
13 | - <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
14 | - <![endif]--> | ||
15 | - | ||
16 | - | ||
17 | - <link href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/bootstrap.min.css" rel="stylesheet"> | ||
18 | - <link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet"> | ||
19 | - <link href="__STATIC__/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> | ||
20 | - <style> | ||
21 | - form .input-order { | ||
22 | - margin-bottom: 0px; | ||
23 | - padding: 0 2px; | ||
24 | - width: 42px; | ||
25 | - font-size: 12px; | ||
26 | - } | ||
27 | - | ||
28 | - form .input-order:focus { | ||
29 | - outline: none; | ||
30 | - } | ||
31 | - | ||
32 | - .table-actions { | ||
33 | - margin-top: 5px; | ||
34 | - margin-bottom: 5px; | ||
35 | - padding: 0px; | ||
36 | - } | ||
37 | - | ||
38 | - .table-list { | ||
39 | - margin-bottom: 0px; | ||
40 | - } | ||
41 | - | ||
42 | - .form-required { | ||
43 | - color: red; | ||
44 | - } | ||
45 | - </style> | ||
46 | - <script type="text/javascript"> | ||
47 | - //全局变量 | ||
48 | - var GV = { | ||
49 | - ROOT: "__ROOT__/", | ||
50 | - WEB_ROOT: "__WEB_ROOT__/", | ||
51 | - JS_ROOT: "static/js/", | ||
52 | - APP: '<?php echo \think\Request::instance()->module(); ?>'/*当前应用名*/ | ||
53 | - }; | ||
54 | - </script> | ||
55 | - <script src="__TMPL__/public/assets/js/jquery-1.10.2.min.js"></script> | ||
56 | - <script src="__STATIC__/js/wind.js"></script> | ||
57 | - <script src="__TMPL__/public/assets/js/bootstrap.min.js"></script> | ||
58 | - <script> | ||
59 | - Wind.css('artDialog'); | ||
60 | - Wind.css('layer'); | ||
61 | - $(function () { | ||
62 | - $("[data-toggle='tooltip']").tooltip(); | ||
63 | - $("li.dropdown").hover(function () { | ||
64 | - $(this).addClass("open"); | ||
65 | - }, function () { | ||
66 | - $(this).removeClass("open"); | ||
67 | - }); | ||
68 | - }); | ||
69 | - </script> | ||
70 | - <?php if(APP_DEBUG): ?> | ||
71 | - <style> | ||
72 | - #think_page_trace_open { | ||
73 | - z-index: 9999; | ||
74 | - } | ||
75 | - </style> | ||
76 | - <?php endif; ?> | ||
77 | -</head> | ||
78 | -<body> | ||
79 | -<div class="wrap js-check-wrap"> | ||
80 | - <ul class="nav nav-tabs"> | ||
81 | - <li class="active"><a href="javascript:;">所有文章</a></li> | ||
82 | - <li><a href="<?php echo url('AdminArticle/add'); ?>">添加文章</a></li> | ||
83 | - </ul> | ||
84 | - <form class="well form-inline margin-top-20" method="post" action="<?php echo url('AdminArticle/index'); ?>"> | ||
85 | - 分类: | ||
86 | - <select class="form-control" name="category" style="width: 140px;"> | ||
87 | - <option value='0'>全部</option> | ||
88 | - <?php echo (isset($category_tree) && ($category_tree !== '')?$category_tree:''); ?> | ||
89 | - </select> | ||
90 | - 时间: | ||
91 | - <input type="text" class="form-control js-bootstrap-datetime" name="start_time" | ||
92 | - value="<?php echo (isset($start_time) && ($start_time !== '')?$start_time:''); ?>" | ||
93 | - style="width: 140px;" autocomplete="off">- | ||
94 | - <input type="text" class="form-control js-bootstrap-datetime" name="end_time" | ||
95 | - value="<?php echo (isset($end_time) && ($end_time !== '')?$end_time:''); ?>" | ||
96 | - style="width: 140px;" autocomplete="off"> | ||
97 | - 关键字: | ||
98 | - <input type="text" class="form-control" name="keyword" style="width: 200px;" | ||
99 | - value="<?php echo (isset($keyword) && ($keyword !== '')?$keyword:''); ?>" placeholder="请输入关键字..."> | ||
100 | - <input type="submit" class="btn btn-primary" value="搜索"/> | ||
101 | - <a class="btn btn-danger" href="<?php echo url('AdminArticle/index'); ?>">清空</a> | ||
102 | - </form> | ||
103 | - <form class="js-ajax-form" action="" method="post"> | ||
104 | - <div class="table-actions"> | ||
105 | - <?php if(!(empty($category) || (($category instanceof \think\Collection || $category instanceof \think\Paginator ) && $category->isEmpty()))): ?> | ||
106 | - <button class="btn btn-primary btn-sm js-ajax-submit" type="submit" | ||
107 | - data-action="<?php echo url('AdminArticle/listOrder'); ?>"><?php echo lang('SORT'); ?> | ||
108 | - </button> | ||
109 | - <?php endif; ?> | ||
110 | - <button class="btn btn-primary btn-sm js-ajax-submit" type="submit" | ||
111 | - data-action="<?php echo url('AdminArticle/publish',array('yes'=>1)); ?>" data-subcheck="true">发布 | ||
112 | - </button> | ||
113 | - <button class="btn btn-primary btn-sm js-ajax-submit" type="submit" | ||
114 | - data-action="<?php echo url('AdminArticle/publish',array('no'=>1)); ?>" data-subcheck="true">取消发布 | ||
115 | - </button> | ||
116 | - <button class="btn btn-primary btn-sm js-ajax-submit" type="submit" | ||
117 | - data-action="<?php echo url('AdminArticle/top',array('yes'=>1)); ?>" data-subcheck="true">置顶 | ||
118 | - </button> | ||
119 | - <button class="btn btn-primary btn-sm js-ajax-submit" type="submit" | ||
120 | - data-action="<?php echo url('AdminArticle/top',array('no'=>1)); ?>" data-subcheck="true">取消置顶 | ||
121 | - </button> | ||
122 | - <button class="btn btn-primary btn-sm js-ajax-submit" type="submit" | ||
123 | - data-action="<?php echo url('AdminArticle/recommend',array('yes'=>1)); ?>" data-subcheck="true">推荐 | ||
124 | - </button> | ||
125 | - <button class="btn btn-primary btn-sm js-ajax-submit" type="submit" | ||
126 | - data-action="<?php echo url('AdminArticle/recommend',array('no'=>1)); ?>" data-subcheck="true">取消推荐 | ||
127 | - </button> | ||
128 | - <!-- | ||
129 | - <?php if(!(empty($category) || (($category instanceof \think\Collection || $category instanceof \think\Paginator ) && $category->isEmpty()))): ?> | ||
130 | - <button class="btn btn-primary btn-sm js-articles-move" type="button">批量移动</button> | ||
131 | - <?php endif; ?> | ||
132 | - <button class="btn btn-primary btn-sm js-articles-copy" type="button">批量复制</button> | ||
133 | - --> | ||
134 | - <button class="btn btn-danger btn-sm js-ajax-submit" type="submit" | ||
135 | - data-action="<?php echo url('AdminArticle/delete'); ?>" data-subcheck="true" data-msg="您确定删除吗?"> | ||
136 | - <?php echo lang('DELETE'); ?> | ||
137 | - </button> | ||
138 | - </div> | ||
139 | - <table class="table table-hover table-bordered table-list"> | ||
140 | - <thead> | ||
141 | - <tr> | ||
142 | - <th width="15"> | ||
143 | - <label> | ||
144 | - <input type="checkbox" class="js-check-all" data-direction="x" data-checklist="js-check-x"> | ||
145 | - </label> | ||
146 | - </th> | ||
147 | - <?php if(!(empty($category) || (($category instanceof \think\Collection || $category instanceof \think\Paginator ) && $category->isEmpty()))): ?> | ||
148 | - <th width="50"><?php echo lang('SORT'); ?></th> | ||
149 | - <?php endif; ?> | ||
150 | - <th width="50">ID</th> | ||
151 | - <th>标题</th> | ||
152 | - <th>分类</th> | ||
153 | - <th width="50">作者</th> | ||
154 | - <th width="65">点击量</th> | ||
155 | - <th width="65">评论量</th> | ||
156 | - <th width="160">关键字/来源<br>摘要/缩略图</th> | ||
157 | - <th width="130">更新时间</th> | ||
158 | - <th width="130">发布时间</th> | ||
159 | - <th width="70">状态</th> | ||
160 | - <th width="90">操作</th> | ||
161 | - </tr> | ||
162 | - </thead> | ||
163 | - <?php if(is_array($articles) || $articles instanceof \think\Collection || $articles instanceof \think\Paginator): if( count($articles)==0 ) : echo "" ;else: foreach($articles as $key=>$vo): ?> | ||
164 | - <tr> | ||
165 | - <td> | ||
166 | - <input type="checkbox" class="js-check" data-yid="js-check-y" data-xid="js-check-x" name="ids[]" | ||
167 | - value="<?php echo $vo['id']; ?>" title="ID:<?php echo $vo['id']; ?>"> | ||
168 | - </td> | ||
169 | - <?php if(!(empty($category) || (($category instanceof \think\Collection || $category instanceof \think\Paginator ) && $category->isEmpty()))): ?> | ||
170 | - <td> | ||
171 | - <input name="list_orders[<?php echo $vo['post_category_id']; ?>]" class="input-order" type="text" | ||
172 | - value="<?php echo $vo['list_order']; ?>"> | ||
173 | - </td> | ||
174 | - <?php endif; ?> | ||
175 | - <td><b><?php echo $vo['id']; ?></b></td> | ||
176 | - <td> | ||
177 | - <?php if(!(empty($category) || (($category instanceof \think\Collection || $category instanceof \think\Paginator ) && $category->isEmpty()))): ?> | ||
178 | - <a href="<?php echo cmf_url('portal/Article/index',array('id'=>$vo['id'],'cid'=>$vo['category_id'])); ?>" | ||
179 | - target="_blank"><?php echo $vo['post_title']; ?></a> | ||
180 | - <?php else: ?> | ||
181 | - <a href="<?php echo cmf_url('portal/Article/index',array('id'=>$vo['id'])); ?>" | ||
182 | - target="_blank"><?php echo $vo['post_title']; ?></a> | ||
183 | - <?php endif; ?> | ||
184 | - </td> | ||
185 | - <td> | ||
186 | - <?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): ?> | ||
187 | - <span class="label label-default"> | ||
188 | - <a href="<?php echo cmf_url('portal/List/index',array('id'=>$voo['id'])); ?>" | ||
189 | - style="color: #fff;" | ||
190 | - target="_blank" | ||
191 | - ><?php echo $voo['name']; ?></a> | ||
192 | - </span> | ||
193 | - <?php endforeach; endif; else: echo "" ;endif; ?> | ||
194 | - </td> | ||
195 | - <td><?php echo $vo['user_nickname']; ?></td> | ||
196 | - <td><?php echo (isset($vo['post_hits']) && ($vo['post_hits'] !== '')?$vo['post_hits']:0); ?></td> | ||
197 | - <td> | ||
198 | - <?php if(!(empty($vo['comment_count']) || (($vo['comment_count'] instanceof \think\Collection || $vo['comment_count'] instanceof \think\Paginator ) && $vo['comment_count']->isEmpty()))): ?> | ||
199 | - <?php echo (isset($vo['comment_count']) && ($vo['comment_count'] !== '')?$vo['comment_count']:'0'); ?> | ||
200 | - <!--<a href="javascript:parent.openIframeDialog('<?php echo url('comment/commentadmin/index',array('post_id'=>$vo['id'])); ?>','评论列表')"><?php echo $vo['comment_count']; ?></a>--> | ||
201 | - <?php else: ?> | ||
202 | - <?php echo (isset($vo['comment_count']) && ($vo['comment_count'] !== '')?$vo['comment_count']:'0'); endif; ?> | ||
203 | - </td> | ||
204 | - <td> | ||
205 | - <?php if(!(empty($vo['post_keywords']) || (($vo['post_keywords'] instanceof \think\Collection || $vo['post_keywords'] instanceof \think\Paginator ) && $vo['post_keywords']->isEmpty()))): ?> | ||
206 | - <i class="fa fa-check fa-fw"></i> | ||
207 | - <?php else: ?> | ||
208 | - <i class="fa fa-close fa-fw"></i> | ||
209 | - <?php endif; if(!(empty($vo['post_source']) || (($vo['post_source'] instanceof \think\Collection || $vo['post_source'] instanceof \think\Paginator ) && $vo['post_source']->isEmpty()))): ?> | ||
210 | - <i class="fa fa-check fa-fw"></i> | ||
211 | - <?php else: ?> | ||
212 | - <i class="fa fa-close fa-fw"></i> | ||
213 | - <?php endif; if(!(empty($vo['post_excerpt']) || (($vo['post_excerpt'] instanceof \think\Collection || $vo['post_excerpt'] instanceof \think\Paginator ) && $vo['post_excerpt']->isEmpty()))): ?> | ||
214 | - <i class="fa fa-check fa-fw"></i> | ||
215 | - <?php else: ?> | ||
216 | - <i class="fa fa-close fa-fw"></i> | ||
217 | - <?php endif; if(!(empty($vo['more']['thumbnail']) || (($vo['more']['thumbnail'] instanceof \think\Collection || $vo['more']['thumbnail'] instanceof \think\Paginator ) && $vo['more']['thumbnail']->isEmpty()))): ?> | ||
218 | - <a href="javascript:parent.imagePreviewDialog('<?php echo cmf_get_image_preview_url($vo['more']['thumbnail']); ?>');"> | ||
219 | - <i class="fa fa-photo fa-fw"></i> | ||
220 | - </a> | ||
221 | - <?php endif; ?> | ||
222 | - </td> | ||
223 | - <td> | ||
224 | - <?php if(!(empty($vo['update_time']) || (($vo['update_time'] instanceof \think\Collection || $vo['update_time'] instanceof \think\Paginator ) && $vo['update_time']->isEmpty()))): ?> | ||
225 | - <?php echo date('Y-m-d H:i',$vo['update_time']); endif; ?> | ||
226 | - | ||
227 | - </td> | ||
228 | - <td> | ||
229 | - <?php if(empty($vo['published_time']) || (($vo['published_time'] instanceof \think\Collection || $vo['published_time'] instanceof \think\Paginator ) && $vo['published_time']->isEmpty())): ?> | ||
230 | - 未发布 | ||
231 | - <?php else: ?> | ||
232 | - <?php echo date('Y-m-d H:i',$vo['published_time']); endif; ?> | ||
233 | - | ||
234 | - </td> | ||
235 | - <td> | ||
236 | - <?php if(!(empty($vo['post_status']) || (($vo['post_status'] instanceof \think\Collection || $vo['post_status'] instanceof \think\Paginator ) && $vo['post_status']->isEmpty()))): ?> | ||
237 | - <a data-toggle="tooltip" title="已发布"><i class="fa fa-check"></i></a> | ||
238 | - <?php else: ?> | ||
239 | - <a data-toggle="tooltip" title="未发布"><i class="fa fa-close"></i></a> | ||
240 | - <?php endif; if(!(empty($vo['is_top']) || (($vo['is_top'] instanceof \think\Collection || $vo['is_top'] instanceof \think\Paginator ) && $vo['is_top']->isEmpty()))): ?> | ||
241 | - <a data-toggle="tooltip" title="已置顶"><i class="fa fa-arrow-up"></i></a> | ||
242 | - <?php else: ?> | ||
243 | - <a data-toggle="tooltip" title="未置顶"><i class="fa fa-arrow-down"></i></a> | ||
244 | - <?php endif; if(!(empty($vo['recommended']) || (($vo['recommended'] instanceof \think\Collection || $vo['recommended'] instanceof \think\Paginator ) && $vo['recommended']->isEmpty()))): ?> | ||
245 | - <a data-toggle="tooltip" title="已推荐"><i class="fa fa-thumbs-up"></i></a> | ||
246 | - <?php else: ?> | ||
247 | - <a data-toggle="tooltip" title="未推荐"><i class="fa fa-thumbs-down"></i></a> | ||
248 | - <?php endif; ?> | ||
249 | - </td> | ||
250 | - <td> | ||
251 | - <a href="<?php echo url('AdminArticle/edit',array('id'=>$vo['id'])); ?>"><?php echo lang('EDIT'); ?></a> | ||
252 | - <a href="<?php echo url('AdminArticle/delete',array('id'=>$vo['id'])); ?>" class="js-ajax-delete"><?php echo lang('DELETE'); ?></a> | ||
253 | - </td> | ||
254 | - </tr> | ||
255 | - <?php endforeach; endif; else: echo "" ;endif; ?> | ||
256 | - <tfoot> | ||
257 | - <tr> | ||
258 | - <th width="15"><label><input type="checkbox" class="js-check-all" data-direction="x" | ||
259 | - data-checklist="js-check-x"></label></th> | ||
260 | - <?php if(!(empty($category) || (($category instanceof \think\Collection || $category instanceof \think\Paginator ) && $category->isEmpty()))): ?> | ||
261 | - <th width="50"><?php echo lang('SORT'); ?></th> | ||
262 | - <?php endif; ?> | ||
263 | - <th width="50">ID</th> | ||
264 | - <th>标题</th> | ||
265 | - <th>分类</th> | ||
266 | - <th width="50">作者</th> | ||
267 | - <th width="65">点击量</th> | ||
268 | - <th width="65">评论量</th> | ||
269 | - <th width="160">关键字/来源<br>摘要/缩略图</th> | ||
270 | - <th width="130">更新时间</th> | ||
271 | - <th width="130">发布时间</th> | ||
272 | - <th width="70">状态</th> | ||
273 | - <th width="90">操作</th> | ||
274 | - </tr> | ||
275 | - </tfoot> | ||
276 | - </table> | ||
277 | - <div class="table-actions"> | ||
278 | - <?php if(!(empty($category) || (($category instanceof \think\Collection || $category instanceof \think\Paginator ) && $category->isEmpty()))): ?> | ||
279 | - <button class="btn btn-primary btn-sm js-ajax-submit" type="submit" | ||
280 | - data-action="<?php echo url('AdminArticle/listOrder'); ?>"><?php echo lang('SORT'); ?> | ||
281 | - </button> | ||
282 | - <?php endif; ?> | ||
283 | - <button class="btn btn-primary btn-sm js-ajax-submit" type="submit" | ||
284 | - data-action="<?php echo url('AdminArticle/publish',array('yes'=>1)); ?>" data-subcheck="true">发布 | ||
285 | - </button> | ||
286 | - <button class="btn btn-primary btn-sm js-ajax-submit" type="submit" | ||
287 | - data-action="<?php echo url('AdminArticle/publish',array('no'=>1)); ?>" data-subcheck="true">取消发布 | ||
288 | - </button> | ||
289 | - <button class="btn btn-primary btn-sm js-ajax-submit" type="submit" | ||
290 | - data-action="<?php echo url('AdminArticle/top',array('yes'=>1)); ?>" data-subcheck="true">置顶 | ||
291 | - </button> | ||
292 | - <button class="btn btn-primary btn-sm js-ajax-submit" type="submit" | ||
293 | - data-action="<?php echo url('AdminArticle/top',array('no'=>1)); ?>" data-subcheck="true">取消置顶 | ||
294 | - </button> | ||
295 | - <button class="btn btn-primary btn-sm js-ajax-submit" type="submit" | ||
296 | - data-action="<?php echo url('AdminArticle/recommend',array('yes'=>1)); ?>" data-subcheck="true">推荐 | ||
297 | - </button> | ||
298 | - <button class="btn btn-primary btn-sm js-ajax-submit" type="submit" | ||
299 | - data-action="<?php echo url('AdminArticle/recommend',array('no'=>1)); ?>" data-subcheck="true">取消推荐 | ||
300 | - </button> | ||
301 | - <!-- | ||
302 | - <?php if(!(empty($category) || (($category instanceof \think\Collection || $category instanceof \think\Paginator ) && $category->isEmpty()))): ?> | ||
303 | - <button class="btn btn-primary btn-sm js-articles-move" type="button">批量移动</button> | ||
304 | - <?php endif; ?> | ||
305 | - <button class="btn btn-primary btn-sm js-articles-copy" type="button">批量复制</button> | ||
306 | - --> | ||
307 | - <button class="btn btn-danger btn-sm js-ajax-submit" type="submit" | ||
308 | - data-action="<?php echo url('AdminArticle/delete'); ?>" data-subcheck="true" data-msg="您确定删除吗?"> | ||
309 | - <?php echo lang('DELETE'); ?> | ||
310 | - </button> | ||
311 | - </div> | ||
312 | - <ul class="pagination"><?php echo (isset($page) && ($page !== '')?$page:''); ?></ul> | ||
313 | - </form> | ||
314 | -</div> | ||
315 | -<script src="__STATIC__/js/admin.js"></script> | ||
316 | -<script> | ||
317 | - | ||
318 | - function reloadPage(win) { | ||
319 | - win.location.reload(); | ||
320 | - } | ||
321 | - | ||
322 | - $(function () { | ||
323 | - setCookie("refersh_time", 0); | ||
324 | - Wind.use('ajaxForm', 'artDialog', 'iframeTools', function () { | ||
325 | - //批量复制 | ||
326 | - $('.js-articles-copy').click(function (e) { | ||
327 | - var ids = []; | ||
328 | - $("input[name='ids[]']").each(function () { | ||
329 | - if ($(this).is(':checked')) { | ||
330 | - ids.push($(this).val()); | ||
331 | - } | ||
332 | - }); | ||
333 | - | ||
334 | - if (ids.length == 0) { | ||
335 | - art.dialog.through({ | ||
336 | - id: 'error', | ||
337 | - icon: 'error', | ||
338 | - content: '您没有勾选信息,无法进行操作!', | ||
339 | - cancelVal: '关闭', | ||
340 | - cancel: true | ||
341 | - }); | ||
342 | - return false; | ||
343 | - } | ||
344 | - | ||
345 | - ids = ids.join(','); | ||
346 | - art.dialog.open("__ROOT__/index.php?g=portal&m=AdminArticle&a=copy&ids=" + ids, { | ||
347 | - title: "批量复制", | ||
348 | - width: "300px" | ||
349 | - }); | ||
350 | - }); | ||
351 | - //批量移动 | ||
352 | - $('.js-articles-move').click(function (e) { | ||
353 | - var ids = []; | ||
354 | - $("input[name='ids[]']").each(function () { | ||
355 | - if ($(this).is(':checked')) { | ||
356 | - ids.push($(this).val()); | ||
357 | - } | ||
358 | - }); | ||
359 | - | ||
360 | - if (ids.length == 0) { | ||
361 | - art.dialog.through({ | ||
362 | - id: 'error', | ||
363 | - icon: 'error', | ||
364 | - content: '您没有勾选信息,无法进行操作!', | ||
365 | - cancelVal: '关闭', | ||
366 | - cancel: true | ||
367 | - }); | ||
368 | - return false; | ||
369 | - } | ||
370 | - | ||
371 | - ids = ids.join(','); | ||
372 | - 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, { | ||
373 | - title: "批量移动", | ||
374 | - width: "300px" | ||
375 | - }); | ||
376 | - }); | ||
377 | - }); | ||
378 | - }); | ||
379 | -</script> | ||
380 | -</body> | ||
381 | -</html> |
1 | -<?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;}*/ ?> | ||
2 | -<!doctype html> | ||
3 | -<html> | ||
4 | -<head> | ||
5 | - <meta charset="utf-8"> | ||
6 | - <!-- Set render engine for 360 browser --> | ||
7 | - <meta name="renderer" content="webkit"> | ||
8 | - <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
9 | - <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
10 | - | ||
11 | - <!-- HTML5 shim for IE8 support of HTML5 elements --> | ||
12 | - <!--[if lt IE 9]> | ||
13 | - <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
14 | - <![endif]--> | ||
15 | - | ||
16 | - | ||
17 | - <link href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/bootstrap.min.css" rel="stylesheet"> | ||
18 | - <link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet"> | ||
19 | - <link href="__STATIC__/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> | ||
20 | - <style> | ||
21 | - form .input-order { | ||
22 | - margin-bottom: 0px; | ||
23 | - padding: 0 2px; | ||
24 | - width: 42px; | ||
25 | - font-size: 12px; | ||
26 | - } | ||
27 | - | ||
28 | - form .input-order:focus { | ||
29 | - outline: none; | ||
30 | - } | ||
31 | - | ||
32 | - .table-actions { | ||
33 | - margin-top: 5px; | ||
34 | - margin-bottom: 5px; | ||
35 | - padding: 0px; | ||
36 | - } | ||
37 | - | ||
38 | - .table-list { | ||
39 | - margin-bottom: 0px; | ||
40 | - } | ||
41 | - | ||
42 | - .form-required { | ||
43 | - color: red; | ||
44 | - } | ||
45 | - </style> | ||
46 | - <script type="text/javascript"> | ||
47 | - //全局变量 | ||
48 | - var GV = { | ||
49 | - ROOT: "__ROOT__/", | ||
50 | - WEB_ROOT: "__WEB_ROOT__/", | ||
51 | - JS_ROOT: "static/js/", | ||
52 | - APP: '<?php echo \think\Request::instance()->module(); ?>'/*当前应用名*/ | ||
53 | - }; | ||
54 | - </script> | ||
55 | - <script src="__TMPL__/public/assets/js/jquery-1.10.2.min.js"></script> | ||
56 | - <script src="__STATIC__/js/wind.js"></script> | ||
57 | - <script src="__TMPL__/public/assets/js/bootstrap.min.js"></script> | ||
58 | - <script> | ||
59 | - Wind.css('artDialog'); | ||
60 | - Wind.css('layer'); | ||
61 | - $(function () { | ||
62 | - $("[data-toggle='tooltip']").tooltip(); | ||
63 | - $("li.dropdown").hover(function () { | ||
64 | - $(this).addClass("open"); | ||
65 | - }, function () { | ||
66 | - $(this).removeClass("open"); | ||
67 | - }); | ||
68 | - }); | ||
69 | - </script> | ||
70 | - <?php if(APP_DEBUG): ?> | ||
71 | - <style> | ||
72 | - #think_page_trace_open { | ||
73 | - z-index: 9999; | ||
74 | - } | ||
75 | - </style> | ||
76 | - <?php endif; ?> | ||
77 | -</head> | ||
78 | -<body> | ||
79 | -<style> | ||
80 | - .pagination{text-align:center;margin-top:20px;margin-bottom: 20px;} | ||
81 | - .pagination li{margin:0px 10px; border:1px solid #e6e6e6;padding: 3px 8px;display: inline-block;} | ||
82 | - .pagination .active{background-color: #dd1a20;color: #fff;} | ||
83 | - .pagination .disabled{color:#aaa;} | ||
84 | -</style> | ||
85 | -<div class="wrap js-check-wrap"> | ||
86 | - <ul class="nav nav-tabs"> | ||
87 | - <li><a href="<?php echo url('Salesman/salesman_list'); ?>">业务员列表</a></li> | ||
88 | - <li class="active"><a href="#">老师名单</a></li> | ||
89 | - </ul> | ||
90 | - <form class="well form-inline margin-top-20" method="post" action="<?php echo url('Salesman/teacher_list'); ?>"> | ||
91 | - 时间: | ||
92 | - <input type="text" class="form-control js-bootstrap-datetime" name="start_time" | ||
93 | - value="<?php echo (isset($start_time) && ($start_time !== '')?$start_time:''); ?>" | ||
94 | - style="width: 140px;" autocomplete="off">- | ||
95 | - <input type="text" class="form-control js-bootstrap-datetime" name="end_time" | ||
96 | - value="<?php echo (isset($end_time) && ($end_time !== '')?$end_time:''); ?>" | ||
97 | - style="width: 140px;" autocomplete="off"> | ||
98 | - <input type="hidden" name="salesman_id" value="<?php echo $salesman_id; ?>"> | ||
99 | - 关键字: | ||
100 | - <input type="text" class="form-control" name="keyword" style="width: 200px;" | ||
101 | - value="<?php echo (isset($keyword) && ($keyword !== '')?$keyword:''); ?>" placeholder="请输入微信昵称..."> | ||
102 | - <input type="submit" class="btn btn-primary" value="搜索"/> | ||
103 | - <a class="btn btn-danger" href="<?php echo url('Salesman/teacher_list',array('id'=>$salesman_id)); ?>">清空</a> | ||
104 | - </form> | ||
105 | - <table class="table table-bordered"> | ||
106 | - <thead> | ||
107 | - <tr> | ||
108 | - <th>序号</th> | ||
109 | - <th>教师</th> | ||
110 | - <th>累计收益</th> | ||
111 | - <th>创建时间</th> | ||
112 | - <th>操作</th> | ||
113 | - </tr> | ||
114 | - </thead> | ||
115 | - <tbody> | ||
116 | - <?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;?> | ||
117 | - <tr> | ||
118 | - <td><?php echo $vo['id']; ?></td> | ||
119 | - <td><?php echo $vo['user_nickname']; ?></td> | ||
120 | - <td>560001</td> | ||
121 | - <td><?php echo date("Y-m-d H:i:s",$vo['create_time']); ?></td> | ||
122 | - <td style="width: 100px;"> | ||
123 | - <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> | ||
124 | - </td> | ||
125 | - </tr> | ||
126 | - <?php endforeach; endif; else: echo "" ;endif; ?> | ||
127 | - </tbody> | ||
128 | - </table> | ||
129 | -</div> | ||
130 | -<div class="pagination"> | ||
131 | - <?php echo $data->render(); ?> | ||
132 | -</div> | ||
133 | -<script src="__STATIC__/js/admin.js"></script> | ||
134 | -</body> | ||
135 | -</html> |
1 | -<?php if (!defined('THINK_PATH')) exit(); /*a:1:{s:47:"themes/admin_simpleboot3/admin\index\index.html";i:1547883254;}*/ ?> | ||
2 | -<!DOCTYPE html> | ||
3 | -<html lang="zh_CN" style="overflow: hidden;"> | ||
4 | -<head> | ||
5 | - <meta http-equiv="X-UA-Compatible" content="IE=edge"/> | ||
6 | - <!-- Set render engine for 360 browser --> | ||
7 | - <meta name="renderer" content="webkit"> | ||
8 | - <meta charset="utf-8"> | ||
9 | - <title><?php echo (isset($site_info['site_name']) && ($site_info['site_name'] !== '')?$site_info['site_name']:''); ?> <?php echo lang('ADMIN_CENTER'); ?></title> | ||
10 | - | ||
11 | - <meta name="description" content="This is page-header (.page-header > h1)"> | ||
12 | - <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
13 | - | ||
14 | - <link href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/bootstrap.min.css" rel="stylesheet"> | ||
15 | - <link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet"> | ||
16 | - <link href="__STATIC__/font-awesome/css/font-awesome.min.css?page=index" rel="stylesheet" type="text/css"> | ||
17 | - <link rel="stylesheet" href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/simplebootadminindex.min.css"> | ||
18 | - <style> | ||
19 | - /*-----------------导航hack--------------------*/ | ||
20 | - .nav-list > li.open { | ||
21 | - position: relative; | ||
22 | - } | ||
23 | - | ||
24 | - .nav-list > li.open .back { | ||
25 | - display: none; | ||
26 | - } | ||
27 | - | ||
28 | - .nav-list > li.open .normal { | ||
29 | - display: inline-block !important; | ||
30 | - } | ||
31 | - | ||
32 | - .nav-list > li.open a { | ||
33 | - padding-left: 7px; | ||
34 | - } | ||
35 | - | ||
36 | - .nav-list > li .submenu > li > a { | ||
37 | - background: #fff; | ||
38 | - } | ||
39 | - | ||
40 | - .nav-list > li .submenu > li a > [class*="fa-"]:first-child { | ||
41 | - left: 20px; | ||
42 | - } | ||
43 | - | ||
44 | - .nav-list > li ul.submenu ul.submenu > li a > [class*="fa-"]:first-child { | ||
45 | - left: 30px; | ||
46 | - } | ||
47 | - | ||
48 | - /*----------------导航hack--------------------*/ | ||
49 | - </style> | ||
50 | - | ||
51 | - <script> | ||
52 | - //全局变量 | ||
53 | - var GV = { | ||
54 | - HOST: "<?php echo $_SERVER['HTTP_HOST']; ?>", | ||
55 | - ROOT: "__ROOT__/", | ||
56 | - WEB_ROOT: "__WEB_ROOT__/", | ||
57 | - JS_ROOT: "static/js/" | ||
58 | - }; | ||
59 | - </script> | ||
60 | - <?php $submenus=$menus; function getsubmenu($submenus){ if(!(empty($submenus) || (($submenus instanceof \think\Collection || $submenus instanceof \think\Paginator ) && $submenus->isEmpty()))): foreach($submenus as $menu){ ?> | ||
61 | - <li> | ||
62 | - <?php | ||
63 | - $menu_name=lang($menu['lang']); | ||
64 | - $menu_name=$menu['lang']==$menu_name?$menu['name']:$menu_name; | ||
65 | - if(empty($menu['items'])){ ?> | ||
66 | - <a href="javascript:openapp('<?php echo $menu['url']; ?>','<?php echo $menu['id']; ?>','<?php echo $menu_name; ?>',true);"> | ||
67 | - <i class="fa fa-<?php echo (isset($menu['icon']) && ($menu['icon'] !== '')?$menu['icon']:'desktop'); ?>"></i> | ||
68 | - <span class="menu-text"> <?php echo $menu_name; ?> </span> | ||
69 | - </a> | ||
70 | - <?php }else{ ?> | ||
71 | - <a href="#" class="dropdown-toggle"> | ||
72 | - <i class="fa fa-<?php echo (isset($menu['icon']) && ($menu['icon'] !== '')?$menu['icon']:'desktop'); ?> normal"></i> | ||
73 | - <span class="menu-text normal"> <?php echo $menu_name; ?> </span> | ||
74 | - <b class="arrow fa fa-angle-right normal"></b> | ||
75 | - <i class="fa fa-reply back"></i> | ||
76 | - <span class="menu-text back">返回</span> | ||
77 | - | ||
78 | - </a> | ||
79 | - | ||
80 | - <ul class="submenu"> | ||
81 | - <?php getsubmenu1($menu['items']) ?> | ||
82 | - </ul> | ||
83 | - <?php } ?> | ||
84 | - | ||
85 | - </li> | ||
86 | - | ||
87 | - <?php } endif; } function getsubmenu1($submenus){ foreach($submenus as $menu){ ?> | ||
88 | - <li> | ||
89 | - <?php | ||
90 | - $menu_name=lang($menu['lang']); | ||
91 | - $menu_name=$menu['lang']==$menu_name?$menu['name']:$menu_name; | ||
92 | - if(empty($menu['items'])){ ?> | ||
93 | - <a href="javascript:openapp('<?php echo $menu['url']; ?>','<?php echo $menu['id']; ?>','<?php echo $menu_name; ?>',true);"> | ||
94 | - <i class="fa fa-caret-right"></i> | ||
95 | - <span class="menu-text"> | ||
96 | - <?php echo $menu_name; ?> | ||
97 | - </span> | ||
98 | - </a> | ||
99 | - <?php }else{ ?> | ||
100 | - <a href="#" class="dropdown-toggle"> | ||
101 | - <i class="fa fa-caret-right"></i> | ||
102 | - <span class="menu-text"> | ||
103 | - <?php echo $menu_name; ?> | ||
104 | - </span> | ||
105 | - <b class="arrow fa fa-angle-right"></b> | ||
106 | - </a> | ||
107 | - <ul class="submenu"> | ||
108 | - <?php getsubmenu2($menu['items']) ?> | ||
109 | - </ul> | ||
110 | - <?php } ?> | ||
111 | - | ||
112 | - </li> | ||
113 | - | ||
114 | - <?php } } function getsubmenu2($submenus){ foreach($submenus as $menu){ ?> | ||
115 | - <li> | ||
116 | - <?php | ||
117 | - $menu_name=lang($menu['lang']); | ||
118 | - $menu_name=$menu['lang']==$menu_name?$menu['name']:$menu_name; | ||
119 | - ?> | ||
120 | - | ||
121 | - <a href="javascript:openapp('<?php echo $menu['url']; ?>','<?php echo $menu['id']; ?>','<?php echo $menu_name; ?>',true);"> | ||
122 | - <i class="fa fa-angle-double-right"></i> | ||
123 | - <span class="menu-text"> | ||
124 | - <?php echo $menu_name; ?> | ||
125 | - </span> | ||
126 | - </a> | ||
127 | - </li> | ||
128 | - | ||
129 | - <?php } } if(APP_DEBUG): ?> | ||
130 | - <style> | ||
131 | - #think_page_trace_open { | ||
132 | - left: 0 !important; | ||
133 | - right: initial !important; | ||
134 | - } | ||
135 | - </style> | ||
136 | - <?php endif; ?> | ||
137 | - | ||
138 | -</head> | ||
139 | - | ||
140 | -<body style="min-width:900px;overflow: hidden;"> | ||
141 | -<div id="loading"><i class="loadingicon"></i><span><?php echo lang('LOADING'); ?></span></div> | ||
142 | -<div id="right-tools-wrapper"> | ||
143 | - <!--<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>--> | ||
144 | - <!--<span id="refresh-wrapper" title="<?php echo lang('REFRESH_CURRENT_PAGE'); ?>"><i--> | ||
145 | - <!--class="fa fa-refresh right_tool_icon"></i></span>--> | ||
146 | -</div> | ||
147 | -<div class="navbar navbar-default"> | ||
148 | - <div class="container-fluid"> | ||
149 | - <div class="navbar-header"> | ||
150 | - <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> | ||
151 | - <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-main"> | ||
152 | - <span class="icon-bar"></span> | ||
153 | - <span class="icon-bar"></span> | ||
154 | - <span class="icon-bar"></span> | ||
155 | - </button> | ||
156 | - </div> | ||
157 | - | ||
158 | - <div class="navbar-collapse collapse" id="navbar-main"> | ||
159 | - <div class="pull-left" style="position: relative;"> | ||
160 | - <a id="task-pre" class="task-changebt"><i class="fa fa-chevron-left"></i></a> | ||
161 | - <div id="task-content"> | ||
162 | - <ul class="nav navbar-nav cmf-component-tab" id="task-content-inner"> | ||
163 | - <li class="cmf-component-tabitem noclose" app-id="0" app-url="<?php echo url('main/index'); ?>" | ||
164 | - app-name="首页"> | ||
165 | - <a class="cmf-tabs-item-text"><?php echo lang('HOME'); ?></a> | ||
166 | - </li> | ||
167 | - </ul> | ||
168 | - <div style="clear:both;"></div> | ||
169 | - </div> | ||
170 | - <a id="task-next" class="task-changebt"><i class="fa fa-chevron-right"></i></a> | ||
171 | - </div> | ||
172 | - | ||
173 | - <ul class="nav navbar-nav navbar-right simplewind-nav"> | ||
174 | - <li class="light-blue" style="border-left:none;"> | ||
175 | - <a id="refresh-wrapper" href="javacript:void(0);" title="<?php echo lang('REFRESH_CURRENT_PAGE'); ?>" style="color:#fff;font-size: 16px"> | ||
176 | - <i class="fa fa-refresh right_tool_icon"></i> | ||
177 | - </a> | ||
178 | - </li> | ||
179 | - <li class="light-blue dropdown" style="border-left:none;"> | ||
180 | - <a data-toggle="dropdown" href="#" class="dropdown-toggle"> | ||
181 | - <?php if(isset($admin['avatar']) && $admin['avatar']): ?> | ||
182 | - <img class="nav-user-photo" width="30" height="30" | ||
183 | - src="<?php echo cmf_get_user_avatar_url($admin['avatar']); ?>" alt="<?php echo $admin['user_login']; ?>"> | ||
184 | - <?php endif; ?> | ||
185 | - <span class="user-info"> | ||
186 | - <?php echo lang('WELCOME_USER',array('user_nickname' => empty($admin['user_nickname'] )? $admin['user_login'] : $admin['user_nickname'])); ?> | ||
187 | - </span> | ||
188 | - <i class="fa fa-caret-down"></i> | ||
189 | - </a> | ||
190 | - <ul class="user-menu pull-right dropdown-menu dropdown-yellow dropdown-caret dropdown-closer"> | ||
191 | - <?php if(cmf_auth_check(cmf_get_current_admin_id(),'admin/Setting/site')): ?> | ||
192 | - <li> | ||
193 | - <a href="javascript:openapp('<?php echo url('setting/site'); ?>','index_site','<?php echo lang('ADMIN_SETTING_SITE'); ?>');"><i | ||
194 | - class="fa fa-cog"></i> <?php echo lang('ADMIN_SETTING_SITE'); ?></a></li> | ||
195 | - <?php endif; if(cmf_auth_check(cmf_get_current_admin_id(),'admin/user/userinfo')): ?> | ||
196 | - <li> | ||
197 | - <a href="javascript:openapp('<?php echo url('user/userinfo'); ?>','index_userinfo','<?php echo lang('ADMIN_USER_USERINFO'); ?>');"><i | ||
198 | - class="fa fa-user"></i> <?php echo lang('ADMIN_USER_USERINFO'); ?></a></li> | ||
199 | - <?php endif; if(cmf_auth_check(cmf_get_current_admin_id(),'admin/Setting/password')): ?> | ||
200 | - <li> | ||
201 | - <a href="javascript:openapp('<?php echo url('setting/password'); ?>','index_password','<?php echo lang('ADMIN_SETTING_PASSWORD'); ?>');"><i | ||
202 | - class="fa fa-lock"></i> <?php echo lang('ADMIN_SETTING_PASSWORD'); ?></a></li> | ||
203 | - <?php endif; ?> | ||
204 | - <li><a href="<?php echo url('Public/logout'); ?>"><i class="fa fa-sign-out"></i> <?php echo lang('LOGOUT'); ?></a></li> | ||
205 | - </ul> | ||
206 | - </li> | ||
207 | - </ul> | ||
208 | - </div> | ||
209 | - </div> | ||
210 | -</div> | ||
211 | - | ||
212 | -<div class="main-container container-fluid"> | ||
213 | - | ||
214 | - <div class="sidebar" id="sidebar"> | ||
215 | - <div class="sidebar-shortcuts" id="sidebar-shortcuts"> | ||
216 | - <a class="btn btn-sm btn-warning" href="__ROOT__/" | ||
217 | - title="<?php echo lang('WEBSITE_HOME_PAGE'); ?>" | ||
218 | - target="_blank" | ||
219 | - data-toggle="tooltip"> | ||
220 | - <i class="fa fa-home"></i> | ||
221 | - </a> | ||
222 | - <!-- | ||
223 | - <?php if(cmf_auth_check(cmf_get_current_admin_id(),'portal/AdminCategory/index')): ?> | ||
224 | - <a class="btn btn-sm btn-success" href="javascript:openapp('<?php echo url('portal/AdminCategory/index'); ?>','index_termlist','文章分类管理');" title="文章分类管理"> | ||
225 | - <i class="fa fa-th"></i> | ||
226 | - </a> | ||
227 | - <?php endif; if(cmf_auth_check(cmf_get_current_admin_id(),'portal/AdminArticle/index')): ?> | ||
228 | - <a class="btn btn-sm btn-info" href="javascript:openapp('<?php echo url('portal/AdminArticle/index'); ?>','index_postlist','文章管理');" title="文章管理"> | ||
229 | - <i class="fa fa-pencil"></i> | ||
230 | - </a> | ||
231 | - <?php endif; ?> | ||
232 | - --> | ||
233 | - | ||
234 | - <?php if(cmf_auth_check(cmf_get_current_admin_id(),'user/AdminAsset/index')): ?> | ||
235 | - <a class="btn btn-sm btn-info" | ||
236 | - href="javascript:openapp('<?php echo url('user/AdminAsset/index'); ?>','userAdminAssetindex','资源管理',true);" | ||
237 | - title="资源管理" | ||
238 | - data-toggle="tooltip"> | ||
239 | - <i class="fa fa-file"></i> | ||
240 | - </a> | ||
241 | - <?php endif; if(cmf_auth_check(cmf_get_current_admin_id(),'admin/Setting/clearcache')): ?> | ||
242 | - <a class="btn btn-sm btn-danger" | ||
243 | - href="javascript:openapp('<?php echo url('admin/Setting/clearcache'); ?>','index_clearcache','<?php echo lang('ADMIN_SETTING_CLEARCACHE'); ?>',true);" | ||
244 | - title="<?php echo lang('ADMIN_SETTING_CLEARCACHE'); ?>" | ||
245 | - data-toggle="tooltip"> | ||
246 | - <i class="fa fa-trash-o"></i> | ||
247 | - </a> | ||
248 | - <?php endif; if(cmf_auth_check(cmf_get_current_admin_id(),'admin/RecycleBin/index')): ?> | ||
249 | - <a class="btn btn-sm btn-danger" | ||
250 | - href="javascript:openapp('<?php echo url('admin/RecycleBin/index'); ?>','index_recycle','回收站',true);" | ||
251 | - title="回收站" | ||
252 | - data-toggle="tooltip"> | ||
253 | - <i class="fa fa-recycle"></i> | ||
254 | - </a> | ||
255 | - <?php endif; if(APP_DEBUG): ?> | ||
256 | - <a class="btn btn-sm btn-default" | ||
257 | - href="javascript:openapp('<?php echo url('admin/Menu/index'); ?>','index_menu','<?php echo lang('ADMIN_MENU_INDEX'); ?>',true);" | ||
258 | - title="<?php echo lang('ADMIN_MENU_INDEX'); ?>" | ||
259 | - data-toggle="tooltip"> | ||
260 | - <i class="fa fa-list"></i> | ||
261 | - </a> | ||
262 | - <?php endif; ?> | ||
263 | - | ||
264 | - </div> | ||
265 | - <div id="nav-wrapper"> | ||
266 | - <ul class="nav nav-list"> | ||
267 | - <?php echo getsubmenu($submenus); ?> | ||
268 | - </ul> | ||
269 | - </div> | ||
270 | - | ||
271 | - </div> | ||
272 | - | ||
273 | - <div class="main-content"> | ||
274 | - <div class="page-content" id="content"> | ||
275 | - <iframe src="<?php echo url('Main/index'); ?>" style="width:100%;height: 100%;" frameborder="0" id="appiframe-0" | ||
276 | - class="appiframe"></iframe> | ||
277 | - </div> | ||
278 | - </div> | ||
279 | -</div> | ||
280 | - | ||
281 | -<script src="__TMPL__/public/assets/js/jquery-1.10.2.min.js"></script> | ||
282 | -<script src="__STATIC__/js/wind.js"></script> | ||
283 | -<script src="__TMPL__/public/assets/js/bootstrap.min.js"></script> | ||
284 | -<script src="__STATIC__/js/admin.js"></script> | ||
285 | -<script src="__TMPL__/public/assets/simpleboot3/js/adminindex.js"></script> | ||
286 | -<script> | ||
287 | - $(function () { | ||
288 | - $("[data-toggle='tooltip']").tooltip(); | ||
289 | - $("li.dropdown").hover(function () { | ||
290 | - $(this).addClass("open"); | ||
291 | - }, function () { | ||
292 | - $(this).removeClass("open"); | ||
293 | - }); | ||
294 | - }); | ||
295 | - | ||
296 | - var ismenumin = $("#sidebar").hasClass("menu-min"); | ||
297 | - $(".nav-list").on("click", function (event) { | ||
298 | - var closest_a = $(event.target).closest("a"); | ||
299 | - if (!closest_a || closest_a.length == 0) { | ||
300 | - return | ||
301 | - } | ||
302 | - if (!closest_a.hasClass("dropdown-toggle")) { | ||
303 | - if (ismenumin && "click" == "tap" && closest_a.get(0).parentNode.parentNode == this) { | ||
304 | - var closest_a_menu_text = closest_a.find(".menu-text").get(0); | ||
305 | - if (event.target != closest_a_menu_text && !$.contains(closest_a_menu_text, event.target)) { | ||
306 | - return false | ||
307 | - } | ||
308 | - } | ||
309 | - return | ||
310 | - } | ||
311 | - var closest_a_next = closest_a.next().get(0); | ||
312 | - if (!$(closest_a_next).is(":visible")) { | ||
313 | - var closest_ul = $(closest_a_next.parentNode).closest("ul"); | ||
314 | - if (ismenumin && closest_ul.hasClass("nav-list")) { | ||
315 | - return | ||
316 | - } | ||
317 | - closest_ul.find("> .open > .submenu").each(function () { | ||
318 | - if (this != closest_a_next && !$(this.parentNode).hasClass("active")) { | ||
319 | - $(this).slideUp(150).parent().removeClass("open") | ||
320 | - } | ||
321 | - }); | ||
322 | - } | ||
323 | - if (ismenumin && $(closest_a_next.parentNode.parentNode).hasClass("nav-list")) { | ||
324 | - return false; | ||
325 | - } | ||
326 | - $(closest_a_next).slideToggle(150).parent().toggleClass("open"); | ||
327 | - return false; | ||
328 | - }); | ||
329 | -</script> | ||
330 | -</body> | ||
331 | -</html> |
1 | -<?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;}*/ ?> | ||
2 | -<!doctype html> | ||
3 | -<html> | ||
4 | -<head> | ||
5 | - <meta charset="utf-8"> | ||
6 | - <!-- Set render engine for 360 browser --> | ||
7 | - <meta name="renderer" content="webkit"> | ||
8 | - <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
9 | - <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
10 | - | ||
11 | - <!-- HTML5 shim for IE8 support of HTML5 elements --> | ||
12 | - <!--[if lt IE 9]> | ||
13 | - <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
14 | - <![endif]--> | ||
15 | - | ||
16 | - | ||
17 | - <link href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/bootstrap.min.css" rel="stylesheet"> | ||
18 | - <link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet"> | ||
19 | - <link href="__STATIC__/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> | ||
20 | - <style> | ||
21 | - form .input-order { | ||
22 | - margin-bottom: 0px; | ||
23 | - padding: 0 2px; | ||
24 | - width: 42px; | ||
25 | - font-size: 12px; | ||
26 | - } | ||
27 | - | ||
28 | - form .input-order:focus { | ||
29 | - outline: none; | ||
30 | - } | ||
31 | - | ||
32 | - .table-actions { | ||
33 | - margin-top: 5px; | ||
34 | - margin-bottom: 5px; | ||
35 | - padding: 0px; | ||
36 | - } | ||
37 | - | ||
38 | - .table-list { | ||
39 | - margin-bottom: 0px; | ||
40 | - } | ||
41 | - | ||
42 | - .form-required { | ||
43 | - color: red; | ||
44 | - } | ||
45 | - </style> | ||
46 | - <script type="text/javascript"> | ||
47 | - //全局变量 | ||
48 | - var GV = { | ||
49 | - ROOT: "__ROOT__/", | ||
50 | - WEB_ROOT: "__WEB_ROOT__/", | ||
51 | - JS_ROOT: "static/js/", | ||
52 | - APP: '<?php echo \think\Request::instance()->module(); ?>'/*当前应用名*/ | ||
53 | - }; | ||
54 | - </script> | ||
55 | - <script src="__TMPL__/public/assets/js/jquery-1.10.2.min.js"></script> | ||
56 | - <script src="__STATIC__/js/wind.js"></script> | ||
57 | - <script src="__TMPL__/public/assets/js/bootstrap.min.js"></script> | ||
58 | - <script> | ||
59 | - Wind.css('artDialog'); | ||
60 | - Wind.css('layer'); | ||
61 | - $(function () { | ||
62 | - $("[data-toggle='tooltip']").tooltip(); | ||
63 | - $("li.dropdown").hover(function () { | ||
64 | - $(this).addClass("open"); | ||
65 | - }, function () { | ||
66 | - $(this).removeClass("open"); | ||
67 | - }); | ||
68 | - }); | ||
69 | - </script> | ||
70 | - <?php if(APP_DEBUG): ?> | ||
71 | - <style> | ||
72 | - #think_page_trace_open { | ||
73 | - z-index: 9999; | ||
74 | - } | ||
75 | - </style> | ||
76 | - <?php endif; ?> | ||
77 | -</head> | ||
78 | -<body> | ||
79 | -<div class="wrap js-check-wrap"> | ||
80 | - <ul class="nav nav-tabs"> | ||
81 | - <li class="active"><a>所有钩子</a></li> | ||
82 | - <li><a href="<?php echo url('Hook/sync'); ?>">同步钩子</a></li> | ||
83 | - </ul> | ||
84 | - <form action="" method="post" class="margin-top-20"> | ||
85 | - <?php | ||
86 | - $types = ["1"=>'系统钩子','2'=>'应用钩子','3'=>'模板钩子','4'=>'后台模板钩子']; | ||
87 | - ?> | ||
88 | - <table class="table table-hover table-bordered"> | ||
89 | - <thead> | ||
90 | - <tr> | ||
91 | - <th width="40">ID</th> | ||
92 | - <th>名称</th> | ||
93 | - <th>类型</th> | ||
94 | - <th>描述</th> | ||
95 | - <th width="150"><?php echo lang('ACTIONS'); ?></th> | ||
96 | - </tr> | ||
97 | - </thead> | ||
98 | - <tbody> | ||
99 | - <?php if(is_array($hooks) || $hooks instanceof \think\Collection || $hooks instanceof \think\Paginator): if( count($hooks)==0 ) : echo "" ;else: foreach($hooks as $key=>$vo): ?> | ||
100 | - <tr> | ||
101 | - <td><?php echo $vo['id']; ?></td> | ||
102 | - <td><?php echo $vo['name']; ?>:<?php echo $vo['hook']; ?></td> | ||
103 | - <td><?php echo $types[$vo['type']]; ?></td> | ||
104 | - <td><?php echo $vo['description']; ?></td> | ||
105 | - <td> | ||
106 | - <a href="javascript:parent.openIframeLayer('<?php echo url('Hook/plugins',['hook'=>$vo['hook']]); ?>','钩子<?php echo $vo['name']; ?>插件管理',{});">管理插件</a> | ||
107 | - </td> | ||
108 | - </tr> | ||
109 | - <?php endforeach; endif; else: echo "" ;endif; ?> | ||
110 | - </tbody> | ||
111 | - </table> | ||
112 | - </form> | ||
113 | -</div> | ||
114 | -<script src="__STATIC__/js/admin.js"></script> | ||
115 | -</body> | ||
116 | -</html> |
1 | -<?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;}*/ ?> | ||
2 | -<!doctype html> | ||
3 | -<html> | ||
4 | -<head> | ||
5 | - <meta charset="utf-8"> | ||
6 | - <!-- Set render engine for 360 browser --> | ||
7 | - <meta name="renderer" content="webkit"> | ||
8 | - <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
9 | - <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
10 | - | ||
11 | - <!-- HTML5 shim for IE8 support of HTML5 elements --> | ||
12 | - <!--[if lt IE 9]> | ||
13 | - <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
14 | - <![endif]--> | ||
15 | - | ||
16 | - | ||
17 | - <link href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/bootstrap.min.css" rel="stylesheet"> | ||
18 | - <link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet"> | ||
19 | - <link href="__STATIC__/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> | ||
20 | - <style> | ||
21 | - form .input-order { | ||
22 | - margin-bottom: 0px; | ||
23 | - padding: 0 2px; | ||
24 | - width: 42px; | ||
25 | - font-size: 12px; | ||
26 | - } | ||
27 | - | ||
28 | - form .input-order:focus { | ||
29 | - outline: none; | ||
30 | - } | ||
31 | - | ||
32 | - .table-actions { | ||
33 | - margin-top: 5px; | ||
34 | - margin-bottom: 5px; | ||
35 | - padding: 0px; | ||
36 | - } | ||
37 | - | ||
38 | - .table-list { | ||
39 | - margin-bottom: 0px; | ||
40 | - } | ||
41 | - | ||
42 | - .form-required { | ||
43 | - color: red; | ||
44 | - } | ||
45 | - </style> | ||
46 | - <script type="text/javascript"> | ||
47 | - //全局变量 | ||
48 | - var GV = { | ||
49 | - ROOT: "__ROOT__/", | ||
50 | - WEB_ROOT: "__WEB_ROOT__/", | ||
51 | - JS_ROOT: "static/js/", | ||
52 | - APP: '<?php echo \think\Request::instance()->module(); ?>'/*当前应用名*/ | ||
53 | - }; | ||
54 | - </script> | ||
55 | - <script src="__TMPL__/public/assets/js/jquery-1.10.2.min.js"></script> | ||
56 | - <script src="__STATIC__/js/wind.js"></script> | ||
57 | - <script src="__TMPL__/public/assets/js/bootstrap.min.js"></script> | ||
58 | - <script> | ||
59 | - Wind.css('artDialog'); | ||
60 | - Wind.css('layer'); | ||
61 | - $(function () { | ||
62 | - $("[data-toggle='tooltip']").tooltip(); | ||
63 | - $("li.dropdown").hover(function () { | ||
64 | - $(this).addClass("open"); | ||
65 | - }, function () { | ||
66 | - $(this).removeClass("open"); | ||
67 | - }); | ||
68 | - }); | ||
69 | - </script> | ||
70 | - <?php if(APP_DEBUG): ?> | ||
71 | - <style> | ||
72 | - #think_page_trace_open { | ||
73 | - z-index: 9999; | ||
74 | - } | ||
75 | - </style> | ||
76 | - <?php endif; ?> | ||
77 | -</head> | ||
78 | -<body> | ||
79 | -<style> | ||
80 | - .pagination{text-align:center;margin-top:20px;margin-bottom: 20px;} | ||
81 | - .pagination li{margin:0px 10px; border:1px solid #e6e6e6;padding: 3px 8px;display: inline-block;} | ||
82 | - .pagination .active{background-color: #dd1a20;color: #fff;} | ||
83 | - .pagination .disabled{color:#aaa;} | ||
84 | -</style> | ||
85 | -<div class="wrap js-check-wrap"> | ||
86 | - <ul class="nav nav-tabs"> | ||
87 | - <li class="active"><a href="#">提现列表</a></li> | ||
88 | - </ul> | ||
89 | - <form class="well form-inline margin-top-20" method="post" action="<?php echo url('Withdrawal/withd_list'); ?>"> | ||
90 | - 时间: | ||
91 | - <input type="text" class="form-control js-bootstrap-datetime" name="start_time" | ||
92 | - value="<?php echo (isset($start_time) && ($start_time !== '')?$start_time:''); ?>" | ||
93 | - style="width: 140px;" autocomplete="off">- | ||
94 | - <input type="text" class="form-control js-bootstrap-datetime" name="end_time" | ||
95 | - value="<?php echo (isset($end_time) && ($end_time !== '')?$end_time:''); ?>" | ||
96 | - style="width: 140px;" autocomplete="off"> | ||
97 | - 关键字: | ||
98 | - <input type="text" class="form-control" name="keyword" style="width: 200px;" | ||
99 | - value="<?php echo (isset($keyword) && ($keyword !== '')?$keyword:''); ?>" placeholder="请输入手机号..."> | ||
100 | - <input type="submit" class="btn btn-primary" value="搜索"/> | ||
101 | - <a class="btn btn-danger" href="<?php echo url('Withdrawal/withd_list'); ?>">清空</a> | ||
102 | - </form> | ||
103 | - <table class="table table-bordered"> | ||
104 | - <thead> | ||
105 | - <tr> | ||
106 | - <th>序号</th> | ||
107 | - <th>微信昵称</th> | ||
108 | - <th>手机号</th> | ||
109 | - <th>提现金额</th> | ||
110 | - <th>状态</th> | ||
111 | - <th>申请时间</th> | ||
112 | - <th>操作</th> | ||
113 | - </tr> | ||
114 | - </thead> | ||
115 | - <tbody> | ||
116 | - <?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;?> | ||
117 | - <tr class="tr<?php echo $vo['id']; ?>"> | ||
118 | - <td><?php echo $vo['id']; ?></td> | ||
119 | - <td><?php echo $vo['name']; ?></td> | ||
120 | - <td><?php echo $vo['phone']; ?></td> | ||
121 | - <td><?php echo $vo['money']; ?></td> | ||
122 | - <?php if($vo['state'] == 1): ?> | ||
123 | - <td>提现成功</td> | ||
124 | - <?php else: ?> | ||
125 | - <td>提现失败</td> | ||
126 | - <?php endif; ?> | ||
127 | - | ||
128 | - <td><?php echo date("Y-m-d H:i:s",$vo['create_time']); ?></td> | ||
129 | - <td style="width: 80px;"> | ||
130 | - <button type="button" class="btn btn-default" onclick="withd_del(<?php echo $vo['id']; ?>)">删除</button> | ||
131 | - </td> | ||
132 | - </tr> | ||
133 | - <?php endforeach; endif; else: echo "" ;endif; ?> | ||
134 | - </tbody> | ||
135 | - </table> | ||
136 | -</div> | ||
137 | -<div class="pagination"> | ||
138 | - <?php echo $data->render(); ?> | ||
139 | -</div> | ||
140 | -<script src="__STATIC__/js/admin.js"></script> | ||
141 | -<script> | ||
142 | - /** | ||
143 | - *点击删除 | ||
144 | - */ | ||
145 | - function withd_del(id){ | ||
146 | - ccc = window.confirm('是否删除?'); | ||
147 | - if(ccc){ | ||
148 | - $.post("<?php echo url('Withdrawal/withd_del'); ?>",{id:id},function(data){ | ||
149 | - if(data){ | ||
150 | - $('.tr'+id).remove(); | ||
151 | - }else{ | ||
152 | - alert('删除失败!'); | ||
153 | - } | ||
154 | - }); | ||
155 | - } | ||
156 | - } | ||
157 | -</script> | ||
158 | -</body> | ||
159 | -</html> |
1 | -<?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;}*/ ?> | ||
2 | -<!doctype html> | ||
3 | -<html> | ||
4 | -<head> | ||
5 | - <meta charset="utf-8"> | ||
6 | - <!-- Set render engine for 360 browser --> | ||
7 | - <meta name="renderer" content="webkit"> | ||
8 | - <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
9 | - <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
10 | - | ||
11 | - <!-- HTML5 shim for IE8 support of HTML5 elements --> | ||
12 | - <!--[if lt IE 9]> | ||
13 | - <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
14 | - <![endif]--> | ||
15 | - | ||
16 | - | ||
17 | - <link href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/bootstrap.min.css" rel="stylesheet"> | ||
18 | - <link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet"> | ||
19 | - <link href="__STATIC__/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> | ||
20 | - <style> | ||
21 | - form .input-order { | ||
22 | - margin-bottom: 0px; | ||
23 | - padding: 0 2px; | ||
24 | - width: 42px; | ||
25 | - font-size: 12px; | ||
26 | - } | ||
27 | - | ||
28 | - form .input-order:focus { | ||
29 | - outline: none; | ||
30 | - } | ||
31 | - | ||
32 | - .table-actions { | ||
33 | - margin-top: 5px; | ||
34 | - margin-bottom: 5px; | ||
35 | - padding: 0px; | ||
36 | - } | ||
37 | - | ||
38 | - .table-list { | ||
39 | - margin-bottom: 0px; | ||
40 | - } | ||
41 | - | ||
42 | - .form-required { | ||
43 | - color: red; | ||
44 | - } | ||
45 | - </style> | ||
46 | - <script type="text/javascript"> | ||
47 | - //全局变量 | ||
48 | - var GV = { | ||
49 | - ROOT: "__ROOT__/", | ||
50 | - WEB_ROOT: "__WEB_ROOT__/", | ||
51 | - JS_ROOT: "static/js/", | ||
52 | - APP: '<?php echo \think\Request::instance()->module(); ?>'/*当前应用名*/ | ||
53 | - }; | ||
54 | - </script> | ||
55 | - <script src="__TMPL__/public/assets/js/jquery-1.10.2.min.js"></script> | ||
56 | - <script src="__STATIC__/js/wind.js"></script> | ||
57 | - <script src="__TMPL__/public/assets/js/bootstrap.min.js"></script> | ||
58 | - <script> | ||
59 | - Wind.css('artDialog'); | ||
60 | - Wind.css('layer'); | ||
61 | - $(function () { | ||
62 | - $("[data-toggle='tooltip']").tooltip(); | ||
63 | - $("li.dropdown").hover(function () { | ||
64 | - $(this).addClass("open"); | ||
65 | - }, function () { | ||
66 | - $(this).removeClass("open"); | ||
67 | - }); | ||
68 | - }); | ||
69 | - </script> | ||
70 | - <?php if(APP_DEBUG): ?> | ||
71 | - <style> | ||
72 | - #think_page_trace_open { | ||
73 | - z-index: 9999; | ||
74 | - } | ||
75 | - </style> | ||
76 | - <?php endif; ?> | ||
77 | -</head> | ||
78 | -<body> | ||
79 | -<div class="wrap js-check-wrap"> | ||
80 | - <ul class="nav nav-tabs"> | ||
81 | - <li><a href="<?php echo url('Platformorders/plat_list'); ?>">平台订单列表</a></li> | ||
82 | - <li class="active"><a href="#">订单查看</a></li> | ||
83 | - </ul> | ||
84 | - <?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;?> | ||
85 | - <div style="margin-top: 10px;"> | ||
86 | - <img src="<?php echo cmf_get_image_url($vo['thumbnail']); ?>" class="img-rounded"> | ||
87 | - <h4>书籍:<?php echo $vo['book_name']; ?> X <?php echo $vo['number']; ?>本</h4> | ||
88 | - <h4>定价:<?php echo $vo['pricing']; ?></h4> | ||
89 | - <h4>售价:<?php echo $vo['price']; ?></h4> | ||
90 | - </div> | ||
91 | - <?php endforeach; endif; else: echo "" ;endif; ?> | ||
92 | - <div style="margin-top: 10px;"> | ||
93 | - <h4>姓名:<?php echo $data_in['name']; ?></h4> | ||
94 | - <h4>手机号:<?php echo $data_in['phone']; ?></h4> | ||
95 | - <h4>买家留言:<?php echo $data_in['leave_word']; ?></h4> | ||
96 | - <h4>收货地址:<?php echo $data_in['indent_address']; ?></h4> | ||
97 | - </div> | ||
98 | -</div> | ||
99 | -</body> | ||
100 | -</html> |
1 | -<?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;}*/ ?> | ||
2 | -<!doctype html> | ||
3 | -<html> | ||
4 | -<head> | ||
5 | - <meta charset="utf-8"> | ||
6 | - <!-- Set render engine for 360 browser --> | ||
7 | - <meta name="renderer" content="webkit"> | ||
8 | - <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
9 | - <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
10 | - | ||
11 | - <!-- HTML5 shim for IE8 support of HTML5 elements --> | ||
12 | - <!--[if lt IE 9]> | ||
13 | - <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
14 | - <![endif]--> | ||
15 | - | ||
16 | - | ||
17 | - <link href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/bootstrap.min.css" rel="stylesheet"> | ||
18 | - <link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet"> | ||
19 | - <link href="__STATIC__/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> | ||
20 | - <style> | ||
21 | - form .input-order { | ||
22 | - margin-bottom: 0px; | ||
23 | - padding: 0 2px; | ||
24 | - width: 42px; | ||
25 | - font-size: 12px; | ||
26 | - } | ||
27 | - | ||
28 | - form .input-order:focus { | ||
29 | - outline: none; | ||
30 | - } | ||
31 | - | ||
32 | - .table-actions { | ||
33 | - margin-top: 5px; | ||
34 | - margin-bottom: 5px; | ||
35 | - padding: 0px; | ||
36 | - } | ||
37 | - | ||
38 | - .table-list { | ||
39 | - margin-bottom: 0px; | ||
40 | - } | ||
41 | - | ||
42 | - .form-required { | ||
43 | - color: red; | ||
44 | - } | ||
45 | - </style> | ||
46 | - <script type="text/javascript"> | ||
47 | - //全局变量 | ||
48 | - var GV = { | ||
49 | - ROOT: "__ROOT__/", | ||
50 | - WEB_ROOT: "__WEB_ROOT__/", | ||
51 | - JS_ROOT: "static/js/", | ||
52 | - APP: '<?php echo \think\Request::instance()->module(); ?>'/*当前应用名*/ | ||
53 | - }; | ||
54 | - </script> | ||
55 | - <script src="__TMPL__/public/assets/js/jquery-1.10.2.min.js"></script> | ||
56 | - <script src="__STATIC__/js/wind.js"></script> | ||
57 | - <script src="__TMPL__/public/assets/js/bootstrap.min.js"></script> | ||
58 | - <script> | ||
59 | - Wind.css('artDialog'); | ||
60 | - Wind.css('layer'); | ||
61 | - $(function () { | ||
62 | - $("[data-toggle='tooltip']").tooltip(); | ||
63 | - $("li.dropdown").hover(function () { | ||
64 | - $(this).addClass("open"); | ||
65 | - }, function () { | ||
66 | - $(this).removeClass("open"); | ||
67 | - }); | ||
68 | - }); | ||
69 | - </script> | ||
70 | - <?php if(APP_DEBUG): ?> | ||
71 | - <style> | ||
72 | - #think_page_trace_open { | ||
73 | - z-index: 9999; | ||
74 | - } | ||
75 | - </style> | ||
76 | - <?php endif; ?> | ||
77 | -</head> | ||
78 | -<body> | ||
79 | -<style> | ||
80 | - .pagination{text-align:center;margin-top:20px;margin-bottom: 20px;} | ||
81 | - .pagination li{margin:0px 10px; border:1px solid #e6e6e6;padding: 3px 8px;display: inline-block;} | ||
82 | - .pagination .active{background-color: #dd1a20;color: #fff;} | ||
83 | - .pagination .disabled{color:#aaa;} | ||
84 | -</style> | ||
85 | -<div class="wrap js-check-wrap"> | ||
86 | - <ul class="nav nav-tabs"> | ||
87 | - <li class="active"><a href="#">业务员审核列表</a></li> | ||
88 | - </ul> | ||
89 | - <form class="well form-inline margin-top-20" method="post" action="<?php echo url('Audit/audit_list'); ?>"> | ||
90 | - 时间: | ||
91 | - <input type="text" class="form-control js-bootstrap-datetime" name="start_time" | ||
92 | - value="<?php echo (isset($start_time) && ($start_time !== '')?$start_time:''); ?>" | ||
93 | - style="width: 140px;" autocomplete="off">- | ||
94 | - <input type="text" class="form-control js-bootstrap-datetime" name="end_time" | ||
95 | - value="<?php echo (isset($end_time) && ($end_time !== '')?$end_time:''); ?>" | ||
96 | - style="width: 140px;" autocomplete="off"> | ||
97 | - 关键字: | ||
98 | - <input type="text" class="form-control" name="keyword" style="width: 200px;" | ||
99 | - value="<?php echo (isset($keyword) && ($keyword !== '')?$keyword:''); ?>" placeholder="请输入手机号..."> | ||
100 | - <input type="submit" class="btn btn-primary" value="搜索"/> | ||
101 | - <a class="btn btn-danger" href="<?php echo url('Audit/audit_list'); ?>">清空</a> | ||
102 | - </form> | ||
103 | - <table class="table table-bordered"> | ||
104 | - <thead> | ||
105 | - <tr> | ||
106 | - <th>序号</th> | ||
107 | - <th>微信昵称</th> | ||
108 | - <th>手机号</th> | ||
109 | - <th>姓名</th> | ||
110 | - <th>创建时间</th> | ||
111 | - <th>操作</th> | ||
112 | - </tr> | ||
113 | - </thead> | ||
114 | - <tbody> | ||
115 | - <?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;?> | ||
116 | - <tr> | ||
117 | - <td><?php echo $vo['id']; ?></td> | ||
118 | - <td><?php echo $vo['wname']; ?></td> | ||
119 | - <td><?php echo $vo['phone']; ?></td> | ||
120 | - <td><?php echo $vo['name']; ?></td> | ||
121 | - <td><?php echo date("Y-m-d H:i:s",$vo['create_time']); ?></td> | ||
122 | - <td> | ||
123 | - <a href="<?php echo url('Audit/audit_edit',array('id'=>$vo['id'])); ?>"><button type="button" class="btn btn-default">审核编辑</button></a> | ||
124 | - </td> | ||
125 | - </tr> | ||
126 | - <?php endforeach; endif; else: echo "" ;endif; ?> | ||
127 | - </tbody> | ||
128 | - </table> | ||
129 | - <div class="pagination"> | ||
130 | - <?php echo $data->render(); ?> | ||
131 | - </div> | ||
132 | - | ||
133 | -</div> | ||
134 | -<script src="__STATIC__/js/admin.js"></script> | ||
135 | -</body> | ||
136 | -</html> |
1 | -<?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;}*/ ?> | ||
2 | -<!doctype html> | ||
3 | -<html> | ||
4 | -<head> | ||
5 | - <meta charset="utf-8"> | ||
6 | - <!-- Set render engine for 360 browser --> | ||
7 | - <meta name="renderer" content="webkit"> | ||
8 | - <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
9 | - <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
10 | - | ||
11 | - <!-- HTML5 shim for IE8 support of HTML5 elements --> | ||
12 | - <!--[if lt IE 9]> | ||
13 | - <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
14 | - <![endif]--> | ||
15 | - | ||
16 | - | ||
17 | - <link href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/bootstrap.min.css" rel="stylesheet"> | ||
18 | - <link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet"> | ||
19 | - <link href="__STATIC__/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> | ||
20 | - <style> | ||
21 | - form .input-order { | ||
22 | - margin-bottom: 0px; | ||
23 | - padding: 0 2px; | ||
24 | - width: 42px; | ||
25 | - font-size: 12px; | ||
26 | - } | ||
27 | - | ||
28 | - form .input-order:focus { | ||
29 | - outline: none; | ||
30 | - } | ||
31 | - | ||
32 | - .table-actions { | ||
33 | - margin-top: 5px; | ||
34 | - margin-bottom: 5px; | ||
35 | - padding: 0px; | ||
36 | - } | ||
37 | - | ||
38 | - .table-list { | ||
39 | - margin-bottom: 0px; | ||
40 | - } | ||
41 | - | ||
42 | - .form-required { | ||
43 | - color: red; | ||
44 | - } | ||
45 | - </style> | ||
46 | - <script type="text/javascript"> | ||
47 | - //全局变量 | ||
48 | - var GV = { | ||
49 | - ROOT: "__ROOT__/", | ||
50 | - WEB_ROOT: "__WEB_ROOT__/", | ||
51 | - JS_ROOT: "static/js/", | ||
52 | - APP: '<?php echo \think\Request::instance()->module(); ?>'/*当前应用名*/ | ||
53 | - }; | ||
54 | - </script> | ||
55 | - <script src="__TMPL__/public/assets/js/jquery-1.10.2.min.js"></script> | ||
56 | - <script src="__STATIC__/js/wind.js"></script> | ||
57 | - <script src="__TMPL__/public/assets/js/bootstrap.min.js"></script> | ||
58 | - <script> | ||
59 | - Wind.css('artDialog'); | ||
60 | - Wind.css('layer'); | ||
61 | - $(function () { | ||
62 | - $("[data-toggle='tooltip']").tooltip(); | ||
63 | - $("li.dropdown").hover(function () { | ||
64 | - $(this).addClass("open"); | ||
65 | - }, function () { | ||
66 | - $(this).removeClass("open"); | ||
67 | - }); | ||
68 | - }); | ||
69 | - </script> | ||
70 | - <?php if(APP_DEBUG): ?> | ||
71 | - <style> | ||
72 | - #think_page_trace_open { | ||
73 | - z-index: 9999; | ||
74 | - } | ||
75 | - </style> | ||
76 | - <?php endif; ?> | ||
77 | -<style type="text/css"> | ||
78 | - .pic-list li { | ||
79 | - margin-bottom: 5px; | ||
80 | - } | ||
81 | -</style> | ||
82 | -</head> | ||
83 | -<body> | ||
84 | -<div class="wrap js-check-wrap"> | ||
85 | - <ul class="nav nav-tabs"> | ||
86 | - <li><a href="<?php echo url('Salesman/salesman_list'); ?>">业务员列表</a></li> | ||
87 | - <li class="active"><a href="#">编辑查看</a></li> | ||
88 | - </ul> | ||
89 | - <form action="<?php echo url('Salesman/salesman_edit'); ?>" method="post" class="form-horizontal js-ajax-form margin-top-20"> | ||
90 | - <div class="row"> | ||
91 | - <div class="col-md-9"> | ||
92 | - <table class="table table-bordered"> | ||
93 | - <input type="hidden" name="id" value="<?php echo $data['id']; ?>"> | ||
94 | - <input type="hidden" name="uid" value="<?php echo $data['uid']; ?>"> | ||
95 | - <tr> | ||
96 | - <th>姓名</th> | ||
97 | - <td> | ||
98 | - <input class="form-control" type="text" name="name" | ||
99 | - id="title" required value="<?php echo $data['name']; ?>" placeholder="请输入姓名" /> | ||
100 | - </td> | ||
101 | - </tr> | ||
102 | - <tr> | ||
103 | - <th>手机号</th> | ||
104 | - <td><input class="form-control" type="text" name="phone" id="source" value="<?php echo $data['phone']; ?>" | ||
105 | - placeholder="请输入手机号"></td> | ||
106 | - </tr> | ||
107 | - <tr> | ||
108 | - <th>身份证号</th> | ||
109 | - <td><input class="form-control" type="text" name="id_number" value="<?php echo $data['id_number']; ?>" | ||
110 | - placeholder="请输入身份证号"></td> | ||
111 | - </tr> | ||
112 | - <tr> | ||
113 | - <th>身份证正面</th> | ||
114 | - <td><img src="<?php echo cmf_get_image_url($data['img_front']); ?>" alt=""></td> | ||
115 | - </tr> | ||
116 | - <tr> | ||
117 | - <th>身份证反面</th> | ||
118 | - <td><img src="<?php echo cmf_get_image_url($data['img_back']); ?>" alt=""></td> | ||
119 | - </tr> | ||
120 | - </table> | ||
121 | - <div class="form-group"> | ||
122 | - <div class="col-sm-offset-2 col-sm-10"> | ||
123 | - <button type="submit" class="btn btn-primary js-ajax-submit">保存</button> | ||
124 | - </div> | ||
125 | - </div> | ||
126 | - </div> | ||
127 | - </div> | ||
128 | - </form> | ||
129 | -</div> | ||
130 | -<script type="text/javascript" src="__STATIC__/js/admin.js"></script> | ||
131 | -</body> | ||
132 | -</html> |
1 | -<?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;}*/ ?> | ||
2 | -<!doctype html> | ||
3 | -<html> | ||
4 | -<head> | ||
5 | - <meta charset="utf-8"> | ||
6 | - <!-- Set render engine for 360 browser --> | ||
7 | - <meta name="renderer" content="webkit"> | ||
8 | - <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
9 | - <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
10 | - | ||
11 | - <!-- HTML5 shim for IE8 support of HTML5 elements --> | ||
12 | - <!--[if lt IE 9]> | ||
13 | - <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
14 | - <![endif]--> | ||
15 | - | ||
16 | - | ||
17 | - <link href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/bootstrap.min.css" rel="stylesheet"> | ||
18 | - <link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet"> | ||
19 | - <link href="__STATIC__/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> | ||
20 | - <style> | ||
21 | - form .input-order { | ||
22 | - margin-bottom: 0px; | ||
23 | - padding: 0 2px; | ||
24 | - width: 42px; | ||
25 | - font-size: 12px; | ||
26 | - } | ||
27 | - | ||
28 | - form .input-order:focus { | ||
29 | - outline: none; | ||
30 | - } | ||
31 | - | ||
32 | - .table-actions { | ||
33 | - margin-top: 5px; | ||
34 | - margin-bottom: 5px; | ||
35 | - padding: 0px; | ||
36 | - } | ||
37 | - | ||
38 | - .table-list { | ||
39 | - margin-bottom: 0px; | ||
40 | - } | ||
41 | - | ||
42 | - .form-required { | ||
43 | - color: red; | ||
44 | - } | ||
45 | - </style> | ||
46 | - <script type="text/javascript"> | ||
47 | - //全局变量 | ||
48 | - var GV = { | ||
49 | - ROOT: "__ROOT__/", | ||
50 | - WEB_ROOT: "__WEB_ROOT__/", | ||
51 | - JS_ROOT: "static/js/", | ||
52 | - APP: '<?php echo \think\Request::instance()->module(); ?>'/*当前应用名*/ | ||
53 | - }; | ||
54 | - </script> | ||
55 | - <script src="__TMPL__/public/assets/js/jquery-1.10.2.min.js"></script> | ||
56 | - <script src="__STATIC__/js/wind.js"></script> | ||
57 | - <script src="__TMPL__/public/assets/js/bootstrap.min.js"></script> | ||
58 | - <script> | ||
59 | - Wind.css('artDialog'); | ||
60 | - Wind.css('layer'); | ||
61 | - $(function () { | ||
62 | - $("[data-toggle='tooltip']").tooltip(); | ||
63 | - $("li.dropdown").hover(function () { | ||
64 | - $(this).addClass("open"); | ||
65 | - }, function () { | ||
66 | - $(this).removeClass("open"); | ||
67 | - }); | ||
68 | - }); | ||
69 | - </script> | ||
70 | - <?php if(APP_DEBUG): ?> | ||
71 | - <style> | ||
72 | - #think_page_trace_open { | ||
73 | - z-index: 9999; | ||
74 | - } | ||
75 | - </style> | ||
76 | - <?php endif; ?> | ||
77 | -</head> | ||
78 | -<body> | ||
79 | -<div class="wrap js-check-wrap"> | ||
80 | - <ul class="nav nav-tabs"> | ||
81 | - <li ><a href="<?php echo url('Label/classify_list'); ?>">分类管理</a></li> | ||
82 | - <li class="active"><a href="#">标签管理</a></li> | ||
83 | - </ul> | ||
84 | - <button type="button" class="btn btn-default" style="margin-top: 10px;" data-toggle="modal" data-target="#myModal">添加标签</button> | ||
85 | - <table class="table table-bordered"> | ||
86 | - <caption>标签管理列表</caption> | ||
87 | - <thead> | ||
88 | - <tr> | ||
89 | - <th>标签名称</th> | ||
90 | - <th>创建时间</th> | ||
91 | - <th>操作</th> | ||
92 | - </tr> | ||
93 | - </thead> | ||
94 | - <tbody class="tb"> | ||
95 | - <?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;?> | ||
96 | - <tr class="tr<?php echo $vo['id']; ?>"> | ||
97 | - <td><?php echo $vo['name']; ?></td> | ||
98 | - <td><?php echo date("Y-m-d H:i:s",$vo['create_time']); ?></td> | ||
99 | - <td> | ||
100 | - <button type="button" class="btn btn-default" data-toggle="modal" data-target="#myeditModal" onclick="myedit(<?php echo $vo['id']; ?>)">编辑</button> | ||
101 | - <button type="button" class="btn btn-default" onclick="del(<?php echo $vo['id']; ?>)">删除</button> | ||
102 | - </td> | ||
103 | - </tr> | ||
104 | - <?php endforeach; endif; else: echo "" ;endif; ?> | ||
105 | - </tbody> | ||
106 | - </table> | ||
107 | -</div> | ||
108 | -<!-- 添加模态框(Modal) --> | ||
109 | -<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> | ||
110 | - <div class="modal-dialog"> | ||
111 | - <div class="modal-content"> | ||
112 | - <div class="modal-header"> | ||
113 | - <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> | ||
114 | - <h4 class="modal-title" id="myModalLabel">添加标签</h4> | ||
115 | - </div> | ||
116 | - <div class="modal-body"> | ||
117 | - <div style="padding: 10px 100px 10px;"> | ||
118 | - <form class="bs-example bs-example-form" role="form"> | ||
119 | - <div class="input-group"> | ||
120 | - <span class="input-group-addon">标签名称:</span> | ||
121 | - <input type="text" class="form-control" name="name"> | ||
122 | - </div> | ||
123 | - <br> | ||
124 | - </form> | ||
125 | - </div> | ||
126 | - </div> | ||
127 | - <div class="modal-footer"> | ||
128 | - <button type="button" class="btn btn-default guanbi" data-dismiss="modal">关闭</button> | ||
129 | - <button type="button" class="btn btn-primary" onclick="mysave()">保存</button> | ||
130 | - </div> | ||
131 | - </div><!-- /.modal-content --> | ||
132 | - </div><!-- /.modal --> | ||
133 | -</div> | ||
134 | - | ||
135 | -<!-- 编辑模态框(Modal) --> | ||
136 | -<div class="modal fade" id="myeditModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> | ||
137 | - <div class="modal-dialog"> | ||
138 | - <div class="modal-content"> | ||
139 | - <div class="modal-header"> | ||
140 | - <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> | ||
141 | - <h4 class="modal-title" id="myModalLabel">编辑</h4> | ||
142 | - </div> | ||
143 | - <div class="modal-body"> | ||
144 | - <div style="padding: 10px 100px 10px;"> | ||
145 | - <form class="bs-example bs-example-form" role="form"> | ||
146 | - <div class="input-group"> | ||
147 | - <span class="input-group-addon">标签名称:</span> | ||
148 | - <input type="text" class="form-control" name="edit_name"> | ||
149 | - <input type="hidden" name="id" value=""> | ||
150 | - </div> | ||
151 | - <br> | ||
152 | - </form> | ||
153 | - </div> | ||
154 | - </div> | ||
155 | - <div class="modal-footer"> | ||
156 | - <button type="button" class="btn btn-default" data-dismiss="modal">关闭</button> | ||
157 | - <button type="button" class="btn btn-primary" onclick="edit_post()">保存</button> | ||
158 | - </div> | ||
159 | - </div><!-- /.modal-content --> | ||
160 | - </div><!-- /.modal --> | ||
161 | -</div> | ||
162 | - | ||
163 | -<script type="text/javascript" src="__STATIC__/js/admin.js"></script> | ||
164 | -<script> | ||
165 | - //添加分类保存 | ||
166 | - function mysave(){ | ||
167 | - name = $("input[name='name']").val(); | ||
168 | - if(name == ''){ | ||
169 | - alert('标签名称不能为空'); | ||
170 | - }else{ | ||
171 | - $.post("<?php echo url('Label/lab_add'); ?>",{name:name},function(data){ | ||
172 | - if(data){ | ||
173 | - shuju = JSON.parse(data); | ||
174 | - $('.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>"); | ||
175 | - $('.guanbi').trigger('click'); | ||
176 | - }else{ | ||
177 | - alert('添加失败'); | ||
178 | - } | ||
179 | - }); | ||
180 | - } | ||
181 | - } | ||
182 | - | ||
183 | - //编辑分类 | ||
184 | - function myedit(id){ | ||
185 | - $.post("<?php echo url('Label/lab_edit'); ?>",{id:id},function(data){ | ||
186 | - shuju = JSON.parse(data); | ||
187 | - $("input[name='edit_name']").val(shuju.name); | ||
188 | - $("input[name='id']").val(shuju.id); | ||
189 | - }) | ||
190 | - } | ||
191 | - | ||
192 | - //编辑修改分类 | ||
193 | - function edit_post(){ | ||
194 | - name = $("input[name='edit_name']").val(); | ||
195 | - id = $("input[name='id']").val(); | ||
196 | - $.post("<?php echo url('Label/lab_edit_post'); ?>",{name:name,id:id},function(data){ | ||
197 | - window.location.reload(); | ||
198 | - }); | ||
199 | - } | ||
200 | - | ||
201 | - //删除 | ||
202 | - function del(id){ | ||
203 | - ccc = window.confirm('是否删除这条标签?'); | ||
204 | - if(ccc){ | ||
205 | - $.post("<?php echo url('Label/lab_del'); ?>",{id:id},function(data){ | ||
206 | - if(data){ | ||
207 | - $('.tr'+id).remove(); | ||
208 | - }else{ | ||
209 | - alert('删除失败'); | ||
210 | - } | ||
211 | - }); | ||
212 | - } | ||
213 | - } | ||
214 | -</script> | ||
215 | -</body> | ||
216 | -</html> |
1 | -<?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;}*/ ?> | ||
2 | -<!doctype html> | ||
3 | -<html> | ||
4 | -<head> | ||
5 | - <meta charset="utf-8"> | ||
6 | - <!-- Set render engine for 360 browser --> | ||
7 | - <meta name="renderer" content="webkit"> | ||
8 | - <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
9 | - <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
10 | - | ||
11 | - <!-- HTML5 shim for IE8 support of HTML5 elements --> | ||
12 | - <!--[if lt IE 9]> | ||
13 | - <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
14 | - <![endif]--> | ||
15 | - | ||
16 | - | ||
17 | - <link href="__TMPL__/public/assets/themes/<?php echo cmf_get_admin_style(); ?>/bootstrap.min.css" rel="stylesheet"> | ||
18 | - <link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet"> | ||
19 | - <link href="__STATIC__/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> | ||
20 | - <style> | ||
21 | - form .input-order { | ||
22 | - margin-bottom: 0px; | ||
23 | - padding: 0 2px; | ||
24 | - width: 42px; | ||
25 | - font-size: 12px; | ||
26 | - } | ||
27 | - | ||
28 | - form .input-order:focus { | ||
29 | - outline: none; | ||
30 | - } | ||
31 | - | ||
32 | - .table-actions { | ||
33 | - margin-top: 5px; | ||
34 | - margin-bottom: 5px; | ||
35 | - padding: 0px; | ||
36 | - } | ||
37 | - | ||
38 | - .table-list { | ||
39 | - margin-bottom: 0px; | ||
40 | - } | ||
41 | - | ||
42 | - .form-required { | ||
43 | - color: red; | ||
44 | - } | ||
45 | - </style> | ||
46 | - <script type="text/javascript"> | ||
47 | - //全局变量 | ||
48 | - var GV = { | ||
49 | - ROOT: "__ROOT__/", | ||
50 | - WEB_ROOT: "__WEB_ROOT__/", | ||
51 | - JS_ROOT: "static/js/", | ||
52 | - APP: '<?php echo \think\Request::instance()->module(); ?>'/*当前应用名*/ | ||
53 | - }; | ||
54 | - </script> | ||
55 | - <script src="__TMPL__/public/assets/js/jquery-1.10.2.min.js"></script> | ||
56 | - <script src="__STATIC__/js/wind.js"></script> | ||
57 | - <script src="__TMPL__/public/assets/js/bootstrap.min.js"></script> | ||
58 | - <script> | ||
59 | - Wind.css('artDialog'); | ||
60 | - Wind.css('layer'); | ||
61 | - $(function () { | ||
62 | - $("[data-toggle='tooltip']").tooltip(); | ||
63 | - $("li.dropdown").hover(function () { | ||
64 | - $(this).addClass("open"); | ||
65 | - }, function () { | ||
66 | - $(this).removeClass("open"); | ||
67 | - }); | ||
68 | - }); | ||
69 | - </script> | ||
70 | - <?php if(APP_DEBUG): ?> | ||
71 | - <style> | ||
72 | - #think_page_trace_open { | ||
73 | - z-index: 9999; | ||
74 | - } | ||
75 | - </style> | ||
76 | - <?php endif; ?> | ||
77 | -</head> | ||
78 | -<body> | ||
79 | -<div class="wrap js-check-wrap"> | ||
80 | - <ul class="nav nav-tabs"> | ||
81 | - <li ><a href="<?php echo url('Goods/goods_list'); ?>">商品列表</a></li> | ||
82 | - <li class="active"><a href="#">推荐新品</a></li> | ||
83 | - </ul> | ||
84 | - <table class="table table-bordered" style="margin-top: 10px;"> | ||
85 | - <thead> | ||
86 | - <tr> | ||
87 | - <th>选择</th> | ||
88 | - <th>序号</th> | ||
89 | - <th>商品名称</th> | ||
90 | - <th>分类</th> | ||
91 | - <th>价钱</th> | ||
92 | - <th>销量</th> | ||
93 | - <th>创建时间</th> | ||
94 | - </tr> | ||
95 | - </thead> | ||
96 | - <tbody> | ||
97 | - <?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;?> | ||
98 | - <tr> | ||
99 | - <td> | ||
100 | - <?php if($vo['recommend_new'] == 1): ?> | ||
101 | - <input type="checkbox" name="choice" class="choice" checked value="<?php echo $vo['id']; ?>"> | ||
102 | - <?php else: ?> | ||
103 | - <input type="checkbox" name="choice" class="choice" value="<?php echo $vo['id']; ?>"> | ||
104 | - <?php endif; ?> | ||
105 | - </td> | ||
106 | - <td><?php echo $vo['id']; ?></td> | ||
107 | - <td><?php echo $vo['book_name']; ?></td> | ||
108 | - <td><?php echo (isset($vo['classify_name']) && ($vo['classify_name'] !== '')?$vo['classify_name']:'为空'); ?></td> | ||
109 | - <td><?php echo $vo['price']; ?></td> | ||
110 | - <td><?php echo $vo['sales']; ?></td> | ||
111 | - <td><?php echo date("Y-m-d H:i:s",$vo['create_time']); ?></td> | ||
112 | - </tr> | ||
113 | - <?php endforeach; endif; else: echo "" ;endif; ?> | ||
114 | - </tbody> | ||
115 | - </table> | ||
116 | - <button type="button" class="btn btn-default" onclick="baocun()">保存</button> | ||
117 | -<script> | ||
118 | - function baocun(){ | ||
119 | - num = $(".choice:checked"); | ||
120 | - arr = []; | ||
121 | - if(num.length == 3){ | ||
122 | - for(i=0;i<num.length;i++){ | ||
123 | - arr[i] = num.eq(i).val(); | ||
124 | - } | ||
125 | - ids = arr.join(','); | ||
126 | - $.post("<?php echo url('Goods/goods_new'); ?>",{ids:ids},function(data){ | ||
127 | - alert('推荐成功'); | ||
128 | - }); | ||
129 | - }else{ | ||
130 | - alert('推荐新品为三个!'); | ||
131 | - } | ||
132 | - } | ||
133 | -</script> | ||
134 | -</div> | ||
135 | -</body> | ||
136 | -</html> |
-
请 注册 或 登录 后发表评论