HHSLinkSLink/HSLink-app/pages/release-detial/release-video/release-video.vue

30 lines
302 B
Vue
Raw Normal View History

2020-09-16 09:25:13 +08:00
<template>
<view class="content">
页面 - 发视频
</view>
</template>
<script>
export default {
data() {
return {
title: 'Hello'
}
},
onLoad() {
},
methods: {
}
}
</script>
<style>
.content {
text-align: center;
height: 400upx;
margin-top: 200upx;
}
</style>