diff --git a/src/assets/images/grateful/noticeBgc.png b/src/assets/images/grateful/noticeBgc.png new file mode 100644 index 00000000..5a809ec2 Binary files /dev/null and b/src/assets/images/grateful/noticeBgc.png differ diff --git a/src/assets/images/grateful/toolBgc.png b/src/assets/images/grateful/toolBgc.png new file mode 100644 index 00000000..d20c26d3 Binary files /dev/null and b/src/assets/images/grateful/toolBgc.png differ diff --git a/src/views/grateful/GratefulHomePage.vue b/src/views/grateful/GratefulHomePage.vue index 7dbaa587..28ced403 100644 --- a/src/views/grateful/GratefulHomePage.vue +++ b/src/views/grateful/GratefulHomePage.vue @@ -41,31 +41,27 @@ @@ -102,15 +98,6 @@ {{ item.name.split('.')[0] }} -
- - - -
@@ -172,11 +159,7 @@
-
欢迎留下您的宝贵意见,
-
建议一旦采纳,将有精美小礼品奉上。
-
-
- +
欢迎留下您的宝贵建议
@@ -207,6 +190,8 @@ export default { }, data() { return { + showNoticeImg: false, + showToolImg: false, form: { textarea: "", }, @@ -360,27 +345,37 @@ export default { +} +