feat: 优化代码

This commit is contained in:
2025-08-06 20:25:41 +08:00
parent 5f7d0ceb79
commit 73823c50fd
1179 changed files with 42944 additions and 189654 deletions
@@ -0,0 +1,24 @@
<template>
<view class="mine_winning_record">
<winningRecord />
</view>
</template>
<script>
import winningRecord from '@/components/winning_record.vue';
export default {
components:{winningRecord},
data() {
return {
};
}
}
</script>
<style lang="scss" scoped>
.mine_winning_record{
padding: 30rpx;
}
</style>