From a72add8a584fc017da11b6f6e05a749ad7f2f4f7 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期一, 08 七月 2024 17:35:34 +0800
Subject: [PATCH] 1
---
pages/home/supplier-home.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pages/home/supplier-home.vue b/pages/home/supplier-home.vue
index cf0ae89..a19329a 100644
--- a/pages/home/supplier-home.vue
+++ b/pages/home/supplier-home.vue
@@ -19,7 +19,7 @@
<image class="user-icon" v-if="currentInfo.picture" :src="currentInfo.picture" mode="aspectFit"></image>
<view class="name">
- <view class="t1">{{currentInfo.nickName || currentInfo.loginName || '-'}}<span
+ <view class="t1">{{ (!!currentInfo.supplierDTO?(currentInfo.supplierDTO.name):"") || currentInfo.nickName || currentInfo.loginName || '-'}}<span
v-if="currentInfo.supplierDTO&¤tInfo.supplierDTO.status!=='P'">
({{currentInfo.supplierDTO?currentInfo.supplierDTO.statusStr:''}})</span>
</view>
@@ -171,7 +171,7 @@
<view style="padding-bottom:200rpx">
</view>
- <supplier-footer flg="0"></supplier-footer>
+ <common-footer flg="0"></common-footer>
</view>
--
Gitblit v1.9.3