锦水居民端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

16 lines
548 B

<view class="welcome">
<view class="bg-img">
<image class="bgimg" src="{{bgImage}}"/>
</view>
<view class="content" style="height: calc(100vh - {{deviceHeight}}px - 100rpx); top: calc({{deviceHeight}}px + 100rpx)">
<view class="countdown" wx:if="countdownNum > 0">
<view bindtap="immeEnter" hover-class="hover-skip" class="time">{{countdownNum}}s | 跳过</view>
</view>
<!-- <view class="imme-enter">
<button hover-class="hover-btn" bindtap="immeEnter">立即进入</button>
</view> -->
</view>
</view>