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

<template>
<view class="enterpriseCertification">
<!--顶部导航栏-->
<navbar leftClick @leftClick="$utils.navigateBack" title="企业认证"/>
<!--内容区域-->
<view class="content">
企业认证
</view>
</view>
</template>
<script>
export default {
data() {
return {};
}
}
</script>
<style lang="scss" scoped>
.enterpriseCertification {
}
</style>