|
@@ -9,8 +9,8 @@
|
|
|
</view>
|
|
|
<view class="luck-info-content flex">
|
|
|
<view class="luck-info-content-num">
|
|
|
- <!-- <image src="../../static/lucky/lucky_gkmp.png" mode="scaleToFill" ></image> -->
|
|
|
- <image src="../../static/lucky/zi.png" mode="scaleToFill"></image>
|
|
|
+ <image src="../../static/lucky/lucky_gkmp.png" mode="scaleToFill" v-if="info.salePrice == 0"></image>
|
|
|
+ <image src="../../static/lucky/zi.png" mode="scaleToFill" v-else></image>
|
|
|
</view>
|
|
|
<view class="luck-info-content-img">
|
|
|
<view class="luck-info-content-img-word">
|
|
@@ -32,8 +32,8 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="luck-info-content-btn" @click="pay" v-if="info.status == 1 && info.salePrice != 0">
|
|
|
- 支付{{ info.salePrice / 100 }}元 立即购买并刮奖</view>
|
|
|
+ <view class="luck-info-content-btn" style="width: 500rpx;" @click="pay" v-if="info.status == 1 && info.salePrice != 0">
|
|
|
+ 支付{{ info.salePrice / 100 }}元,立即刮奖</view>
|
|
|
<view class="luck-info-content-btn" style="width: 500rpx;" @click="payDetail"
|
|
|
v-else-if="info.status == 1 && info.salePrice == 0">收下盲票,立即刮奖</view>
|
|
|
<!-- <view class=" code" v-else>开奖啦!</view> -->
|
|
@@ -110,14 +110,11 @@
|
|
|
this.serialNo = options.id
|
|
|
this.getDetail()
|
|
|
}
|
|
|
-
|
|
|
if (options.q) {
|
|
|
let obj = urlParameter(decodeURIComponent(options.q))
|
|
|
this.serialNo = obj.id
|
|
|
this.getDetail()
|
|
|
}
|
|
|
- this.serialNo = 'TXH00173-0001-0000006'
|
|
|
- this.getDetail()
|
|
|
},
|
|
|
|
|
|
methods: {
|