<view class="orderConfirmContainer"> <!-- 提示 --> <view class="tip"> <icon color="#fbac15" type="warn"/> <text>请勿在油机旁使用手机</text> </view> <!-- 订单 --> <orderInfo class="orderInfo" order="{{order}}" bottonText2="{{oprationBtn2}}" bind:bottonEvent2="toMordOrderPage" /> <text class="moreOrderTip" bind:tap="toMordOrderPage">更多交易</text> <!-- 支付按钮 --> <pay class="payButton" amount="{{order.amount}}" bind:onPay="toPay" /> <text>{{nozzleId}}</text> </view>