去回答

This commit is contained in:
shijingjing
2023-01-10 11:35:04 +08:00
parent 941b56c56f
commit d5c6de8d55
3 changed files with 86 additions and 32 deletions

View File

@@ -0,0 +1,27 @@
<template>
<div class="answerAdd">
</div>
</template>
<script>
export default {
name: "answerAdd",
appName: "进行回答",
data() {
return {
}
},
methods: {
},
onShow() {},
}
</script>
<style lang="scss" scoped>
.answerAdd {
}
</style>