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