Feat:抽奖2.0(查漏补缺)

This commit is contained in:
LinCyJang
2026-04-30 02:04:25 +08:00
parent 6cb403c5d5
commit c3c0483625
10 changed files with 515 additions and 201 deletions
+4 -6
View File
@@ -1,19 +1,17 @@
<template>
<view class="county-lottery-rules-page">
<view class="custom-header" :style="{ paddingTop: `${statusBarHeight}px` }">
<!-- <view class="custom-header" :style="{ paddingTop: `${statusBarHeight}px` }">
<view class="header-inner">
<view class="header-back" @click="goBack">
<text class="header-back-icon">‹</text>
<u-icon name="arrow-left" size="24" color="#333" class="header-back-icon"></u-icon>
</view>
<view class="header-title">活动规则</view>
<view class="header-right">
<!-- <view class="right-dot"></view>
<view class="right-ring"></view> -->
</view>
</view>
</view>
</view> -->
<view class="page-body" :style="{ paddingTop: `${statusBarHeight + 88}px` }">
<view class="page-body" >
<view class="rule-card">
<view class="rule-content">
<rich-text v-if="ruleContent" :nodes="ruleContent" />