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
2d86a76d
Commit
2d86a76d
authored
Apr 16, 2018
by
hujun
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/test' into test
parents
daa57f37
56ad9f74
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
12 deletions
+10
-12
share_detail.html
application/app/view/index/share_detail.html
+0
-6
share_register.html
application/app/view/index/share_register.html
+1
-3
details_tl.css
public/app/css/details_tl.css
+3
-2
customer_gj.js
public/app/js/customer_gj.js
+6
-1
detaila_tl.js
public/app/js/detaila_tl.js
+0
-0
No files found.
application/app/view/index/share_detail.html
View file @
2d86a76d
...
@@ -197,11 +197,5 @@
...
@@ -197,11 +197,5 @@
<script
src=
"/app/js/common.js"
charset=
"utf-8"
></script>
<script
src=
"/app/js/common.js"
charset=
"utf-8"
></script>
<script
src=
"/app/js/detaila_tl.js"
></script>
<script
src=
"/app/js/detaila_tl.js"
></script>
<script
src=
"/app/js/Tab_min.js"
charset=
"utf-8"
></script>
<script
src=
"/app/js/Tab_min.js"
charset=
"utf-8"
></script>
<script
type=
"text/javascript"
>
</script>
</body>
</body>
</html>
</html>
application/app/view/index/share_register.html
View file @
2d86a76d
...
@@ -26,9 +26,7 @@
...
@@ -26,9 +26,7 @@
<a
class=
"send1"
onclick=
"sends.send();"
>
获取验证码
</a>
<a
class=
"send1"
onclick=
"sends.send();"
>
获取验证码
</a>
</li>
</li>
<li>
<li>
<span
class=
"register-span"
>
<span
class=
"register-span"
>
注册密码
</span>
密码
</span>
<input
type=
"password"
id=
"password"
class=
"infos"
placeholder=
"6-20位数字或字母"
>
<input
type=
"password"
id=
"password"
class=
"infos"
placeholder=
"6-20位数字或字母"
>
</li>
</li>
<div
class=
"register-div"
>
<div
class=
"register-div"
>
...
...
public/app/css/details_tl.css
View file @
2d86a76d
...
@@ -283,9 +283,10 @@
...
@@ -283,9 +283,10 @@
width
:
100%
;
width
:
100%
;
}
}
.slide
img
{
.slide
img
{
width
:
3.3rem
;
width
:
7.5rem
;
height
:
4rem
;
float
:
left
;
float
:
left
;
margin-left
:
0.2rem
;
object-fit
:
contain
;
}
}
...
...
public/app/js/customer_gj.js
View file @
2d86a76d
...
@@ -226,7 +226,12 @@ require(['vue', 'vconsole', 'css!style/customerinfo_sub_page.css', 'css!style/cu
...
@@ -226,7 +226,12 @@ require(['vue', 'vconsole', 'css!style/customerinfo_sub_page.css', 'css!style/cu
layerTipsX('
目前最多只能上传一张
');
layerTipsX('
目前最多只能上传一张
');
return false;
return false;
}else{
}else{
_fd.append('
image
', e.target.files[0]);
if(e.target.files[0].size > 1000000){
layerTipsX('
图片过大,请重新选择
');
return false;
}else{
_fd.append('
image
', e.target.files[0]);
};
};
};
$.ajax({
$.ajax({
url: ServerHostTempC + "/chat/uploadImg",
url: ServerHostTempC + "/chat/uploadImg",
...
...
public/app/js/detaila_tl.js
View file @
2d86a76d
This diff is collapsed.
Click to expand it.
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