Commit b0f3fecf authored by leon's avatar leon

fix:daily

parent 23dfc763
......@@ -14,70 +14,55 @@
"style": {
"navigationBarTitleText": "个人中心"
}
}
,{
"path" : "pages/login/login",
"style" :
{
}, {
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/login/authorized",
"style" :
{
}, {
"path": "pages/login/authorized",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/center/password",
"style" :
{
}, {
"path": "pages/center/password",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/customer/customer",
"style" :
{
}, {
"path": "pages/customer/customer",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/webView/webView/webView",
"style" :
{
}, {
"path": "pages/webView/webView/webView",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/reports/reports",
"style" :
{
}, {
"path": "pages/reports/reports",
"style": {
"navigationBarTitleText": "小程序报表",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
}
,{
"path" : "pages/reports/detail",
"style" :
{
}, {
"path": "pages/detail/detail",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true
}
}
],
"globalStyle": {
......@@ -108,14 +93,12 @@
"text": "用户中心"
}]
},
"condition" : { //模式配置,仅开发期间生效
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"list": [{
"name": "首页", //模式名称
"path": "pages/index/index", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}
]
}]
}
}
......@@ -65,7 +65,7 @@
// 点击查看
onClick(item) {
const url = "/pages/reports/detail?id=" + item.id
const url = "/pages/detail/detail?id=" + item.id
uni.navigateTo({
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