|
@@ -9,7 +9,7 @@
|
|
<view class="row">
|
|
<view class="row">
|
|
<view class="price">
|
|
<view class="price">
|
|
¥{{ detail.price }}
|
|
¥{{ detail.price }}
|
|
- <span class="text fontPFR">/张明信片</span>
|
|
|
|
|
|
+ <span class="text">/张明信片</span>
|
|
</view>
|
|
</view>
|
|
<image
|
|
<image
|
|
@click="$navigateTo('/pages/rule/rule', { type: 1 })"
|
|
@click="$navigateTo('/pages/rule/rule', { type: 1 })"
|
|
@@ -34,7 +34,7 @@
|
|
<div class="flex items-center" @click="showList">
|
|
<div class="flex items-center" @click="showList">
|
|
<img src="https://file.rongcyl.cn/festatic/bkm/ouking_a.png" class="w-10 h-10" />
|
|
<img src="https://file.rongcyl.cn/festatic/bkm/ouking_a.png" class="w-10 h-10" />
|
|
<div class="ml-1">
|
|
<div class="ml-1">
|
|
- <div class="fontPFSCS" style="font-size: 15px">欧王奖励</div>
|
|
|
|
|
|
+ <div class="bold" style="font-size: 15px">欧王奖励</div>
|
|
<div style="font-size: 12px">{{ ouCount }}届欧王</div>
|
|
<div style="font-size: 12px">{{ ouCount }}届欧王</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -46,7 +46,7 @@
|
|
/>
|
|
/>
|
|
<img src="https://file.rongcyl.cn/festatic/bkm/x.png" class="w-10 h-10" v-else />
|
|
<img src="https://file.rongcyl.cn/festatic/bkm/x.png" class="w-10 h-10" v-else />
|
|
<div class="ml-1" :style="{ color: detail.subType.includes('111') ? '' : '#a9bcd1' }">
|
|
<div class="ml-1" :style="{ color: detail.subType.includes('111') ? '' : '#a9bcd1' }">
|
|
- <div class="fontPFSCS" style="font-size: 15px">随机掉落</div>
|
|
|
|
|
|
+ <div class="bold" style="font-size: 15px">随机掉落</div>
|
|
<div style="font-size: 12px">未开启</div>
|
|
<div style="font-size: 12px">未开启</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -58,7 +58,7 @@
|
|
/>
|
|
/>
|
|
<img src="https://file.rongcyl.cn/festatic/bkm/free.png" class="w-10 h-10" v-else />
|
|
<img src="https://file.rongcyl.cn/festatic/bkm/free.png" class="w-10 h-10" v-else />
|
|
<div class="ml-1" :style="{ color: detail.subType.includes('112') ? '' : '#a9bcd1' }">
|
|
<div class="ml-1" :style="{ color: detail.subType.includes('112') ? '' : '#a9bcd1' }">
|
|
- <div class="fontPFSCS" style="font-size: 15px">随机免单</div>
|
|
|
|
|
|
+ <div class="bold" style="font-size: 15px">随机免单</div>
|
|
<div style="font-size: 12px">未开启</div>
|
|
<div style="font-size: 12px">未开启</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|