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
67a1aa23
Commit
67a1aa23
authored
Aug 09, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化处理
parent
b92fac17
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
5 deletions
+24
-5
weekly.html
application/app_broker/view/index/weekly.html
+2
-2
customerinfo_details_new.css
public/app/css/customerinfo_details_new.css
+3
-0
customerinfo_details_new.js
public/app/js/customerinfo_details_new.js
+12
-2
weekly.js
public/app/js/weekly.js
+7
-1
No files found.
application/app_broker/view/index/weekly.html
View file @
67a1aa23
...
...
@@ -34,7 +34,7 @@
<span
class=
"time_p1"
>
开始
</span>
<input
type=
"date"
v-model
.
trim=
"dateStart"
name=
"date"
class=
"name_date"
id=
"datePicker"
@
change=
"changeDate('0')"
>
<input
type=
"date"
v-model
.
trim=
"dateStart"
name=
"date"
class=
"name_date"
id=
"datePicker"
>
</p>
</li>
...
...
@@ -43,7 +43,7 @@
<span
class=
"time_p1"
>
结束
</span>
<input
type=
"date"
v-model
.
trim=
"dateEnd"
name=
"date"
class=
"name_date"
id=
"datePicker2"
@
change=
"changeDate('1')"
>
<input
type=
"date"
v-model
.
trim=
"dateEnd"
name=
"date"
class=
"name_date"
id=
"datePicker2"
>
</p>
</li>
</ul>
...
...
public/app/css/customerinfo_details_new.css
View file @
67a1aa23
...
...
@@ -57,6 +57,9 @@ header .icon-link{
height
:
.3rem
;
margin-left
:
.2rem
;
}
.call-btn-other
{
display
:
none
;
}
.info-area
>
div
:nth-of-type
(
2
)>
p
:nth-of-type
(
3
)>
span
{
display
:
flex
;
font-size
:
.26rem
;
...
...
public/app/js/customerinfo_details_new.js
View file @
67a1aa23
...
...
@@ -92,8 +92,18 @@ function loadMain(){
$
(
'#price_demand'
).
html
(
data
[
'data'
][
'user_info'
][
'price_demand'
]
+
'元/月'
);
$
(
'#area_demand'
).
html
(
data
[
'data'
][
'user_info'
][
'area_demand'
]
+
'㎡'
);
$
(
'#kefang'
).
html
(
data
[
'data'
][
'user_info'
][
'agentinfo'
]).
attr
(
'data-tel'
,
data
[
'data'
][
'user_info'
][
'agentinfo'
].
split
(
'-'
)[
1
]);
$
(
'#yaoqingren'
).
html
(
data
[
'data'
][
'user_info'
][
'referrer_user'
]).
attr
(
'data-tel'
,
data
[
'data'
][
'user_info'
][
'agentinfo'
].
split
(
'-'
)[
1
]);
//邀请人
$
(
'#kefang'
).
html
(
data
[
'data'
][
'user_info'
][
'agentinfo'
]);
var
_kefang_tel
=
data
[
'data'
][
'user_info'
][
'agentinfo'
].
split
(
'-'
)[
1
];
if
(
is_mobile
(
_kefang_tel
)
==
1
){
$
(
'#kefang'
).
attr
(
'data-tel'
,
_kefang_tel
).
next
().
css
(
'display'
,
'inline-block'
);
};
$
(
'#yaoqingren'
).
html
(
data
[
'data'
][
'user_info'
][
'referrer_user'
]).
attr
(
'data-tel'
,
data
[
'data'
][
'user_info'
][
'referrer_user'
].
split
(
'-'
)[
1
]);
//邀请人
var
_yaoqingren_tel
=
data
[
'data'
][
'user_info'
][
'referrer_user'
].
split
(
'-'
)[
1
];
if
(
is_mobile
(
_yaoqingren_tel
)
==
1
){
$
(
'#yaoqingren'
).
attr
(
'data-tel'
,
_yaoqingren_tel
).
next
().
css
(
'display'
,
'inline-block'
);
};
$
(
'#isvip'
).
html
(
data
[
'data'
][
'user_info'
][
'vip'
]?
'是'
:
'否'
);
//是否是vip
if
(
data
[
'data'
][
'user_info'
][
'source'
]
==
10
){
$
(
'#create_type'
).
html
(
'APP注册'
);
//产生类型
...
...
public/app/js/weekly.js
View file @
67a1aa23
...
...
@@ -92,7 +92,13 @@ require(['vue', 'vconsole', 'css!style/weekly.css', 'jquery0325', 'common'], fun
'startdate'
:
_this
.
dateStart
,
'enddate'
:
_this
.
dateEnd
}));
location
.
href
=
'weekly_achieve_'
+
(
_this
.
level
==
20
?
'dz'
:
'mdzj'
)
+
'?weekly_data='
+
urlEn
;
var
_a
=
new
Date
(
_this
.
dateStart
).
getTime
();
var
_b
=
new
Date
(
_this
.
dateEnd
).
getTime
();
if
(
_a
<=
_b
){
location
.
href
=
'weekly_achieve_'
+
(
_this
.
level
==
20
?
'dz'
:
'mdzj'
)
+
'?weekly_data='
+
urlEn
;
}
else
{
layerTipsX
(
'开始时间不能大于结束时间,请重新选择'
);
};
}
}
});
...
...
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