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
89a08676
Commit
89a08676
authored
Oct 23, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pc时间轴报备
parent
78b1b2a0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
1 deletion
+23
-1
timeline_pc.html
application/app_broker/view/index/timeline_pc.html
+1
-0
achieveFork.vue
public/appnew/src/components/achieveMain/achieveFork.vue
+21
-0
entrance.vue
public/appnew/src/components/publicEg/entrance.vue
+1
-1
No files found.
application/app_broker/view/index/timeline_pc.html
View file @
89a08676
...
...
@@ -38,6 +38,7 @@
<p
v-if=
"item.step_name==='report'"
>
约带看人:
<span>
{{item.report_agent_name}}
</span></p>
<p
v-if=
"item.step_name==='report'"
>
约带看人电话:
<span><a
href=
"javascript:;"
>
{{item.report_agent_phone}}
</a></span></p>
<p
v-if=
"item.step_name==='report'"
>
预计到场时间:
<span>
{{item.predict_see_time}}
</span></p>
<p
v-if=
"item.step_name==='report'"
>
商铺地址:
<span>
{{item.internal_address}}
</span></p>
<p
v-if=
"item.step_name==='follow_up_log'"
>
属于哪类客户:
<span>
{{item.user_type}}
</span></p>
<p
v-if=
"item.step_name==='follow_up_log'"
>
第一决策人:
<span>
{{item.decision_maker}}
</span></p>
<p
v-if=
"item.step_name==='follow_up_log'"
>
租商铺做什么:
<span>
{{item.industry_type}}
</span></p>
...
...
public/appnew/src/components/achieveMain/achieveFork.vue
View file @
89a08676
...
...
@@ -142,6 +142,7 @@
}
});
_this
.
common
.
h5PageC
(
_token
,
()
=>
{
_this
.
getSiteList
();
_this
.
loadMain
();
});
},
...
...
@@ -157,6 +158,26 @@
_this
.
ajaxUl
();
},
'this_moon'
);
},
getSiteList
()
{
let
_this
=
this
;
_this
.
axios
({
method
:
'get'
,
url
:
'/broker/getSiteListApp'
,
responseType
:
'json'
,
})
.
then
(
function
(
response
)
{
if
(
response
.
data
.
code
==
200
)
{
if
(
response
.
data
.
data
){
};
}
else
{
layer
.
tipsX
(
response
.
data
.
msg
);
}
})
.
catch
(
function
(
error
)
{
layer
.
tipsX
(
error
);
});
},
tabMain
(
index
)
{
let
_this
=
this
;
_this
.
initTabNumMain
=
index
;
...
...
public/appnew/src/components/publicEg/entrance.vue
View file @
89a08676
...
...
@@ -9,7 +9,7 @@
</
template
>
<
script
>
let
_token
=
'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRhIjp7ImlkIjo1NzQ
yLCJuYW1lIjoiXHU0ZThlXHU3NmZjXHU3NmZjIiwicGhvbmUiOiIxMzkxODkzNzc0MSIsImxldmVsIjoyMH0sInRpbWVTdGFtcF8iOjE1Mjg5NDIzNTh9.-HlJUkvPCCrfhacC9WKcWEiNzUHhL0PujDGONcwPtA0
'
;
let
_token
=
'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRhIjp7ImlkIjo1NzQ
wLCJuYW1lIjoiXHU1ZTk3XHU2ZDRiXHU4YmQ1MiIsInBob25lIjoiMTU2MDE2NTIzNTIiLCJsZXZlbCI6MjB9LCJ0aW1lU3RhbXBfIjoxNTQwMjY1ODYxfQ.kEW46TMxEdBrWJ82CO6sxAxkeZOIZlWJZzHU378IXD4
'
;
let
_token2
=
'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRhIjp7ImlkIjo1NzM5LCJuYW1lIjoiXHU2MDNiXHU2ZDRiXHU4YmQ1MSIsInBob25lIjoiMTU2MDE2NTIzNTMiLCJsZXZlbCI6MzB9LCJ0aW1lU3RhbXBfIjoxNTMwNjA2ODU4fQ.8jL49CjtBMV6BqmaKdJfd4pkGBazrAgQQrutb53Z3mY'
;
export
default
{
name
:
''
,
...
...
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