学习强国

This commit is contained in:
shijingjing
2022-04-20 17:50:10 +08:00
parent 7c834349d9
commit 8674a0c406
4 changed files with 210 additions and 7 deletions

View File

@@ -52,7 +52,8 @@
<div class="contactInfo">
<h2>联络信息</h2>
<div class="item">
<span>联系方式</span><span>{{ data.phone || '' }}</span>
<span>联系方式</span>
<span style="color: #4181FF" @click="callPhone(data.phone)">{{ data.phone || '' }}</span>
</div>
<div class="items">
<p>现住址</p>
@@ -94,6 +95,11 @@ export default {
this.id = o.id
},
methods: {
callPhone(phone) {
wx.makePhoneCall({
phoneNumber: phone,
})
},
getUserInfo() {
this.$instance.post('/app/appresident/detailForWx',null,{
params: {