Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
E
ec-report-refactor
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lihuizhen
ec-report-refactor
Commits
b0f3fecf
Commit
b0f3fecf
authored
Feb 21, 2022
by
leon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:daily
parent
23dfc763
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
104 additions
and
121 deletions
+104
-121
pages.json
pages.json
+103
-120
reports.vue
pages/reports/reports.vue
+1
-1
No files found.
pages.json
View file @
b0f3fecf
...
@@ -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函数里面得到
}
}]
]
}
}
}
}
pages/reports/reports.vue
View file @
b0f3fecf
...
@@ -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
})
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment