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
9057d037
Commit
9057d037
authored
Nov 23, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pc时间轴进场图片
parent
5420132c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
timeline_pc.html
application/app_broker/view/index/timeline_pc.html
+2
-2
timeline_pc.js
public/app/js/timeline_pc.js
+1
-1
No files found.
application/app_broker/view/index/timeline_pc.html
View file @
9057d037
...
...
@@ -82,8 +82,8 @@
<p
v-if=
"item.step_name==='follow_up_log'"
>
补充说明:
<span
class=
"buchongshuoming"
>
{{item.explain}}
</span></p>
<p
v-if=
"item.step_name==='march_in'"
>
地址:{{item.march_in_area}}
</p>
<ol
v-if=
"item.step_name==='march_in'"
class=
"li-img-list"
>
<li>
<a
href=
"javascript:;"
class=
"click-big-img-a"
><img
:src=
"item.img_path+item
.march_in_img
"
></a>
<li
v-for=
"(item2, idnex2) in item.img"
>
<a
href=
"javascript:;"
class=
"click-big-img-a"
><img
:src=
"item.img_path+item
2.img_name
"
></a>
</li>
</ol>
<ol
v-if=
"item.step_name==='follow_up_log'"
class=
"li-img-list"
>
...
...
public/app/js/timeline_pc.js
View file @
9057d037
...
...
@@ -11,7 +11,7 @@ require(['vue', 'css!style/timeline_pc.css', 'jquery0325', 'common'],function(Vu
document
.
body
.
style
.
display
=
'block'
;
$
.
ajax
({
type
:
'POST'
,
url
:
'/index/selectReportAll'
,
url
:
ServerHostTempC
+
'/index/selectReportAll'
,
data
:
{
'order_id'
:
order_id
},
...
...
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