Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
93cff9bf
Commit
93cff9bf
authored
Nov 14, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
293f03ab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
+11
-3
agent_pingjia.html
application/app_broker/view/index/agent_pingjia.html
+6
-0
marchinList.js
public/resource/js/marchinList.js
+5
-3
No files found.
application/app_broker/view/index/agent_pingjia.html
View file @
93cff9bf
...
@@ -15,6 +15,12 @@
...
@@ -15,6 +15,12 @@
display
:
none
;
display
:
none
;
}
}
</style>
</style>
<script
src=
"/app/js/vconsole.min.js"
></script>
<script>
if
(
~
location
.
origin
.
indexOf
(
'pre2.tonglianjituan.com'
))
{
var
vConsole
=
new
VConsole
();
};
</script>
</head>
</head>
<body>
<body>
<!--<header id="header">
<!--<header id="header">
...
...
public/resource/js/marchinList.js
View file @
93cff9bf
...
@@ -212,6 +212,10 @@ define(['doT', 'css!style/home.css', 'ckfinder', 'ckfinderStart', "datetimepick
...
@@ -212,6 +212,10 @@ define(['doT', 'css!style/home.css', 'ckfinder', 'ckfinderStart', "datetimepick
});
});
}
else
{
}
else
{
$
(
"#follow_list"
).
html
(
_htmlTemp
);
$
(
"#follow_list"
).
html
(
_htmlTemp
);
/*分页代码*/
add_page
(
data
.
data
.
total
,
pageNo
,
follow
.
pageSize
,
follow
.
getList
);
$
(
'.J_preview'
).
preview
();
}
}
}(
0
);
}(
0
);
...
@@ -226,9 +230,7 @@ define(['doT', 'css!style/home.css', 'ckfinder', 'ckfinderStart', "datetimepick
...
@@ -226,9 +230,7 @@ define(['doT', 'css!style/home.css', 'ckfinder', 'ckfinderStart', "datetimepick
$
(
"#follow_list"
).
html
(
'<tr><td colspan="8" style="text-align:center;"> 暂无数据</td></tr>'
);
$
(
"#follow_list"
).
html
(
'<tr><td colspan="8" style="text-align:center;"> 暂无数据</td></tr>'
);
}
}
/*分页代码*/
add_page
(
data
.
data
.
total
,
pageNo
,
follow
.
pageSize
,
follow
.
getList
);
$
(
'.J_preview'
).
preview
();
}
else
{
}
else
{
...
...
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