学员端小程序
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.
 
 
 

27 lines
356 B

<template>
<view class="pageBgImg pad">
<topNavbar title="我的评价"></topNavbar>
<view class="card">
<commentItem/>
</view>
</view>
</template>
<script>
export default {
data() {
return {
}
}
}
</script>
<style lang="scss" scoped>
.card {
width: 100%;
padding: 24rpx 28rpx;
margin-bottom: 20rpx;
}
</style>