TransactionPage.wxml 499 B

1234567891011
  1. <view class="orderConfirmContainer">
  2. <!-- 订单 -->
  3. <orderInfo style="position: relative; left: 0rpx; top: 38rpx" wx:if="{{order != null}}" class="orderInfo" order="{{order}}" bottonText2="{{oprationBtn2}}" bind:bottonEvent2="toMordOrderPage" />
  4. <text class="moreOrderTip" bind:tap="toMordOrderPage" style="position: relative; left: -1rpx; top: 37rpx">更多交易</text>
  5. <!-- 支付按钮 -->
  6. <pay class="payButton" amount="{{order.amount}}" bind:onPay="toPay" />
  7. </view>