收货地址:编辑/新增

This commit is contained in:
YunaiV
2023-12-16 20:37:37 +08:00
parent 5bcf44b7a9
commit cfb514e276
5 changed files with 127 additions and 174 deletions
@@ -1,3 +1,4 @@
<!-- 省市区选择弹窗 -->
<template>
<su-popup :show="show" @close="onCancel" round="20">
<view class="ui-region-picker">
@@ -9,7 +10,7 @@
title="选择区域"
@cancel="onCancel"
@confirm="onConfirm('confirm')"
></su-toolbar>
/>
<view class="ui-picker-body">
<picker-view
:value="state.currentIndex"