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

Merge remote-tracking branch 'origin/master'

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