mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 00:36:43 +08:00
增加续期拨打电话
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="phone">
|
<div class="phone">
|
||||||
<div>
|
<div @click="callSystem">
|
||||||
<van-icon name="phone" class="phoneIcon" />
|
<van-icon name="phone" class="phoneIcon" />
|
||||||
<span class="mt8 fs14">拨打电话</span>
|
<span class="mt8 fs14">拨打电话</span>
|
||||||
</div>
|
</div>
|
||||||
@@ -78,8 +78,8 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
renewalDTO: {}, //续期保单详情
|
// 续期保单详情
|
||||||
contNo: ''
|
renewalDTO: {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {},
|
created() {},
|
||||||
@@ -100,11 +100,11 @@ export default {
|
|||||||
this.renewalDTO = result
|
this.renewalDTO = result
|
||||||
},
|
},
|
||||||
//打电话
|
//打电话
|
||||||
callSystem(value) {
|
callSystem() {
|
||||||
// eslint-disable-next-line no-undef
|
// eslint-disable-next-line no-undef
|
||||||
EWebBridge.webCallAppInJs('callSystem', {
|
EWebBridge.webCallAppInJs('callSystem', {
|
||||||
system: 'tel',
|
system: 'tel',
|
||||||
number: value
|
number: this.renewalDTO.appntPhone
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user