默认提交
Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -95,12 +95,15 @@ Page({ | ... | @@ -95,12 +95,15 @@ Page({ |
95 | 95 | ||
96 | onDetailHandler(evt) { | 96 | onDetailHandler(evt) { |
97 | let curItem = getBindtapData(evt); | 97 | let curItem = getBindtapData(evt); |
98 | let videoCode = curItem.videoCode || "" | ||
99 | if (videoCode) { | ||
98 | app.router.push({ | 100 | app.router.push({ |
99 | path: "detail", | 101 | path: "detail", |
100 | query: { | 102 | query: { |
101 | c: curItem.videoCode || "" | 103 | c: curItem.videoCode || "" |
102 | } | 104 | } |
103 | }) | 105 | }) |
106 | } | ||
104 | }, | 107 | }, |
105 | 108 | ||
106 | /** | 109 | /** | ... | ... |
-
Please register or sign in to post a comment