Files
MiniProgram/ProjectLiaisonForm/pages/cascader/check-strictly/index.wxml

15 lines
354 B
Plaintext
Raw Normal View History

2025-08-15 14:05:08 +08:00
<t-cell title="地址" note="{{note}}" bind:click="showCascader" arrow />
<t-cascader
close-btn="{{false}}"
check-strictly="{{true}}"
visible="{{visible}}"
value="{{value}}"
options="{{options}}"
title="请选择地址"
bind:change="onChange"
bind:pick="onPick"
>
<text class="confirm-btn" slot="close-btn">确定</text>
</t-cascader>