diff --git a/components/activity/RewardsPreview.vue b/components/activity/RewardsPreview.vue index 0b09dc9..94a64f6 100755 --- a/components/activity/RewardsPreview.vue +++ b/components/activity/RewardsPreview.vue @@ -2,8 +2,10 @@ {{ title }} - 查看全部 + + 查看全部 + 每抽都有概率出以下商品,盲盒消费具有随机性,请理性消费 @@ -67,6 +69,10 @@ const props = defineProps({ emptyText: { type: String, default: '暂无奖品配置' + }, + hideViewAll: { + type: Boolean, + default: false } }) @@ -115,6 +121,16 @@ const rewardGroups = computed(() => { } } +.tip-text { + font-size: 22rpx; + color: #E67E22; + margin-bottom: $spacing-md; + background: rgba(230, 126, 34, 0.08); + padding: 12rpx 16rpx; + border-radius: 8rpx; + border-left: 4rpx solid rgba(230, 126, 34, 0.5); +} + /* 等级分组 */ .prize-level-row { margin-bottom: $spacing-lg; diff --git a/pages-activity/activity/duiduipeng/index.vue b/pages-activity/activity/duiduipeng/index.vue index 224bc37..313259d 100755 --- a/pages-activity/activity/duiduipeng/index.vue +++ b/pages-activity/activity/duiduipeng/index.vue @@ -167,7 +167,7 @@ -