From c4d03c18c30ac575d379e7d6586ef58026e6495c Mon Sep 17 00:00:00 2001 From: chenkainan Date: Wed, 25 Jun 2025 16:21:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 5 - pages.json | 21 +++ pages/index/readingBody.vue | 6 +- subPackages/haveFeeling/detailXiang.vue | 8 + subPackages/haveFeeling/shopDetail.vue | 8 + subPackages/readingBody/index.vue | 223 ++++++++++++++++++++++++ 6 files changed, 263 insertions(+), 8 deletions(-) create mode 100644 subPackages/haveFeeling/detailXiang.vue create mode 100644 subPackages/haveFeeling/shopDetail.vue create mode 100644 subPackages/readingBody/index.vue diff --git a/package-lock.json b/package-lock.json index 50708b2..fa2787c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4,11 +4,6 @@ "lockfileVersion": 1, "requires": true, "dependencies": { - "moment": { - "version": "2.30.1", - "resolved": "https://registry.npmmirror.com/moment/-/moment-2.30.1.tgz", - "integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==" - }, "ydui-district": { "version": "1.1.0", "resolved": "https://registry.npmmirror.com/ydui-district/-/ydui-district-1.1.0.tgz", diff --git a/pages.json b/pages.json index 8297bb0..faf50fb 100644 --- a/pages.json +++ b/pages.json @@ -89,6 +89,27 @@ "style" : { "navigationBarTitleText" : "" } + }, + { + "path" : "readingBody/index", + "style" : { + "navigationBarTitleText" : "阅读体", + "navigationStyle": "custom" + } + }, + { + "path" : "readingBody/index", + "style" : { + "navigationBarTitleText" : "有感商店详情页", + "navigationStyle": "custom" + } + }, + { + "path" : "readingBody/index", + "style" : { + "navigationBarTitleText" : "有感商店香", + "navigationStyle": "custom" + } } ] }], diff --git a/pages/index/readingBody.vue b/pages/index/readingBody.vue index 5420b83..77d962f 100644 --- a/pages/index/readingBody.vue +++ b/pages/index/readingBody.vue @@ -1,12 +1,12 @@ diff --git a/subPackages/haveFeeling/detailXiang.vue b/subPackages/haveFeeling/detailXiang.vue new file mode 100644 index 0000000..02409e3 --- /dev/null +++ b/subPackages/haveFeeling/detailXiang.vue @@ -0,0 +1,8 @@ + + + + + \ No newline at end of file diff --git a/subPackages/haveFeeling/shopDetail.vue b/subPackages/haveFeeling/shopDetail.vue new file mode 100644 index 0000000..02409e3 --- /dev/null +++ b/subPackages/haveFeeling/shopDetail.vue @@ -0,0 +1,8 @@ + + + + + \ No newline at end of file diff --git a/subPackages/readingBody/index.vue b/subPackages/readingBody/index.vue new file mode 100644 index 0000000..ad252d3 --- /dev/null +++ b/subPackages/readingBody/index.vue @@ -0,0 +1,223 @@ + + + + + \ No newline at end of file