checkbox-group的value值是对象,bindchange打印的是"[object ]?
<checkbox-group bindchange="publicSelect">
<view wx:for="{{publicPlace}}" wx:key="*this" style="margin-top: 15rpx;">
<label>
<checkbox value="{{item}}"></checkbox> {{item.name}}
</label>
</view>
</checkbox-group>