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>
@@ -164,15 +164,15 @@
          <uni-icons type="right"></uni-icons>
        </view>
      </view>
      <view class="user-util m-t-12 " @click="callTel"
      <view class="user-util m-t-12 "
            v-if="selftype==='supplier'||selftype==='customer' || !selftype">
        <view class="title">我的客服</view>
        <view class="flex">
          <image class="icon-clock m-r-6 m-t-2" src="../../static/common/icon-call.png"></image>
          <view class="name">
          <view class="name" @click="callTel">
            客服电话 : &nbsp;&nbsp; <span class="topic-gray">{{ tel }}</span>
          </view>
          <view class="right-icon"  @click="goto('/pages/help/help',false)">
          <view class="right-icon"  open-type="contact">
            <uni-icons type="right"></uni-icons>
          </view>
        </view>