帧视界壹通告,付费看视频的微信小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

26 lines
285 B

<template>
<view class="actorRelease">
<navbar
leftClick
@leftClick="$utils.navigateBack"
title="演员发布"/>
演员发布
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="scss" scoped>
</style>