@@ -322,7 +322,7 @@
toLucky() {
uni.navigateTo({
- url: `/pages/lucky/index?id=TXH00252-0001-0000089`
+ url: `/pages/lucky/index?id=9e3f2d1220c368b027f4f35c49fdabb77a46fa669e4482326ea7cf746757ee22`
})
},
@@ -36,7 +36,7 @@
</view>
- <view class="luck-info-content-nearby" v-if="info.status == 1 && info.salePrice != 0">
+ <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="luck-info-content-btn" style="width: 500rpx;" @click="pay"
@@ -396,9 +396,9 @@
image {
position: absolute;
- top: 0;
+ top: 4rpx;
width: 100%;
- height: 100%;
+ height: 110%;
}