帧视界壹通告,付费看视频的微信小程序
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

11 months ago
11 months ago
11 months ago
  1. <template>
  2. <view class="actorRelease">
  3. <navbar
  4. leftClick
  5. @leftClick="$utils.navigateBack"
  6. title="演员发布"/>
  7. 演员发布
  8. </view>
  9. </template>
  10. <script>
  11. export default {
  12. data() {
  13. return {
  14. };
  15. }
  16. }
  17. </script>
  18. <style lang="scss" scoped>
  19. </style>