store route 8.13
This commit is contained in:
parent
b9b32fb655
commit
c4adcbc182
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<view class="videoTop" @click="toDetailsPage">
|
||||
<view class="videoTop">
|
||||
<image :src="url" mode="aspectFill" class="video"></image>
|
||||
<image src="/static/videoPlay.png" mode="aspectFill" class="play-video"></image>
|
||||
</view>
|
||||
@ -35,12 +35,5 @@ export default {
|
||||
}
|
||||
},
|
||||
props:['url'],
|
||||
methods: {
|
||||
toDetailsPage(id) {
|
||||
this.$u.route('pageB/video/video', {
|
||||
id: id
|
||||
});
|
||||
},
|
||||
}
|
||||
}
|
||||
</script>
|
Loading…
Reference in New Issue
Block a user