Task:礼品赠送/送礼、分享。收礼
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user