Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨建斌
/
page
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
bc1a381a
authored
2018-04-01 13:02:18 +0800
by
yangjianbin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
9658e0c0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
application/controllers/User.php
application/views/user/index.php
application/controllers/User.php
View file @
bc1a381
...
...
@@ -19,7 +19,8 @@ class User extends CI_Controller {
'clientInfoOutputVO'
=>
$data
->
clientInfoOutputVO
,
'clientUnitOutputVO'
=>
$data
->
clientUnitOutputVO
,
'clientContactOutputVOS'
=>
$data
->
clientContactOutputVOS
,
'applyOrderVO'
=>
$data
->
applyOrderVO
'applyOrderVO'
=>
$data
->
applyOrderVO
,
'id'
=>
$data
->
applyOrderVo
->
id
);
switch
(
$state
)
{
case
'1'
:
...
...
application/views/user/index.php
View file @
bc1a381
...
...
@@ -62,7 +62,6 @@
columns: [
{
data: "id", render: function (data, type, full) {
var url = "
<?=
site_url
(
'/user/info'
)
?>
";
url += '/' + data;
return '<span class="
dropDown
dropDown_hover
">\
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment