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

11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
  1. <template>
  2. <view class="enterpriseCertification">
  3. <!--顶部导航栏-->
  4. <navbar leftClick @leftClick="$utils.navigateBack" title="企业认证"/>
  5. <!--内容区域-->
  6. <view class="content">
  7. 企业认证
  8. </view>
  9. </view>
  10. </template>
  11. <script>
  12. export default {
  13. data() {
  14. return {};
  15. }
  16. }
  17. </script>
  18. <style lang="scss" scoped>
  19. .enterpriseCertification {
  20. }
  21. </style>