mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-15 00:06:43 +08:00
GFRS-615 问卷调查VUE 拨打电话 --提交人:阳华祥
This commit is contained in:
@@ -53,7 +53,7 @@
|
|||||||
<img src="@/assets/images/sharePeople.png" />
|
<img src="@/assets/images/sharePeople.png" />
|
||||||
<div>{{ agentInfo.name }}</div>
|
<div>{{ agentInfo.name }}</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="fix_bottom_sub">
|
<div class="fix_bottom_sub" @click="callPhone">
|
||||||
<img src="@/assets/images/sharePhone.png" />
|
<img src="@/assets/images/sharePhone.png" />
|
||||||
<div>{{ agentInfo.mobile }}</div>
|
<div>{{ agentInfo.mobile }}</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -219,6 +219,10 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
return theRequest[name]
|
return theRequest[name]
|
||||||
|
},
|
||||||
|
callPhone() {
|
||||||
|
console.log('callPhone')
|
||||||
|
window.location.href = 'tel://' + this.agentInfo.mobile
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user