- <view class="moreOrderContainer">
-
-
- <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>
|