xuxueyang
2024-07-25 ed30bf3cf96c92fb08c4d013d3747b84a0fc8645
pages/user/supplier-user.vue
@@ -64,13 +64,13 @@
      <view class="user-util m-t-12">
        <view class="title flex">
          <view class="flex1">我的订单</view>
          <view class="m-r-a m-r-0 more">全部订单
          <view class="m-r-a m-r-0 more" @click="goto('/pages/order/order')">全部订单
            <uni-icons class="" type="right"
                       size="12"></uni-icons>
          </view>
        </view>
        <view class="flex order-icons-container">
          <view class="order-icons">
          <view class="order-icons" @click="goto('/pages/order/order?status=PENDING')">
            <image src="../../static/images/customer/order/order-type-1.png" class="order-icon dfk"></image>
            <view>待付款</view>
          </view>