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