浏览代码

营销:适配商城装修组件【用户订单】

owen 1 年之前
父节点
当前提交
fc9359a8ae
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      sheep/components/s-block-item/s-block-item.vue

+ 5 - 5
sheep/components/s-block-item/s-block-item.vue

@@ -44,13 +44,13 @@
     <!-- 营销组件:文章 -->
     <!-- 营销组件:文章 -->
     <s-richtext-block v-if="type === 'PromotionArticle'" :data="data" :styles="styles" />
     <s-richtext-block v-if="type === 'PromotionArticle'" :data="data" :styles="styles" />
 
 
-    <!-- 会员组件:会员卡片 -->
+    <!-- 用户组件:用户卡片 -->
     <s-user-card v-if="type === 'UserCard'" />
     <s-user-card v-if="type === 'UserCard'" />
-    <!-- 会员组件:订单卡片 -->
-    <s-order-card v-if="type === 'orderCard'" :data="data" />
-    <!-- 会员组件:资产卡片 -->
+    <!-- 用户组件:用户订单 -->
+    <s-order-card v-if="type === 'UserOrder'" :data="data" />
+    <!-- 用户组件:资产卡片 -->
     <s-wallet-card v-if="type === 'walletCard'" />
     <s-wallet-card v-if="type === 'walletCard'" />
-    <!-- 会员组件:卡券卡片 -->
+    <!-- 用户组件:卡券卡片 -->
     <s-coupon-card v-if="type === 'couponCard'" />
     <s-coupon-card v-if="type === 'couponCard'" />
   </view>
   </view>
 </template>
 </template>