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
d5f6f89b
Commit
d5f6f89b
authored
Aug 31, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
e557010c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
houseList.html
application/index/view/houses/houseList.html
+6
-2
user.js
public/resource/js/user.js
+0
-2
No files found.
application/index/view/houses/houseList.html
View file @
d5f6f89b
...
...
@@ -135,7 +135,11 @@
width
:
257px
;
margin-left
:
-256px
;
}
.file-upload-area
>
.btn-area
{
position
:
relative
;
width
:
82px
;
height
:
34px
;
}
</style>
<div
id=
"page-content-wrapper"
>
<div
class=
"container"
>
...
...
@@ -401,7 +405,7 @@
</div>
<!--上传PDF-->
<div
class=
"form-group is_dujia"
>
<label
class=
"col-sm-2 control-label"
>
附件(格式为pdf
,选填,
上限为3个):
</label>
<label
class=
"col-sm-2 control-label"
>
附件(格式为pdf
,选填,
上限为3个):
</label>
<div
class=
"col-sm-9"
>
<div
class=
"file-upload-area"
style=
"padding-left:15px!important"
>
<div
class=
"btn-area"
>
...
...
public/resource/js/user.js
View file @
d5f6f89b
...
...
@@ -1632,8 +1632,6 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
params
.
first_login_end
=
$
.
trim
(
$
(
"#first_login_end"
).
val
());
//添加个人商铺和所有商铺选择功能
if
(
$
(
'#user_city_choose'
).
val
()
==
310100
){
//城市
params
.
city
=
'上海市'
;
}
...
...
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