Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
haishi
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
haishi
Commits
2e138270
Commit
2e138270
authored
Feb 20, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
3452516d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
23 deletions
+52
-23
themes/simplebootx/Appapi/Feedback/index.html
+52
-23
No files found.
themes/simplebootx/Appapi/Feedback/index.html
View file @
2e138270
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head
lang=
"en"
>
<head
lang=
"en"
>
<title>
意见反馈
</title>
<title>
意见反馈
</title>
<tc
_include
file=
"Appapi/Public/head"
/>
<tc
_include
file=
"Appapi/Public/head"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"__PUBLIC__/appapi/css/feedback.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"__PUBLIC__/appapi/css/feedback.css"
/>
<style
type=
"text/css"
>
.headBox
{
width
:
100%
;
height
:
2.2rem
;
margin-top
:
0.5rem
;
display
:
flex
;
align-items
:
center
;
justify-content
:
space-between
;
padding
:
0
0.75rem
;
background
:
#FFFFFF
;
}
.inputTel
{
flex
:
1
;
font-size
:
0.7rem
;
color
:
#333
;
}
.bodyBox
{
width
:
100%
;
margin-top
:
0.5rem
;
background
:
#fff
;
padding
:
0.5rem
0.75rem
;
height
:
7rem
;
}
.content
{
width
:
100%
;
font-size
:
0.7rem
;
color
:
#333
;
resize
:
none
;
height
:
100%
;
}
.btnBox
{
width
:
100%
;
margin-top
:
5rem
;
padding
:
0
4.4rem
;
}
.btnBox
input
{
width
:
100%
;
height
:
2.2rem
;
border-radius
:
1.1rem
;
background
:
#FC7583
;
font-size
:
0.7rem
;
color
:
#fff
;
}
</style>
</head>
</head>
<body>
<body>
<div
id=
"test"
>
<textarea
placeholder=
"请将您遇到的问题/产品建议反馈给我们,建议您尽可能详细的描述问题,便于运营同学帮您解决。"
id=
"content"
oninput=
"check_input()"
maxlength=
'200'
></textarea>
<div
class=
"app"
id=
"app"
style=
"overflow: hidden;"
>
<div
class=
"num"
>
最多只能输入200字
</div>
<div
class=
"headBox"
>
<div
class=
"thumb_bd"
>
<div
style=
"font-size: 0.7rem; color: #333; margin-right: 1rem;"
>
联系方式
</div>
<div
id=
"upload"
></div>
<input
class=
"inputTel"
type=
"text"
name=
""
id=
""
value=
""
placeholder=
"请留下您的微信/QQ/手机号"
/>
<input
type=
"hidden"
id=
"thumb"
name=
"thumb"
value=
""
>
</div>
<img
src=
"__PUBLIC__/appapi/images/feedback/add.png"
class=
"fl img-sfz"
data-index=
"ipt-file1"
id=
"img_file1"
onclick=
"file_click($(this))"
>
<div
class=
"shad1 shadd"
data-select=
"ipt-file1"
>
<div
class=
"bodyBox"
>
<div
class=
"title-upload"
>
正在上传中...
</div>
<textarea
class=
"content"
rows=
""
cols=
""
maxlength=
"200"
placeholder=
"我的意见…"
>
<div
id=
"progress1"
>
<div
class=
"progress ipt-file1"
></div>
</textarea>
</div>
</div>
</div>
<!-- 提交 -->
<div
class=
"btnBox"
>
<input
type=
"button"
name=
""
id=
""
value=
"提交"
/>
</div>
</div>
</div>
</div>
<div
id=
"btm"
>
<button
disabled
id=
"save_btn"
class=
"button_default"
>
点击反馈
</button>
</div>
<input
type=
"hidden"
id=
"uid"
value=
"{$uid}"
>
<input
type=
"hidden"
id=
"uid"
value=
"{$uid}"
>
<input
type=
"hidden"
id=
"token"
value=
"{$token}"
>
<input
type=
"hidden"
id=
"token"
value=
"{$token}"
>
<input
type=
"hidden"
id=
"version"
value=
"{$version}"
>
<input
type=
"hidden"
id=
"version"
value=
"{$version}"
>
<input
type=
"hidden"
id=
"model"
value=
"{$model}"
>
<input
type=
"hidden"
id=
"model"
value=
"{$model}"
>
<script>
var
vm
=
new
Vue
({
el
:
'#app'
,
data
:
{
//数据集
group
:
[{
}]
},
methods
:
{
//事件
},
watch
:
{
//数据监测函数
},
created
:
function
()
{
//加载触发函数
}
});
</script>
<tc
_include
file=
"Appapi/Public/footer"
/>
<tc
_include
file=
"Appapi/Public/footer"
/>
<script
src=
"__PUBLIC__/js/ajaxfileupload.js"
></script>
<script
src=
"__PUBLIC__/appapi/js/feedback.js"
></script>
</body>
</body>
</html>
</html>
\ No newline at end of file
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