Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust-app
Project
Project
Details
Activity
Releases
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
李伟
cust-app
Commits
ddf566d6
Commit
ddf566d6
authored
Feb 27, 2025
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了反馈内容
parent
5c758838
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
14 deletions
+10
-14
pages.json
pages.json
+1
-1
my.vue
pages/tab/my.vue
+2
-2
publishFeedBack.vue
pagesme/feedBack/publishFeedBack.vue
+7
-11
No files found.
pages.json
View file @
ddf566d6
...
...
@@ -186,7 +186,7 @@
{
"path"
:
"feedBack/publishFeedBack"
,
"style"
:
{
"navigationBarTitleText"
:
"
意见
反馈"
,
"navigationBarTitleText"
:
"
投诉
反馈"
,
"backgroundColor"
:
"#F4F5F9"
,
"backgroundColorTop"
:
"#F4F5F9"
,
"navigationBarBackgroundColor"
:
"#F4F5F9"
...
...
pages/tab/my.vue
View file @
ddf566d6
...
...
@@ -217,7 +217,7 @@ import {articleList, getOssUrl, userArticleList} from "../../api/article";
img
:
this
.
$IMG_URL
+
"/user/myshare.png"
,
},
{
name
:
"
意见
反馈"
,
name
:
"
投诉
反馈"
,
num
:
''
,
desc
:
""
,
img
:
this
.
$IMG_URL
+
"/user/fankui.png"
,
...
...
@@ -430,7 +430,7 @@ import {articleList, getOssUrl, userArticleList} from "../../api/article";
//推荐给好友
}
else
if
(
i
==
4
)
{
//
意见
反馈
//
投诉
反馈
uni
.
navigateTo
({
url
:
"/pagesme/feedBack/publishFeedBack"
})
...
...
pagesme/feedBack/publishFeedBack.vue
View file @
ddf566d6
...
...
@@ -20,7 +20,7 @@
</u-form-item>
<u-form-item
label=
"反馈类型"
prop=
"
addParams.
feedbackType"
prop=
"feedbackType"
borderBottom
@
click=
"show = true; hideKeyboard()"
labelWidth=
"80"
...
...
@@ -40,7 +40,7 @@
</u-form-item>
<u-form-item
label=
"反馈内容"
prop=
"
title
"
prop=
"
content
"
borderBottom
labelWidth=
"80"
>
...
...
@@ -103,26 +103,22 @@ import {addFeedBack, updateUser} from "../../api/user";
//反馈类型
actions
:
[
{
name
:
'
首页
'
,
name
:
'
内容错误
'
,
},
{
name
:
'
活动
'
,
name
:
'
安全问题
'
,
},
{
name
:
'
动态
'
,
name
:
'
性能问题
'
,
},
{
name
:
'
排行榜
'
,
name
:
'
功能缺陷
'
,
},
{
name
:
'
我的
'
,
name
:
'
其他建议
'
,
},
],
show
:
false
,
//标题
title
:
''
,
//内容
content
:
''
,
}
},
onLoad
(
option
)
{
...
...
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