|
@@ -264,22 +264,6 @@
|
|
|
<text class="text-28rpx font-700 text-textc">Got it</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="w-full flex flex-col items-center">
|
|
|
- <image src="@/static/images/production/time.png" class="w-90rpx h-90rpx mt-90rpx"></image>
|
|
|
- <view class="w-630rpx flex items-center">
|
|
|
- <text class="text-white font-700 text-36rpx text-center mt-30rpx">
|
|
|
- You can collect BH coins every 12 hours
|
|
|
- </text>
|
|
|
- </view>
|
|
|
- <view class="w-630rpx flex items-center justify-center mt-30rpx">
|
|
|
- <text class="text-26rpx font-400 text-primary text-center">10h 13m 26s</text>
|
|
|
- </view>
|
|
|
- <view
|
|
|
- class="w-630rpx bg-primary h-100rpx flex items-center justify-center rounded-20rpx mt-30rpx"
|
|
|
- >
|
|
|
- <text class="text-28rpx font-700 text-textc">Got it</text>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
</Dialog>
|
|
|
<Dialog v-model:show-value="lingquShow" width="690rpx" height="577rpx">
|
|
|
<view class="w-full flex flex-col items-center">
|
|
@@ -411,6 +395,7 @@ const initLott = () => {
|
|
|
.select('#lottieContainer')
|
|
|
.boundingClientRect((rect) => {
|
|
|
if (rect) {
|
|
|
+ lottie.destroy()
|
|
|
lottie.loadAnimation({
|
|
|
container: document.getElementById('lottieContainer'),
|
|
|
renderer: 'svg',
|