Feat:抽奖2.0(查漏补缺)
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user