|
@@ -44,7 +44,7 @@
|
|
<text class="title">{{ item.title }}</text>
|
|
<text class="title">{{ item.title }}</text>
|
|
<text class="num"
|
|
<text class="num"
|
|
v-if="item.prizeType != 'coin'">价值:¥{{ $numberFormat(item.value) }}</text>
|
|
v-if="item.prizeType != 'coin'">价值:¥{{ $numberFormat(item.value) }}</text>
|
|
- <text class="num" v-else>数量:{{ item.value }}个</text>
|
|
|
|
|
|
+ <text class="num" v-else>数量:{{ item.value }}颗</text>
|
|
<text class="num">概率:{{ item.hitRate }}%</text>
|
|
<text class="num">概率:{{ item.hitRate }}%</text>
|
|
</view>
|
|
</view>
|
|
<view class="name">{{ item.name }}</view>
|
|
<view class="name">{{ item.name }}</view>
|