File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2525 t-class="{{classPrefix}}__popup-host"
2626 t-class-content="{{classPrefix}}__content {{prefix}}-class-content"
2727 >
28- <view class="{{classPrefix}}__body">
28+ <view wx:if="{{options && options.length > 0}}" class="{{classPrefix}}__body">
2929 <!-- 单选列表 -->
3030 <scroll-view wx:if="{{!multiple}}" class="{{classPrefix}}__scroll" scroll-y scroll-into-view="id_{{value}}">
3131 <t-radio-group
5656 class="{{classPrefix}}__checkbox {{prefix}}-class-column"
5757 t-class="{{classPrefix}}__checkbox-group"
5858 style="grid-template-columns: repeat({{optionsColumns}}, 1fr)"
59- value="{{value}}"
59+ value="{{value ? value : [] }}"
6060 bind:change="handleRadioChange"
6161 >
6262 <view wx:for="{{options}}" wx:key="index" id="id_{{item[valueAlias]}}">
You can’t perform that action at this time.
0 commit comments