story#6462,省市选择弹出框不要×
This commit is contained in:
@ -139,7 +139,6 @@
|
|||||||
<van-calendar v-model="showDatePicker" type="range" @confirm="onConfirm" />
|
<van-calendar v-model="showDatePicker" type="range" @confirm="onConfirm" />
|
||||||
<van-popup
|
<van-popup
|
||||||
v-model="areaShow"
|
v-model="areaShow"
|
||||||
closeable
|
|
||||||
position="bottom"
|
position="bottom"
|
||||||
>
|
>
|
||||||
<van-area title="标题" :area-list="areaList" :columns-num="2" closeable="true" :value="areaCode ? String(areaCode) : ''"
|
<van-area title="标题" :area-list="areaList" :columns-num="2" closeable="true" :value="areaCode ? String(areaCode) : ''"
|
||||||
|
Reference in New Issue
Block a user