Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
施宇
/
icsales
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
72ae3817
authored
Aug 14, 2019
by
叶明星
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
添加get变量获取
parent
5a4a9367
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
.idea/workspace.xml
Application/Common/Controller/BaseController.class.php
Application/Common/View/public/indexheader.html
.idea/workspace.xml
View file @
72ae3817
This diff is collapsed.
Click to expand it.
Application/Common/Controller/BaseController.class.php
View file @
72ae3817
...
...
@@ -13,6 +13,9 @@ class BaseController extends Controller
foreach
(
$datas
as
$k
=>
$v
)
{
$this
->
assign
(
$k
,
$v
[
'data'
]);
}
$getInfo
=
I
();
$this
->
assign
(
'get_url_info'
,
$getInfo
);
}
public
function
__call
(
$method
,
$args
)
...
...
Application/Common/View/public/indexheader.html
View file @
72ae3817
<foreach
name=
"get_utl_info"
item=
"v"
>
<input
type=
"hidden"
id=
"{$key}"
value=
"{$v}"
>
</foreach>
<div
class=
"index_header"
>
<div
class=
"header_content boxsiz public_content width_1190"
>
<div
class=
"fl"
>
...
...
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