| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- {
- "pages": [
- "pages/index/index",
- "pages/entry/login",
- "pages/entry/auth",
- "pages/entry/register",
- "pages/index/qifu/index",
- "pages/index/chaodu/index",
- "pages/index/fangsheng/index",
- "pages/index/fangsheng/record",
- "pages/index/fangsheng/intro",
- "pages/index/peifu/index",
- "pages/index/gongdeng/index",
- "pages/index/gongdeng/fodengInfo",
- "pages/index/gongdeng/gongdengIntroduction",
- "pages/index/gongdeng/myGongdeng",
- "pages/index/gongdeng/myTicket",
- "pages/index/answer/index",
- "pages/index/answer/answerIntroduction",
- "pages/index/answer/applyRecord",
- "pages/index/answer/applyForm",
- "pages/index/music/index",
- "pages/index/book/index",
- "pages/index/xingshan/index",
- "pages/index/nianfo/index",
- "pages/index/calendar/index",
- "pages/index/xiuxing/xiuxingItem",
- "pages/temple/index",
- "pages/temple/activity",
- "pages/temple/detail",
- "pages/headlines/index",
- "pages/headlines/detail",
- "pages/dynamic/send",
- "pages/dynamic/index",
- "pages/shop/index",
- "pages/shop/detail",
- "pages/order/index",
- "pages/order/detail",
- "pages/order/pay",
- "pages/my/index",
- "pages/my/setting",
- "pages/my/info",
- "pages/my/card",
- "pages/my/fucard",
- "pages/my/activity",
- "pages/my/dynamic",
- "pages/my/collect"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "报恩寺",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "backgroundTextStyle": "dark",
- "backgroundColorTop": "#FFFFFF"
- },
- "tabBar": {
- "selectedColor": "#ff6e4f",
- "backgroundColor": "white",
- "borderStyle": "black",
- "list": [
- {
- "text": "首页",
- "pagePath": "pages/index/index",
- "iconPath": "static/tabs/bottom_image_temple_normal.png",
- "selectedIconPath": "static/tabs/bottom_image_temple_press.png"
- },
- {
- "text": "寺院",
- "pagePath": "pages/temple/index",
- "iconPath": "static/tabs/bottom_image_home_normal.png",
- "selectedIconPath": "static/tabs/bottom_image_home_press.png"
- },
- {
- "text": "头条",
- "pagePath": "pages/headlines/index",
- "iconPath": "static/tabs/bottom_image_news_normal.png",
- "selectedIconPath": "static/tabs/bottom_image_news_press.png"
- },
- {
- "text": "动态",
- "pagePath": "pages/dynamic/index",
- "iconPath": "./static/tabs/bottom_image_dynamic_normal.png",
- "selectedIconPath": "static/tabs/bottom_image_dynamic_press.png"
- },
- {
- "text": "未登录",
- "pagePath": "pages/my/index",
- "iconPath": "static/tabs/bottom_image_me_normal.png",
- "selectedIconPath": "static/tabs/bottom_image_me_press.png"
- }
- ]
- },
- "usingComponents": {}
- }
|