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
8059fc4e
Commit
8059fc4e
authored
Mar 27, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
跟进2
parent
9dfb6502
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
7 deletions
+22
-7
customerinfo_genjin.html
application/app_broker/view/index/customerinfo_genjin.html
+1
-1
customer_gj.css
public/app/css/customer_gj.css
+1
-0
common.js
public/app/js/common.js
+2
-2
customer_gj.js
public/app/js/customer_gj.js
+18
-4
No files found.
application/app_broker/view/index/customerinfo_genjin.html
View file @
8059fc4e
...
...
@@ -14,7 +14,7 @@
<div
id=
"app"
>
<header
id=
"header"
>
<a
class=
"ps-back"
href=
"javascript:(history.length>1?history.go(-1):window.location='/');"
id=
"back_btn"
></a>
<h2
id=
"title"
>
跟进
</h2>
<h2
id=
"title"
@
touchstart=
"testStart"
@
touchend=
"testEnd"
>
跟进
</h2>
</header>
<div
class=
"header_seat"
></div>
<div
class=
"list_a"
>
...
...
public/app/css/customer_gj.css
View file @
8059fc4e
...
...
@@ -163,6 +163,7 @@
}
#business_area
{
height
:
.6rem
;
width
:
5rem
;
border-radius
:
0.14rem
;
box-shadow
:
0
0
0.1rem
0
rgba
(
0
,
0
,
0
,
0.2
);
margin-top
:
.14rem
;
...
...
public/app/js/common.js
View file @
8059fc4e
var
ServerHost
=
location
.
origin
;
//
var ServerHostTempC = 'https://pre2.tonglianjituan.com';
var
ServerHostTempC
=
'http://192.168.2.13'
;
var
ServerHostTempC
=
'https://pre2.tonglianjituan.com'
;
//
var ServerHostTempC = 'http://192.168.2.13';
if
(
~
ServerHost
.
indexOf
(
'admin.'
)){
ServerHostTempC
=
'https://estate.tonglianjituan.com'
;
};
...
...
public/app/js/customer_gj.js
View file @
8059fc4e
require
([
'vue'
,
'
vconsole'
,
'css!style/customerinfo_sub_page.css'
,
'css!style/customer_gj.css'
,
'jquery0325'
,
'common'
,
'lrz'
],
function
(
Vue
,
VConsol
e
)
{
var
vConsole
=
new
VConsole
();
require
([
'vue'
,
'
css!style/customerinfo_sub_page.css'
,
'css!style/customer_gj.css'
,
'jquery0325'
,
'common'
],
function
(
Vu
e
)
{
//
var vConsole = new VConsole();
var
_applyId
=
getUrlParam
(
"applyid"
);
//获取GET参数
var
_token
=
getUrlParam
(
"token"
);
Vue
.
component
(
'imgshow-component'
,
{
...
...
@@ -15,7 +15,7 @@ require(['vue', 'vconsole', 'css!style/customerinfo_sub_page.css', 'css!style/cu
this
.
$emit
(
'deleteimg'
,
{
'message'
:
this
.
data
.
name
});
}
}
});
});
var
vm
=
new
Vue
({
el
:
'#app'
,
...
...
@@ -37,7 +37,8 @@ require(['vue', 'vconsole', 'css!style/customerinfo_sub_page.css', 'css!style/cu
city
:
''
,
districtList
:
[],
district
:
''
,
business_area
:
''
business_area
:
''
,
testBtn
:
null
},
created
:
function
()
{
var
_this
=
this
;
...
...
@@ -51,6 +52,19 @@ require(['vue', 'vconsole', 'css!style/customerinfo_sub_page.css', 'css!style/cu
}
},
methods
:
{
testStart
:
function
(){
var
_this
=
this
;
clearInterval
(
_this
.
testBtn
);
//再次清空定时器,防止重复注册定时器
_this
.
testBtn
=
setTimeout
(
function
(){
require
([
'vconsole'
],
function
(
VConsole
){
var
vConsole
=
new
VConsole
();
});
},
7000
);
},
testEnd
:
function
(){
var
_this
=
this
;
clearInterval
(
_this
.
testBtn
);
},
getArea
:
function
(
_obj
,
fn
){
var
_this
=
this
,
_data
=
{};
...
...
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