TransactionPage.wxml 425 B

123456789101112
  1. <view class="orderConfirmContainer">
  2. <!-- 订单 -->
  3. <orderInfo wx:if="{{order != null}}" class="orderInfo" order="{{order}}" bottonText2="{{oprationBtn2}}" bind:bottonEvent2="toMordOrderPage" />
  4. <text class="moreOrderTip" bind:tap="toMordOrderPage">更多交易</text>
  5. <!-- 支付按钮 -->
  6. <pay class="payButton" amount="{{order.amount}}" bind:onPay="toPay" />
  7. <text>{{nozzleId}}</text>
  8. </view>