fix: 代码优化

This commit is contained in:
黄泽群
2026-07-22 15:48:18 +08:00
parent c764781fff
commit a971f06267
8 changed files with 46 additions and 19 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<view class="address-popup-view">
<view class="head-view">
<text class="text-32 text-zu1 text-bold">{{ headText }}</text>
<MyBtn text="确定" @ok="onOk" v-if="!dataList.length" mh="48rpx" wd="128rpx" fz="24rpx"></MyBtn>
<!-- <MyBtn text="确定" @ok="onOk" v-if="!dataList.length" mh="48rpx" wd="128rpx" fz="24rpx"></MyBtn> -->
<u-icon size="48rpx" name="close-circle-fill" color="#333" @click="onClose"></u-icon>
</view>
<scroll-view :scroll-x="true" class="address-select-view">