This commit is contained in:
caolc
2023-03-22 09:23:04 +08:00
parent 84613456a7
commit 7247973c63
14 changed files with 475 additions and 197 deletions

View File

@@ -8,6 +8,7 @@
</view>
<view class="seach_input_right">
<input v-model="seachValue" placeholder="请输入地址" type="text" @confirm="seachFn" />
<view @click="seachFn" class="seach_input_butten"> 搜索</view>
<!-- <uni-combox @input="seachFn" emptyTips="请输入内容" class="seach_input_right_input" :border="false" :candidates="candidates" placeholder="Location..."></uni-combox> -->
</view>
</view>
@@ -132,6 +133,7 @@
that.List = e.data
},
fail(e) {
that.loding(false);
console.log(e, '错误')
},
})
@@ -149,6 +151,14 @@
</script>
<style scoped>
.seach_input_butten{
color: #FF6700;
height: 100%;
white-space: nowrap;
display: flex;
align-items: center;
padding: 0 10rpx;
}
.list_item_samall_size {
color: #BBBBBB;
font-size: 24rpx;
@@ -199,8 +209,9 @@
.seach_input_right {
flex: 1;
margin-left: 20rpx;
margin:0 10rpx;
display: flex;
align-items: center;
}
.seach_input_left {