营销:适配商城装修组件【用户资产】

This commit is contained in:
owen
2023-12-01 23:40:06 +08:00
parent fc9359a8ae
commit ff6788b685
2 changed files with 7 additions and 7 deletions
@@ -48,10 +48,10 @@
<s-user-card v-if="type === 'UserCard'" />
<!-- 用户组件用户订单 -->
<s-order-card v-if="type === 'UserOrder'" :data="data" />
<!-- 用户组件资产卡片 -->
<s-wallet-card v-if="type === 'walletCard'" />
<!-- 用户组件卡券卡片 -->
<s-coupon-card v-if="type === 'couponCard'" />
<!-- 用户组件用户资产 -->
<s-wallet-card v-if="type === 'UserWallet'" />
<!-- 用户组件用户卡券 -->
<s-coupon-card v-if="type === 'UserCoupon'" />
</view>
</template>