From d8ad0c1805b0701afadd069c79950edde490d5c9 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期一, 08 七月 2024 17:17:16 +0800
Subject: [PATCH] update 花店小程序

---
 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&&currentInfo.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