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

22 lines
281 B

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