|
@@ -23,6 +23,7 @@
|
|
<view class="title">{{ item.title }}</view>
|
|
<view class="title">{{ item.title }}</view>
|
|
<view class="txt">面值:{{ item.facePrice / 100 }}元</view>
|
|
<view class="txt">面值:{{ item.facePrice / 100 }}元</view>
|
|
<view class="txt">序列号:{{ item.serialNo }}</view>
|
|
<view class="txt">序列号:{{ item.serialNo }}</view>
|
|
|
|
+ <view class="txt ells-one" v-if="item.prizeInfo">奖品:{{ item.prizeInfo }}</view>
|
|
</view>
|
|
</view>
|
|
<view class="flex btn">
|
|
<view class="flex btn">
|
|
<view class="action" @click="toChoice(item)" v-if="item.status == '2'">立即兑奖</view>
|
|
<view class="action" @click="toChoice(item)" v-if="item.status == '2'">立即兑奖</view>
|