Commit 71a990b2 authored by 李晓兵's avatar 李晓兵

'拨打电话'

parent 24ca446f
......@@ -152,7 +152,7 @@
<p>业务经办:{{ baseInfo.bp_user_id_n }}</p>
<p>联系电话:{{ baseInfo.phone }}</p>
</div>
<div class="right1" @click="callUp">
<div class="right1" @click="callUp(baseInfo.phone)">
<img src="@/assets/distributorSign/calls.png" alt="">
</div>
</div>
......@@ -367,8 +367,8 @@ export default {
dateConverse (date) {
return date.replace(/\//g, '-')
},
callUp () {
this.hlsPopup.showSuccess('打电话')
callUp (phonenumber) {
window.open('tel:' + phonenumber)
},
repayPlan () {
this.$router.push({
......
......@@ -193,7 +193,7 @@
<p>业务经办:{{ bp_user_id_n }}</p>
<p>联系电话:{{ cell_phone }}</p>
</div>
<div class="right1" @click="callUp">
<div class="right1" @click="callUp(cell_phone)">
<img src="@/assets/distributorSign/calls.png" alt="">
</div>
</div>
......@@ -465,8 +465,8 @@ export default {
this.isConfirm = this.$route.params.isConfirm
},
methods: {
callUp () {
this.hlsPopup.showSuccess('打电话')
callUp (phonenumber) {
window.open('tel:' + phonenumber)
},
getTabNum (i) {
this.tabNum = i
......
......@@ -1335,7 +1335,6 @@ export default {
},
loadItemList () {
let vm = this
alert(vm.flag)
let bpId = vm.from ? vm.$route.params.bp_id : vm.bp_id
let url = process.env.basePath + 'prj_cdd_check_list'
let param = {
......@@ -1406,7 +1405,6 @@ export default {
vm.save_picture(list)
}
if (vm.LaEditFlag) { // 授权书图片已修改,重新上传
alert('laCheck_id'+ vm.laCheck_id)
var list = []
let obj = {
'pkvalue': vm.laCheck_id,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment