网上办事-新
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div class="wrapper">
|
||||
<AiTopFixed>
|
||||
<div class="searchObj">
|
||||
<u-search v-model="name" placeholder="请输入姓名或电话" :show-action="false" clearabled bg-color="#fff" search-icon-color="#6AA8F8" placeholder-color="#D0D4D4" @search="handerSearch" @clear=";(index = []), (name = ''), getList()" />
|
||||
<u-search v-model="name" ref="searchObj" placeholder="请输入姓名或电话" :show-action="false" clearabled bg-color="#fff" search-icon-color="#6AA8F8" placeholder-color="#D0D4D4" @search="handerSearch" @clear=";(index = []), (name = ''), getList()" />
|
||||
</div>
|
||||
</AiTopFixed>
|
||||
|
||||
@@ -65,7 +65,7 @@ export default {
|
||||
computed: {
|
||||
...mapState(['user']),
|
||||
},
|
||||
|
||||
watch: {},
|
||||
methods: {
|
||||
phone({ phone: phoneNumber }) {
|
||||
uni.makePhoneCall({ phoneNumber })
|
||||
|
||||
Reference in New Issue
Block a user