<view class="payContainer">
  <view class="amount">合计 ¥ {{amount}}</view>
  <view class="toPay" bind:tap="toPay">去支付</view>
</view>