Commit b0f3fecf authored by leon's avatar leon

fix:daily

parent 23dfc763
...@@ -14,70 +14,55 @@ ...@@ -14,70 +14,55 @@
"style": { "style": {
"navigationBarTitleText": "个人中心" "navigationBarTitleText": "个人中心"
} }
} }, {
,{ "path": "pages/login/login",
"path" : "pages/login/login", "style": {
"style" :
{
"navigationBarTitleText": "", "navigationBarTitleText": "",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
} }, {
,{ "path": "pages/login/authorized",
"path" : "pages/login/authorized", "style": {
"style" :
{
"navigationBarTitleText": "", "navigationBarTitleText": "",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
} }, {
,{ "path": "pages/center/password",
"path" : "pages/center/password", "style": {
"style" :
{
"navigationBarTitleText": "", "navigationBarTitleText": "",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
} }, {
,{ "path": "pages/customer/customer",
"path" : "pages/customer/customer", "style": {
"style" :
{
"navigationBarTitleText": "", "navigationBarTitleText": "",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
} }, {
,{ "path": "pages/webView/webView/webView",
"path" : "pages/webView/webView/webView", "style": {
"style" :
{
"navigationBarTitleText": "", "navigationBarTitleText": "",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
} }, {
,{ "path": "pages/reports/reports",
"path" : "pages/reports/reports", "style": {
"style" :
{
"navigationBarTitleText": "小程序报表", "navigationBarTitleText": "小程序报表",
"enablePullDownRefresh": true, "enablePullDownRefresh": true,
"onReachBottomDistance": 50 "onReachBottomDistance": 50
} }
} }, {
,{ "path": "pages/detail/detail",
"path" : "pages/reports/detail", "style": {
"style" :
{
"navigationBarTitleText": "", "navigationBarTitleText": "",
"enablePullDownRefresh": true "enablePullDownRefresh": true
} }
} }
], ],
"globalStyle": { "globalStyle": {
...@@ -108,14 +93,12 @@ ...@@ -108,14 +93,12 @@
"text": "用户中心" "text": "用户中心"
}] }]
}, },
"condition" : { //模式配置,仅开发期间生效 "condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项) "current": 0, //当前激活的模式(list 的索引项)
"list": [ "list": [{
{
"name": "首页", //模式名称 "name": "首页", //模式名称
"path": "pages/index/index", //启动页面,必选 "path": "pages/index/index", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到 "query": "" //启动参数,在页面的onLoad函数里面得到
} }]
]
} }
} }
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
// 点击查看 // 点击查看
onClick(item) { onClick(item) {
const url = "/pages/reports/detail?id=" + item.id const url = "/pages/detail/detail?id=" + item.id
uni.navigateTo({ uni.navigateTo({
url: url url: url
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment