Task:礼品赠送/送礼、分享。收礼

This commit is contained in:
modendeveloper
2025-02-21 01:21:22 +08:00
parent 40207f11a1
commit e1328a7825
5 changed files with 419 additions and 67 deletions
+5 -2
View File
@@ -1,12 +1,15 @@
<template>
<view>
<view class="top-card"></view>
<GiftCard/>
</view>
</template>
<script>
import GiftCard from './components/GiftCard.vue'
export default {
components: {
GiftCard
}
}
</script>