From 9e8b3e9b8849a14218d2a3e5272ab6c56a0a7ba6 Mon Sep 17 00:00:00 2001 From: minimaxagent1 Date: Mon, 4 Aug 2025 17:45:45 +0800 Subject: [PATCH] =?UTF-8?q?pray=E9=A1=B5=E9=9D=A2=E5=88=B6=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- enum/common.js | 4 +- pages.json | 9 +++ pages/basePage/basePage.vue | 6 +- pages/pray/pray.vue | 123 ++++++++++++++++++++++++++++++++++++ 4 files changed, 136 insertions(+), 6 deletions(-) create mode 100644 pages/pray/pray.vue diff --git a/enum/common.js b/enum/common.js index c565e8d..f34a24d 100644 --- a/enum/common.js +++ b/enum/common.js @@ -10,7 +10,9 @@ export const CommonEnum = { REFRESH:"https://api.ccttiot.com/%E5%AE%B9%E5%99%A8-1754011714179.png", //刷新图标 NAV_ARROW:"https://api.ccttiot.com/image-1754127104177.png", //导航箭头 PHONE:"https://api.ccttiot.com/image-1754292810234.png",//电话图标 - ADDRESS:"https://api.ccttiot.com/image-1754292905805.png"//地址图标 + ADDRESS:"https://api.ccttiot.com/image-1754292905805.png",//地址图标 + BUDDHA_BACKGROUND:"https://api.ccttiot.com/image-1754297645655.png",//佛像背景 + CENSER:"https://api.ccttiot.com/image-1754297886734.png",//香炉 }; export default CommonEnum; \ No newline at end of file diff --git a/pages.json b/pages.json index a002ecd..8375448 100644 --- a/pages.json +++ b/pages.json @@ -136,6 +136,15 @@ "enablePullDownRefresh": false, "navigationStyle": "custom" } + }, + { + "path" : "pages/pray/pray", + "style" : + { + "navigationBarTitleText" : "", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } } ], diff --git a/pages/basePage/basePage.vue b/pages/basePage/basePage.vue index 20d47e6..1173407 100644 --- a/pages/basePage/basePage.vue +++ b/pages/basePage/basePage.vue @@ -16,15 +16,11 @@ - \ No newline at end of file