t***@163.com
t***@163.com
  • 发布:2019-08-18 15:25
  • 更新:2019-08-18 15:25
  • 阅读:747

折叠面板点击之后没有响应

分类:HBuilderX

        <uni-collapse-item  show-animation="true" :ref="add" open="true" title="展开">  
            <view class="uni-list" style="padding: 30upx;">  
                <checkbox-group @change="checkboxChange">  
                    <label class="uni-list-cell uni-list-cell-pd" v-for="item in items" :key="item.value">  
                        <view>  
                            <checkbox :value="item.value" :checked="item.checked" />  
                        </view>  
                        <view>{{item.name}}</view>  
                    </label>  
                </checkbox-group>  
            </view>  
        </uni-collapse-item>  
    </uni-collapse>
2019-08-18 15:25 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复