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
a34ad6a7
Commit
a34ad6a7
authored
May 05, 2022
by
DESKTOP-K893UGN\A
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:列表跳转不显示详情
parent
992a21cf
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
15 deletions
+8
-15
pages.json
pages.json
+7
-14
details.vue
pages/details/details.vue
+0
-0
reports.vue
pages/reports/reports.vue
+1
-1
No files found.
pages.json
View file @
a34ad6a7
...
@@ -56,23 +56,16 @@
...
@@ -56,23 +56,16 @@
"enablePullDownRefresh"
:
true
,
"enablePullDownRefresh"
:
true
,
"onReachBottomDistance"
:
50
"onReachBottomDistance"
:
50
}
}
},
{
}
"path"
:
"pages/details/details"
,
],
"style"
:
{
"subpackages"
:
[
{
"root"
:
"subPages"
,
"pages"
:
[
{
"path"
:
"details/details"
,
"style"
:
{
"navigationBarTitleText"
:
""
,
"navigationBarTitleText"
:
""
,
"enablePullDownRefresh"
:
true
"enablePullDownRefresh"
:
true
}
}
}
}
]
],
}
"subpackages"
:
[
],
],
"globalStyle"
:
{
"globalStyle"
:
{
"navigationBarTextStyle"
:
"black"
,
"navigationBarTextStyle"
:
"black"
,
...
...
subP
ages/details/details.vue
→
p
ages/details/details.vue
View file @
a34ad6a7
File moved
pages/reports/reports.vue
View file @
a34ad6a7
...
@@ -67,7 +67,7 @@
...
@@ -67,7 +67,7 @@
// 点击查看
// 点击查看
onClick
(
item
)
{
onClick
(
item
)
{
const
url
=
"/
subP
ages/details/details?id="
+
item
.
id
const
url
=
"/
p
ages/details/details?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