moreOrder.wxml 522 B

123456789101112
  1. <view class="moreOrderContainer">
  2. <!-- 提示 -->
  3. <view class="tip">
  4. <icon color="#fbac15" type="warn" />
  5. <text>请勿在油机旁使用手机</text>
  6. </view>
  7. <view class="order" wx:for="{{orders}}">
  8. <orderItem class="orderItem" order="{{item.order}}" buttonMessage2="{{item.buttonMessage2}}" buttonColor="{{item.buttonColor2}}" bind:bottonEvent2="toPay" />
  9. </view>
  10. <text style="margin-top: 3%;margin-bottom: 10%;color: #b29a9a;">没有找到?请联系油站工作人员</text>
  11. </view>