1 Star 0 Fork 37

lions/知识付费,在线教育,线上课程(uni-app)

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 3.28 KB
Copy Edit Raw Blame History
loie authored 2020-07-01 17:53 . 适配微信小程序
{
"pages": [
{
"path": "pages/index/index",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "以墨文化",
"h5": {
"titleNView": false
},
"app-plus": {
"bounce": "none",
"titleNView": false,
"pullToRefresh": {
"support": true,
"color": "#fa436a",
"style": "default"
}
}
}
},
{
"path": "pages/product/detail",
"style": {
"navigationBarTitleText": "课程详情"
}
},
{
"path": "pages/product/buy",
"style": {
"navigationBarTitleText": "课程购买"
}
},
{
"path": "pages/product/list",
"style": {
"navigationBarTitleText": "课程列表"
}
},
{
"path": "pages/product/search",
"style": {
"navigationBarTitleText": "课程列表"
}
},
{
"path": "pages/product/content-detail",
"style": {
"navigationBarTitleText": "章节详情",
"app-plus": {
"bounce": "none",
"titleNView": false,
"pullToRefresh": {
"support": true,
"color": "#fa436a",
"style": "default"
}
}
}
},
{
"path": "pages/public/login",
"style": {
"navigationBarTitleText": "账号登录"
}
},
{
"path": "pages/public/logintype",
"style": {
"navigationBarTitleText": "登录方式"
}
},
{
"path": "pages/public/register",
"style": {
"navigationBarTitleText": "账号注册"
}
},
{
"path": "pages/user/user",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "个人中心",
"app-plus": {
"bounce": "none",
"titleNView": false,
"pullToRefresh": {
"support": true,
"color": "#fa436a",
"style": "default"
}
}
}
},
{
"path": "pages/user/footprint",
"style": {
"navigationBarTitleText": "我的足迹"
}
},
{
"path": "pages/user/distribute",
"style": {
"navigationBarTitleText": "分销记录"
}
},
{
"path": "pages/user/collect",
"style": {
"navigationBarTitleText": "收藏记录"
}
},
{
"path": "pages/order/order",
"style": {
"navigationBarTitleText": "我购买的课程"
}
},
{
"path": "pages/user/vipbuy",
"style": {
"navigationBarTitleText": "购买会员",
"app-plus": {
"bounce": "none",
"titleNView": false,
"pullToRefresh": {
"support": true,
"color": "#fa436a",
"style": "default"
}
}
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "知识付费",
"navigationBarBackgroundColor": "#ef7c38",
"backgroundColor": "#FFFFFF"
},
"tabBar": {
"color": "#C0C4CC",
"selectedColor": "#ef7c38",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/tab-home.png",
"selectedIconPath": "static/tab-home-on.png",
"text": "首页"
},
{
"pagePath": "pages/product/list",
"iconPath": "static/tab-product.png",
"selectedIconPath": "static/tab-product-on.png",
"text": "课程"
},
{
"pagePath": "pages/user/user",
"iconPath": "static/tab-my.png",
"selectedIconPath": "static/tab-my-on.png",
"text": "我的"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/lionsun/jhx-zsff.git
git@gitee.com:lionsun/jhx-zsff.git
lionsun
jhx-zsff
知识付费,在线教育,线上课程(uni-app)
master

Search