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