code.wxml 340 B

123456
  1. <van-button size="mini" color="#FF4330" plain round custom-class="code-btn" bind:tap="getCode">
  2. <view wx:if="{{!isCd}}">{{codeText}}</view>
  3. <van-count-down wx:else time="{{ time }}" use-slot bind:finish="finished" bind:change="onChange">
  4. <view class="item">{{ timeData.seconds }}S</view>
  5. </van-count-down>
  6. </van-button>