From 645834e1c3efb3a8c50dcbda98d87caba04bd421 Mon Sep 17 00:00:00 2001
From: fei.wang <wf18701153496@163.com>
Date: 星期三, 13 八月 2025 14:34:02 +0800
Subject: [PATCH] v1.2.8

---
 tuniao-ui/components/tn-select/tn-select.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tuniao-ui/components/tn-select/tn-select.vue b/tuniao-ui/components/tn-select/tn-select.vue
index ed76b02..bb9fad3 100644
--- a/tuniao-ui/components/tn-select/tn-select.vue
+++ b/tuniao-ui/components/tn-select/tn-select.vue
@@ -50,7 +50,7 @@
               <view class="tn-select__content__body__item" v-for="(sub_item, sub_index) in item" :key="sub_index">
                 <view class="tn-text-ellipsis" style="display:flex">
 					<u-badge v-if="sub_item[valueName] ==1 " :isDot="true" type="success" style="margin-top: 8px;"></u-badge>
-					<u-badge v-else-if="sub_item[valueName]==0 " :isDot="true" type="info" style="margin-top: 8px;"></u-badge>
+					<u-badge v-else-if="sub_item[valueName]=='0' " :isDot="true" type="info" style="margin-top: 8px;"></u-badge>
                   {{ sub_item[labelName] }}
                 </view>
               </view>

--
Gitblit v1.9.3