|
@@ -118,7 +118,7 @@
|
|
|
if (uni.$u.test.array(value)) {
|
|
|
return uni.$u.error('手风琴模式下,u-collapse组件的value参数不能为数组')
|
|
|
}
|
|
|
- this.expanded = this.name == value
|
|
|
+ this.expanded =true;
|
|
|
} else {
|
|
|
if (!uni.$u.test.array(value) && value !== null) {
|
|
|
return uni.$u.error('非手风琴模式下,u-collapse组件的value参数必须为数组')
|