2 Star 0 Fork 0

暖光 / 塔罗牌

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
pages.json 5.02 KB
Copy Edit Raw Blame History
暖光 authored 2019-09-04 10:32 . 代码
{
"pages": [ //pages数组中第一项表示应用启动页,
{
"path": "pages/main/main",
"style": {
"navigationBarTitleText": "每日吉赛普"
}
},{
"path":"pages/start-up/start",
"style": {
"navigationBarTitleText": "塔罗授权"
}
}, {
"path" : "pages/make/make",
"style": {
"navigationBarTitleText": "线下预约"
}
},{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录"
}
}, {
"path": "pages/reg/reg",
"style": {
"navigationBarTitleText": "注册"
}
}, {
"path": "pages/pwd/pwd",
"style": {
"navigationBarTitleText": "找回密码"
}
}, {
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "我的占卜"
}
}, {
"path": "pages/divine/main",
"style": {
"navigationBarTitleText": "塔罗占卜"
}
}, {
"path": "pages/divine/main_type",
"style": {
"navigationBarTitleText": "塔罗数字占卜"
}
}, {
"path": "pages/divine/main_mx",
"style": {
"navigationBarTitleText": "塔罗数字占卜"
}
}, {
"path": "pages/divine/main_star",
"style": {
"navigationBarTitleText": "塔罗占卜"
}
}, {
"path": "pages/card/main_card_two",
"style": {
"navigationBarTitleText": "塔罗占卜"
}
}, {
"path": "pages/card/main_card",
"style": {
"navigationBarTitleText": "塔罗占卜"
}
}, {
"path": "pages/card/main_card_three",
"style": {
"navigationBarTitleText": "塔罗占卜"
}
}, {
"path": "pages/help/help",
"style": {
"navigationBarTitleText": "帮助中心"
}
}, {
"path": "pages/user/user_pay",
"style": {
"navigationBarTitleText": "订单支付"
}
}, {
"path": "pages/help/about",
"style": {
"navigationBarTitleText": "关于我们"
}
}, {
"path": "pages/help/counselor",
"style": {
"navigationBarTitleText": "咨询师"
}
}
,{
"path" : "pages/card/main_card_res",
"style": {
"navigationBarTitleText": "占卜结果"
}
},{
"path" : "pages/user/moment",
"style": {
"navigationBarTitleText": "我的钱包"
}
},{
"path" : "pages/user/content",
"style": {
"navigationBarTitleText": "占卜历史回顾"
}
},{
"path" : "pages/user/user_pay_res",
"style": {
"navigationBarTitleText": "订单完成"
}
}
,{
"path" : "pages/share/share",
"style" : {
"navigationBarTitleText": "分享"
}
},
{
"path" : "pages/card/main_card_res_history",
"style" : {}
}, {
"path": "pages/user/user_pay_cons",
"style": {
"navigationBarTitleText": "咨询师订单支付"
}
}
],
"tabBar": {
"color": "#FFFFFF",
"selectedColor": "#FFFFFF",
"backgroundColor": "#BC1BBE",
"list": [{
"pagePath": "pages/main/main",
"text": "每日吉赛普",
"iconPath": "static/img/mrjsp.png",
"selectedIconPath": "static/img/mrjsp.png"
}, {
"pagePath": "pages/divine/main",
"text": "塔罗占卜",
"iconPath": "static/img/mind.png",
"selectedIconPath": "static/img/mind.png"
}, {
"pagePath": "pages/user/user",
"text": "我的占卜",
"iconPath": "static/img/jspzb.png",
"selectedIconPath": "static/img/jspzb.png"
}]
},
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#5D21A7",
"backgroundColor": "#5D21A7"
}
// "condition" : { //模式配置,仅开发期间生效
// "current": 0, //当前激活的模式(list 的索引项)
// "list": [
// {
// "name": "type", //模式名称
// "path": "pages/user/user", //启动页面,必选
// "query": "" //启动参数,在页面的onLoad函数里面得到
// },
// {
// "name": "type1", //模式名称
// "path": "pages/divine/main_mx", //启动页面,必选
// "query": "" //启动参数,在页面的onLoad函数里面得到
// }
// ]
// }
}
JavaScript
1
https://gitee.com/xiujing/taro.git
git@gitee.com:xiujing/taro.git
xiujing
taro
塔罗牌
master

Search