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
986045f3
Commit
986045f3
authored
Dec 28, 2017
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
经纪人详情页修改
parent
58e05bfe
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
16 deletions
+7
-16
agent_detail.html
application/app/view/index/agent_detail.html
+0
-7
more_pingjia.html
application/app/view/index/more_pingjia.html
+5
-6
agent_detail.js
public/app/js/agent_detail.js
+1
-1
more_pingjia.js
public/app/js/more_pingjia.js
+1
-2
vconsole.min.js
public/app/js/vconsole.min.js
+0
-0
No files found.
application/app/view/index/agent_detail.html
View file @
986045f3
...
...
@@ -136,12 +136,5 @@
<script
src=
"/app/js/jquery-1122-min.js"
charset=
"UTF-8"
></script>
<script
src=
"/app/js/common.js"
charset=
"UTF-8"
></script>
<script
src=
"/app/js/agent_detail.js"
charset=
"UTF-8"
></script>
<script
src=
"http://dev0.tonglianjituan.com/vConsole-dev/dist/vconsole.min.js"
></script>
<script>
var
vConsole
=
new
VConsole
();
console
.
log
(
'Hello world'
);
</script>
</body>
</html>
application/app/view/index/more_pingjia.html
View file @
986045f3
...
...
@@ -9,6 +9,11 @@
<meta
name=
"Description"
content=
""
/>
<link
rel=
"stylesheet"
href=
"/app/css/common.css"
>
<link
rel=
"stylesheet"
href=
"/app/css/agent_detail.css"
>
<style
type=
"text/css"
>
body
{
display
:
block
!important
;
}
</style>
</head>
<body>
<header
id=
"header"
>
...
...
@@ -77,11 +82,5 @@
<script
src=
"/app/js/jquery-1122-min.js"
charset=
"UTF-8"
></script>
<script
src=
"/app/js/common.js"
charset=
"UTF-8"
></script>
<script
src=
"/app/js/more_pingjia.js"
charset=
"UTF-8"
></script>
<script
src=
"http://dev0.tonglianjituan.com/vConsole-dev/dist/vconsole.min.js"
></script>
<script>
var
vConsole
=
new
VConsole
();
console
.
log
(
'Hello world'
);
</script>
</body>
</html>
public/app/js/agent_detail.js
View file @
986045f3
...
...
@@ -176,7 +176,7 @@ $(function() {
};
});
$
(
'.pingjia-list-area>ul'
).
html
(
_html
);
data
[
'data'
][
'evaluate'
]
&&
data
[
'data'
][
'evaluate'
].
length
>
2
&&
$
(
'.pingjia-list-area .see-all-area'
).
show
().
find
(
'a'
).
attr
(
'href'
,
'more_pingjia?agentId='
+
_agentId
+
'&fenNum='
+
_fenNum
+
'&pingNum='
+
_pingNum
);
data
[
'data'
][
'evaluate'
]
&&
data
[
'data'
][
'evaluate'
].
length
>
2
&&
$
(
'.pingjia-list-area .see-all-area'
).
show
().
find
(
'a'
).
attr
(
'href'
,
(
'more_pingjia?agentId='
+
_agentId
+
'&fenNum='
+
_fenNum
+
'&pingNum='
+
_pingNum
)
);
}
else
{
$
(
'.pingjia-list-area .zanwu_data'
).
show
();
};
...
...
public/app/js/more_pingjia.js
View file @
986045f3
$
(
function
()
{
$
(
document
.
body
).
show
();
var
_doc
=
$
(
document
);
var
_agentId
=
getUrlParam
(
'agentId'
);
var
_token
=
localStorage
.
getItem
(
'token'
);
...
...
@@ -128,5 +129,4 @@ $(function() {
};
});
};
});
\ No newline at end of file
public/app/js/vconsole.min.js
0 → 100644
View file @
986045f3
This diff is collapsed.
Click to expand it.
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