From 883ca635ebb2df1ccb9e7f6dc19a88c7ad374cb6 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期日, 21 七月 2024 14:47:00 +0800
Subject: [PATCH] update 部分需求变更

---
 components/dying318-picker/Picker.vue |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/components/dying318-picker/Picker.vue b/components/dying318-picker/Picker.vue
index ee9ba5b..9d89ef2 100644
--- a/components/dying318-picker/Picker.vue
+++ b/components/dying318-picker/Picker.vue
@@ -50,8 +50,8 @@
                 value: Object,
                 default() {
                     return {
-                        value: 'value',
-                        label: 'label',
+                        value: 'id',
+                        label: 'name',
                         children: 'children'
                     }
                 }
@@ -131,6 +131,8 @@
                         this.setColumn(index, pickerList)
                     })
                     this.reactModel = false;
+					console.log('init picker',this.pickerList)
+					
                 } else {
                     this.setColumn(0, this.pickerList)
                 }
@@ -349,7 +351,7 @@
                     font-size: 36rpx;
                 }
                 .confirm {
-                    color: #007aff;
+                    color: #20613D;
                 }
             }
 

--
Gitblit v1.9.3