简历地区选择修改

This commit is contained in:
dengxin
2024-02-19 19:34:06 +08:00
parent ac11c60633
commit 7557a329ef
3 changed files with 54 additions and 11 deletions

View File

@@ -16,7 +16,7 @@
<text>{{ item.name }}</text>
</view>
<view class="item-container">
<view @click="clickFunc({ 'type': 'address' })" v-if="item.name === `省市区县`"
<view @click="clickFunc({ 'type': 'address' })" v-if="item.name === `区域`"
class="thumb-box thumb-box1">
<u-cell-group>
<u-cell icon="map" :title="areaModal.address" :isLink="true"
@@ -388,10 +388,11 @@ export default {
.page-view {
padding: 8rpx;
padding-left: 4rpx;
}
.class-item {
margin-bottom: 30rpx;
margin-bottom: 10rpx;
background-color: #fff;
padding: 16rpx;
border-radius: 8rpx;