积分兑换

This commit is contained in:
shijingjing
2022-11-22 19:12:07 +08:00
parent 7c490b9c5a
commit b0996d57f9
3 changed files with 138 additions and 28 deletions

View File

@@ -1,28 +0,0 @@
<template>
<div class="AppCommentsReceived">
<h1>我收到的评价</h1>
</div>
</template>
<script>
export default {
appName: '我收到的评价',
data() {
return {
}
},
methods: {
},
onShow() {
}
}
</script>
<style lang='scss' scoped>
.AppCommentsReceived {
}
</style>