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
aefa0104
Commit
aefa0104
authored
Feb 20, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
8ec482c9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
public/appapi/js/feedback.js
+0
-1
themes/simplebootx/Appapi/Feedback/index.html
+6
-3
No files found.
public/appapi/js/feedback.js
View file @
aefa0104
...
...
@@ -116,7 +116,6 @@
layer
.
msg
(
'提交成功'
,{},
function
(){
location
.
reload
();
});
}
else
{
layer
.
msg
(
result
.
errormsg
);
}
...
...
themes/simplebootx/Appapi/Feedback/index.html
View file @
aefa0104
...
...
@@ -18,18 +18,18 @@
<div
class=
"headBox"
>
<div
style=
"font-size: 0.7rem; color: #333; margin-right: 1rem;"
>
联系方式
</div>
<input
class=
"inputTel"
type=
"text"
v-model=
"thumb"
placeholder=
"请留下您的微信/QQ/手机号"
/>
<input
class=
"inputTel"
type=
"text"
v-model=
"
form.
thumb"
placeholder=
"请留下您的微信/QQ/手机号"
/>
</div>
<div
class=
"bodyBox"
>
<textarea
class=
"content"
v-model=
"content"
rows=
""
cols=
""
maxlength=
"200"
placeholder=
"我的意见…"
>
<textarea
class=
"content"
v-model=
"
form.
content"
rows=
""
cols=
""
maxlength=
"200"
placeholder=
"我的意见…"
>
</textarea>
</div>
<!-- 提交 -->
<div
class=
"btnBox"
>
<input
type=
"button"
value=
"提交"
/>
<input
type=
"button"
:disable=
"isSub"
value=
"提交"
/>
</div>
</div>
...
...
@@ -37,6 +37,7 @@
var
vm
=
new
Vue
({
el
:
'#app'
,
data
:
{
form
:{
uid
:
"{$uid}"
,
token
:
"{$token}"
,
version
:
"{$version}"
,
...
...
@@ -44,6 +45,8 @@
content
:
''
,
thumb
:
''
,
},
isSub
:
false
},
methods
:
{
//事件
...
...
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