From 6f158c739dab36498e903a5a3f4fa7666e901eb1 Mon Sep 17 00:00:00 2001 From: wangzimeng <3297159934@qq.com> Date: Wed, 13 Aug 2025 15:41:43 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E6=8B=9B=E7=A7=9F=E8=AF=A6=E6=83=85?= =?UTF-8?q?=EF=BC=9A=E6=96=B0=E5=A2=9E=E9=87=8D=E8=A6=81=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=EF=BC=8C=E5=92=8C=E9=87=8D=E8=A6=81=E6=8F=90=E7=A4=BA=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E6=B3=95=E5=BE=8B=E5=A3=B0=E6=98=8E=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 22 ++++++------- pages/canteenRent/lawNotice.vue | 54 ++++++++++++++++++++++++++++++++ pages/canteenRent/rentDetail.vue | 51 ++++++++++++++++++++++++++++-- pages/goods/lawNotice.vue | 25 --------------- 4 files changed, 114 insertions(+), 38 deletions(-) create mode 100644 pages/canteenRent/lawNotice.vue delete mode 100644 pages/goods/lawNotice.vue diff --git a/pages.json b/pages.json index b2922d6..8334721 100644 --- a/pages.json +++ b/pages.json @@ -117,6 +117,17 @@ "group": "食堂招租" } }, + { + "path": "lawNotice", + "style": { + "navigationBarTitleText": "法律声明" + }, + "meta": { + "sync": true, + "title": "法律声明", + "group": "商品" + } + }, { "path": "rentEdit", "style": { @@ -169,17 +180,6 @@ "group": "商品" } }, - { - "path": "lawNotice", - "style": { - "navigationBarTitleText": "法律声明" - }, - "meta": { - "sync": true, - "title": "法律声明", - "group": "商品" - } - }, { "path": "groupon", "style": { diff --git a/pages/canteenRent/lawNotice.vue b/pages/canteenRent/lawNotice.vue new file mode 100644 index 0000000..0631b8e --- /dev/null +++ b/pages/canteenRent/lawNotice.vue @@ -0,0 +1,54 @@ + + + + + \ No newline at end of file diff --git a/pages/canteenRent/rentDetail.vue b/pages/canteenRent/rentDetail.vue index b91f972..e5367e0 100644 --- a/pages/canteenRent/rentDetail.vue +++ b/pages/canteenRent/rentDetail.vue @@ -82,7 +82,19 @@ - + + + 重要提醒 + + + + 1.请再次阅读团餐宝典 + 《法律声明》 + + 2.练习时请说明是在团餐宝典看到的 + 3.不要轻信先付款再带你去看餐厅档口信息,以免上当受骗 + 4.本文系作者授权发表。如需转载请联系团餐宝典平台 + @@ -571,9 +583,44 @@ .lawBox { width: 100%; + margin-top: 20rpx; background-color: #ffffff; padding: 20rpx 30rpx; - + + .importTitle { + width: 100%; + display: flex; + justify-content: flex-start; + align-items: center; + } + + .importText { + margin-top: 23rpx; + width: 690rpx; + + .textLaw { + display: flex; + align-items: center; + justify-content: flex-start; + font-size: 28rpx; + font-weight: 400; + color: #3d3d3d; + line-height: 42rpx; + + .lawPage { + color: #ff6200; + } + } + + .textNotice { + font-size: 28rpx; + font-weight: 400; + color: #3d3d3d; + line-height: 42rpx; + margin-top: 10rpx; + } + } + } .footer-box { diff --git a/pages/goods/lawNotice.vue b/pages/goods/lawNotice.vue deleted file mode 100644 index b9bb566..0000000 --- a/pages/goods/lawNotice.vue +++ /dev/null @@ -1,25 +0,0 @@ - - - - - \ No newline at end of file