From 381357c9d11045ff6c0e73cf2d64b735b13c7b99 Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期一, 18 八月 2025 09:59:18 +0800
Subject: [PATCH] uni-segmented-control text
---
pages/modal/5602.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pages/modal/5602.vue b/pages/modal/5602.vue
index bd0ddce..619e05a 100644
--- a/pages/modal/5602.vue
+++ b/pages/modal/5602.vue
@@ -38,7 +38,7 @@
<!-- 椤电 -->
<view class="dv-tab">
<uni-segmented-control :current="current" :values="items" @clickItem="onClickItem"
- styvarype="button">
+ styvarype="text">
</uni-segmented-control>
</view>
<swiper class="view-tabpage" :current="current" @change="changeSwiper">
@@ -1056,8 +1056,8 @@
},
setFormValues(attrs) {
const head_styledef = this.head_styledef
- if (JSON.stringify(attrs) == '{}') {
- return;
+ if (!Array.isArray(attrs)) {
+ return
}
console.log(attrs)
attrs.forEach(async (attr, key) => {
--
Gitblit v1.9.1