更新0725
This commit is contained in:
parent
90ddbb3a29
commit
a7a159f8b8
@ -102,7 +102,7 @@
|
|||||||
v-if="isShowClient">
|
v-if="isShowClient">
|
||||||
<view class="h-two-l">
|
<view class="h-two-l">
|
||||||
<view class="h_title"> 车主信息</view>
|
<view class="h_title"> 车主信息</view>
|
||||||
<view class="h_name">{{ detailData.buyUserName }} {{ detailData.buyUserPhone }}</view>
|
<view class="h_name">{{ detailData.buyName }} {{ detailData.buyPhone }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="h-two-r" @click="callUser(detailData.buyUserPhone)">
|
<view class="h-two-r" @click="callUser(detailData.buyUserPhone)">
|
||||||
<image src="../..//static/imgs/b_.png" mode=""></image>
|
<image src="../..//static/imgs/b_.png" mode=""></image>
|
||||||
@ -776,6 +776,7 @@
|
|||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
this.getindex()
|
this.getindex()
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
|
|
||||||
title: "成功",
|
title: "成功",
|
||||||
})
|
})
|
||||||
uni.$emit('refresh')
|
uni.$emit('refresh')
|
||||||
|
Loading…
Reference in New Issue
Block a user