From 01e96c8855927df67ac8a6831e345b6cb33140d1 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期二, 09 五月 2023 18:49:40 +0800 Subject: [PATCH] 样式修改 --- pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue b/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue index 839572e..0e81689 100644 --- a/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue +++ b/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue @@ -7,7 +7,7 @@ <view class="top-title">鍙戣繍璁″垝璇︽儏</view> </view> <view class="middle-container"> - <view class="dept-name">{{ deptName }}({{ coalName }})</view> + <view class="dept-name" v-show="deptName">{{ deptName }}({{ coalName }})</view> <view class="dept-num"> <text style="font-size: 46rpx; -- Gitblit v1.9.1