agree.wxml 514 B

12345678910111213
  1. <cu-custom isBack="{{true}}">
  2. <view slot="backText">返回</view>
  3. <view slot="content">服务条款</view>
  4. </cu-custom>
  5. <view class="container">
  6. <image src="https://yyq2.oss-cn-shanghai.aliyuncs.com/pdf/sign.jpg" mode="widthFix" style="width:100%" bindtap="preview">
  7. </image>
  8. <view style="padding:20rpx">
  9. <button wx:if="{{currentTime>0}}" type="info">{{currentTime}}秒后可以进入签名</button>
  10. <button wx:else type="primary" bindtap="gotoSign">点击进入签名</button>
  11. </view>
  12. </view>