Commit ddf566d6 authored by liwei's avatar liwei

修改了反馈内容

parent 5c758838
...@@ -186,7 +186,7 @@ ...@@ -186,7 +186,7 @@
{ {
"path": "feedBack/publishFeedBack", "path": "feedBack/publishFeedBack",
"style": { "style": {
"navigationBarTitleText": "意见反馈", "navigationBarTitleText": "投诉反馈",
"backgroundColor": "#F4F5F9", "backgroundColor": "#F4F5F9",
"backgroundColorTop": "#F4F5F9", "backgroundColorTop": "#F4F5F9",
"navigationBarBackgroundColor": "#F4F5F9" "navigationBarBackgroundColor": "#F4F5F9"
......
...@@ -217,7 +217,7 @@ import {articleList, getOssUrl, userArticleList} from "../../api/article"; ...@@ -217,7 +217,7 @@ import {articleList, getOssUrl, userArticleList} from "../../api/article";
img: this.$IMG_URL+"/user/myshare.png", img: this.$IMG_URL+"/user/myshare.png",
}, },
{ {
name: "意见反馈", name: "投诉反馈",
num: '', num: '',
desc: "", desc: "",
img: this.$IMG_URL+"/user/fankui.png", img: this.$IMG_URL+"/user/fankui.png",
...@@ -430,7 +430,7 @@ import {articleList, getOssUrl, userArticleList} from "../../api/article"; ...@@ -430,7 +430,7 @@ import {articleList, getOssUrl, userArticleList} from "../../api/article";
//推荐给好友 //推荐给好友
} else if (i == 4) { } else if (i == 4) {
//意见反馈 //投诉反馈
uni.navigateTo({ uni.navigateTo({
url: "/pagesme/feedBack/publishFeedBack" url: "/pagesme/feedBack/publishFeedBack"
}) })
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
</u-form-item> </u-form-item>
<u-form-item <u-form-item
label="反馈类型" label="反馈类型"
prop="addParams.feedbackType" prop="feedbackType"
borderBottom borderBottom
@click="show = true; hideKeyboard()" @click="show = true; hideKeyboard()"
labelWidth="80" labelWidth="80"
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
</u-form-item> </u-form-item>
<u-form-item <u-form-item
label="反馈内容" label="反馈内容"
prop="title" prop="content"
borderBottom borderBottom
labelWidth="80" labelWidth="80"
> >
...@@ -103,26 +103,22 @@ import {addFeedBack, updateUser} from "../../api/user"; ...@@ -103,26 +103,22 @@ import {addFeedBack, updateUser} from "../../api/user";
//反馈类型 //反馈类型
actions: [ actions: [
{ {
name: '首页', name: '内容错误',
}, },
{ {
name: '活动', name: '安全问题',
}, },
{ {
name: '动态', name: '性能问题',
}, },
{ {
name: '排行榜', name: '功能缺陷',
}, },
{ {
name: '我的', name: '其他建议',
}, },
], ],
show: false, show: false,
//标题
title:'',
//内容
content:'',
} }
}, },
onLoad(option) { onLoad(option) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment