修复拨打电话号码不一致的问题
This commit is contained in:
parent
1e537be449
commit
ef9510a2d1
@ -37,7 +37,7 @@
|
||||
<view class="text">
|
||||
<view class="name">{{item.name}}</view>
|
||||
<view class="mobile">
|
||||
<uni-icons type="phone" color="#999999FF"></uni-icons>联系人-<text @click="copyPhone('17685151643')">{{item.account}}</text>
|
||||
<uni-icons type="phone" color="#999999FF"></uni-icons>联系人-<text @click="copyPhone(item.account)">{{item.account}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@ -51,7 +51,7 @@
|
||||
<!-- <view class="top">
|
||||
发消息
|
||||
</view> -->
|
||||
<view class="bottom" @click="callUp(17685151643)">
|
||||
<view class="bottom" @click="callUp(item.account)">
|
||||
拨打电话
|
||||
</view>
|
||||
</view>
|
||||
|
@ -37,7 +37,7 @@
|
||||
<view class="text">
|
||||
<view class="name">{{item.name}}</view>
|
||||
<view class="mobile">
|
||||
<uni-icons type="phone" color="#999999FF"></uni-icons>联系人-<text @click="copyPhone('17685151643')">{{item.account}}</text>
|
||||
<uni-icons type="phone" color="#999999FF"></uni-icons>联系人-<text @click="copyPhone(item.account)">{{item.account}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@ -51,7 +51,7 @@
|
||||
<!-- <view class="top">
|
||||
发消息
|
||||
</view> -->
|
||||
<view class="bottom" @click="callUp(17685151643)">
|
||||
<view class="bottom" @click="callUp(item.account)">
|
||||
拨打电话
|
||||
</view>
|
||||
</view>
|
||||
|
Loading…
x
Reference in New Issue
Block a user