Commit 406eecf3 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 4c1a9fd6
...@@ -314,7 +314,7 @@ ...@@ -314,7 +314,7 @@
data data
}) => { }) => {
if (data.vedioMsg != null) { if (data.vedioMsg != null) {
navigateTo(`/pagesC/video/videoDetail?data=` + encodeURIComponent( navigateTo(`/pagesC/video/newVideoDetail?data=` + encodeURIComponent(
JSON.stringify(data.vedioMsg))); JSON.stringify(data.vedioMsg)));
} }
} }
......
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