Feat:抽奖2.0(中奖名单缺中奖等级,优惠券领取接口异常)

This commit is contained in:
LinCyJang
2026-04-29 00:52:34 +08:00
parent a14d89efff
commit 092ef55293
8 changed files with 662 additions and 405 deletions
+2 -4
View File
@@ -7,15 +7,14 @@
</view>
<view class="header-title">活动规则</view>
<view class="header-right">
<view class="right-dot"></view>
<view class="right-ring"></view>
<!-- <view class="right-dot"></view>
<view class="right-ring"></view> -->
</view>
</view>
</view>
<view class="page-body" :style="{ paddingTop: `${statusBarHeight + 88}px` }">
<view class="rule-card">
<view class="rule-title">《香道汉平台》满额抽奖活动规则</view>
<view class="rule-content">
<rich-text v-if="ruleContent" :nodes="ruleContent" />
<view class="state-text" v-else>{{ loading ? '规则加载中...' : '暂无活动规则' }}</view>
@@ -90,7 +89,6 @@ export default {
width: 56rpx;
height: 56rpx;
border-radius: 8rpx;
border: 2rpx solid #d8d8d8;
display: flex;
align-items: center;
justify-content: center;