|
@@ -44,18 +44,18 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="luck-info-content-nearby" v-if="info.status == 1 ">
|
|
|
- 附近已有<view class="num" style="display: inline-block; padding: 0 2px;">{{ nearbyNum }}</view>人刮开<view class="dots"><view>.</view><view>.</view><view>.</view></view>
|
|
|
+ 附近已有<view class="num" style="display: inline-block; padding: 0 2px;">{{ nearbyNum }}</view>人参与<view class="dots"><view>.</view><view>.</view><view>.</view></view>
|
|
|
</view>
|
|
|
<view class="luck-info-content-btn" style="width: 500rpx;" @click="pay"
|
|
|
v-if="info.status == 1 && info.salePrice != 0">
|
|
|
点击支付</view>
|
|
|
<view class="luck-info-content-btn" style="width: 500rpx;" @click="payDetail"
|
|
|
- v-else-if="info.status == 1 && info.salePrice == 0">立即刮奖</view>
|
|
|
+ v-else-if="info.status == 1 && info.salePrice == 0">点我开奖</view>
|
|
|
<!-- <view class=" code" v-else>开奖啦!</view> -->
|
|
|
<view class="luck-info-content-btn" style="width: 500rpx;" @click="toChoice" v-if="Choice">领取奖品
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="luck-info-close flex">
|
|
|
+ <view class="luck-info-close flex" style="justify-content: flex-end;padding-right: 40rpx;">
|
|
|
<navigator open-type="exit" target="miniProgram" hover-class="none"
|
|
|
class="luck-info-close-content flex">
|
|
|
<u-icon name="close" color="#fff" size="20"></u-icon>
|
|
@@ -70,7 +70,7 @@
|
|
|
<u-popup :show="showNull" :round="10" mode="center" :safeAreaInsetBottom="false" overlayOpacity="0.8"
|
|
|
@touchmove.prevent.stop>
|
|
|
<view class="null-prize">
|
|
|
- <view class="title">该盲票已兑奖</view>
|
|
|
+ <view class="title">该券已兑奖</view>
|
|
|
<view class="btn" @click="toUser">确认</view>
|
|
|
</view>
|
|
|
</u-popup>
|
|
@@ -78,7 +78,7 @@
|
|
|
<u-popup :show="showStop" :round="10" mode="center" :safeAreaInsetBottom="false" overlayOpacity="0.8"
|
|
|
@touchmove.prevent.stop>
|
|
|
<view class="null-prize">
|
|
|
- <view class="title">该盲票已停售</view>
|
|
|
+ <view class="title">该券已停售</view>
|
|
|
<view class="btn" @click="toUser">确认</view>
|
|
|
</view>
|
|
|
</u-popup>
|
|
@@ -86,7 +86,7 @@
|
|
|
<u-popup :show="tipShow" :round="10" mode="center" :safeAreaInsetBottom="false" overlayOpacity="0.8"
|
|
|
@touchmove.prevent.stop>
|
|
|
<view class="null-prize">
|
|
|
- <view class="title">该盲票已被他人买走了</view>
|
|
|
+ <view class="title">该券已被他人买走了</view>
|
|
|
<view class="btn" @click="toUser">确认</view>
|
|
|
</view>
|
|
|
</u-popup>
|
|
@@ -94,7 +94,7 @@
|
|
|
<u-popup :show="showAction" :round="10" mode="center" :safeAreaInsetBottom="false" overlayOpacity="0.8"
|
|
|
@touchmove.prevent.stop>
|
|
|
<view class="null-prize">
|
|
|
- <view class="title">该盲票未激活</view>
|
|
|
+ <view class="title">该券未激活</view>
|
|
|
<navigator open-type="exit" target="miniProgram" hover-class="none" class="btn">确认</navigator>
|
|
|
</view>
|
|
|
</u-popup>
|
|
@@ -208,7 +208,7 @@
|
|
|
this.showStop = true
|
|
|
this.luckyShow = false
|
|
|
} else {
|
|
|
- uni.$u.toast('该盲票不存在!');
|
|
|
+ uni.$u.toast('该券不存在!');
|
|
|
setTimeout(() => {
|
|
|
uni.switchTab({
|
|
|
url: '/pages/index/index'
|
|
@@ -425,7 +425,7 @@
|
|
|
|
|
|
&-num {
|
|
|
position: relative;
|
|
|
- // width: 480rpx;
|
|
|
+ width: 500rpx;
|
|
|
height: 8vh;
|
|
|
margin-top: 16vh;
|
|
|
margin-bottom: 3vh;
|
|
@@ -631,7 +631,8 @@
|
|
|
&-close {
|
|
|
width: 100%;
|
|
|
position: absolute;
|
|
|
- bottom: -140rpx;
|
|
|
+ // bottom: -140rpx;
|
|
|
+ top: 0;
|
|
|
|
|
|
&-content {
|
|
|
width: 70rpx;
|