Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
home-with-kids-mp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
8a1d5784
authored
2019-11-28 15:50:38 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
b61ce41e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
src/pages/index/index.js
src/pages/index/index.js
View file @
8a1d578
...
...
@@ -95,12 +95,15 @@ Page({
onDetailHandler
(
evt
)
{
let
curItem
=
getBindtapData
(
evt
);
app
.
router
.
push
({
path
:
"detail"
,
query
:
{
c
:
curItem
.
videoCode
||
""
}
})
let
videoCode
=
curItem
.
videoCode
||
""
if
(
videoCode
)
{
app
.
router
.
push
({
path
:
"detail"
,
query
:
{
c
:
curItem
.
videoCode
||
""
}
})
}
},
/**
...
...
Please
register
or
sign in
to post a comment