home-banner.wxml 955 Bytes
<!--pages/zeroSell/components/timeCountDown/home-banner.wxml-->
<view class="container ">
 <image class="background-image" src="{{floorData.topBackgroundImg}}" mode="aspectFill" wx:if="{{isShowTime}}">

    <!-- banner -->
    <newFocus class="banner" banner="{{floorData.topSlide}}" bind:tapBanner="tapBanner"></newFocus>

    <!-- <view class="home-banner">
      <block wx:for="{{formatTime}}" wx:key="">
        <view class="num-bg">
            <view class="num-wrapper"></view>
            <text class="num-text">{{item}}</text>
        </view>
        

        <view class="number-seprator" wx:if="{{(index%2 !== 0) && (index !== formatTime.length-1)}}">:</view>
      </block>
      <view class="line"></view>
    </view> -->

    <timeCountDown start-time = '{{startTime}}' bind:refreshTime="refreshTime"></timeCountDown>
  </image>
  <newFocus class="full" banner="{{floorData.topSlide}}" bind:tapBanner="tapBanner" wx:else></newFocus>
</view>