yiming
2024-03-25 04fb4674d322bea001f030d29bd5f111ed397f99
pages/cart/paymentPage/index.wxml
@@ -50,7 +50,7 @@
  <view class="paymentBox">
    <view class="residue">待支付:<text class="residueTextBox">¥{{payPrice}}</text></view>
    <view>
      <t-button class="buttonBox" shape="round" bind:tap="confirmOrderGet">微信支付</t-button>
      <t-button class="buttonBox" shape="round" catch:tap="confirmOrderGet">微信支付</t-button>
    </view>
  </view>
</view>