【功能修复】修复用户卡券装修背景图片问题

This commit is contained in:
卢越
2024-08-12 10:15:51 +08:00
parent 58af434a90
commit 438897b9d3
2 changed files with 25 additions and 2 deletions
@@ -53,7 +53,7 @@
<!-- 用户组件用户资产 -->
<s-wallet-card v-if="type === 'UserWallet'" :data="data" :styles="styles" />
<!-- 用户组件用户卡券 -->
<s-coupon-card v-if="type === 'UserCoupon'" />
<s-coupon-card v-if="type === 'UserCoupon'" :data="data" :styles="styles" />
</view>
</template>