w-ui-v1 1.0.95 → 1.0.96
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/w-card/w-card.vue +2 -2
package/package.json
CHANGED
package/w-card/w-card.vue
CHANGED
|
@@ -144,8 +144,8 @@ function goto(type: string, item: any = {}, subItem: any = {}) {
|
|
|
144
144
|
|
|
145
145
|
}
|
|
146
146
|
if(props.page.classEditConfigs?.length>0){
|
|
147
|
-
let con= props.page.classEditConfigs.find((item:any)=>{
|
|
148
|
-
return item.
|
|
147
|
+
let con= props.page.classEditConfigs[0].preposes.find((item:any)=>{
|
|
148
|
+
return item.defaultValue.includes(props.itemData.fieldMap[item.id])
|
|
149
149
|
})
|
|
150
150
|
|
|
151
151
|
uni.navigateTo({
|