Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eduline
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
eduline
Commits
6a46c099
Commit
6a46c099
authored
Jun 05, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
5587d030
3b47d88b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
apps/basic/Lib/Action/SingleAction.class.php
+1
-2
apps/home/Lib/Action/UserAction.class.php
+1
-0
No files found.
apps/basic/Lib/Action/SingleAction.class.php
View file @
6a46c099
...
...
@@ -25,8 +25,7 @@ class SingleAction extends CommonAction
*/
public
function
info
()
{
$id
=
(
$_GET
[
'id'
]);
dump
(
$id
);
$id
=
t
(
$_GET
[
'id'
]);
if
(
$id
===
'buy'
)
{
$result
=
model
(
'Xdata'
)
->
get
(
"admin_Config:about"
);
$res
=
[
...
...
apps/home/Lib/Action/UserAction.class.php
View file @
6a46c099
...
...
@@ -75,6 +75,7 @@ class UserAction extends CommonAction
public
function
index
()
{
dump
(
1111111
);
$uid
=
$this
->
mid
;
$limit
=
3
;
//拼接两个表名
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment