Commit 0935f672 authored by 赵啸非's avatar 赵啸非

Merge remote-tracking branch 'origin/master'

parents e41674f2 7773ad2c
......@@ -73,7 +73,7 @@ const nowType = {
1: "部门建议",
2: "办事建议",
3: "网站建议",
4: "我要",
4: "我要",
5: "我要投诉",
};
const nowDevice = {
......@@ -133,5 +133,4 @@ export default {
};
</script>
<style lang="less" scoped>
</style>
\ No newline at end of file
<style lang="less" scoped></style>
......@@ -109,7 +109,7 @@ export default {
: text == 3
? "网站建议"
: text == 4
? "我要"
? "我要"
: text == 5
? "我要投诉"
: "我要咨询";
......@@ -300,7 +300,7 @@ export default {
1: "部门建议",
2: "办事建议",
3: "网站建议",
4: "我要",
4: "我要",
5: "我要投诉",
6: "我要咨询",
};
......@@ -393,5 +393,4 @@ export default {
};
</script>
<style lang="less" scoped>
</style>
\ No newline at end of file
<style lang="less" scoped></style>
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