From ed30bf3cf96c92fb08c4d013d3747b84a0fc8645 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期四, 25 七月 2024 11:15:48 +0800 Subject: [PATCH] update质检 --- pages/user/supplier-user.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/user/supplier-user.vue b/pages/user/supplier-user.vue index 24e8762..bcd715d 100644 --- a/pages/user/supplier-user.vue +++ b/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"> 客服电话 : <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> -- Gitblit v1.9.3