WGShare.Client.Wx/pages/cascader/keys/index.wxml

11 lines
241 B
Plaintext

<t-cell title="地址" note="{{note}}" bind:click="showCascader" arrow></t-cell>
<t-cascader
class="demo"
visible="{{visible}}"
keys="{{keys}}"
options="{{options}}"
title="请选择地址"
bind:change="onChange"
></t-cascader>