<view class="moreOrderContainer">
  <!-- 提示 -->
  <view class="tip">
    <icon color="#fbac15" type="warn" />
    <text>请勿在油机旁使用手机</text>
  </view>
  <view class="order" wx:for="{{orders}}" wx:key="{{index}}">
    <orderItem class="orderItem" order="{{item}}" bottonText2="{{buttonMessage2}}" bind:bottonEvent2="toPay" />
  </view>

  <text style="margin-top: 3%;margin-bottom: 10%;color: #b29a9a;">没有找到?请联系油站工作人员</text>
</view>