mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 16:16:45 +08:00
回执签收位置问题
This commit is contained in:
@@ -518,7 +518,7 @@ export default {
|
||||
}
|
||||
// 微信投保人且是回执签收
|
||||
if (this.isWeixin) {
|
||||
this.toAirSign('0', '投保人签字', '-150', '4')
|
||||
this.toAirSign('0', '投保人签字', '0', '4')
|
||||
} else {
|
||||
// 不是微信投保人且是回执签收
|
||||
EWebBridge.webCallAppInJs('ca_sign', {
|
||||
|
||||
@@ -147,6 +147,8 @@ export default {
|
||||
} else {
|
||||
orderInfoDTO.orderStatusText = ''
|
||||
}
|
||||
// 测试用
|
||||
orderInfoDTO.orderStatus = '0'
|
||||
that.OrderInfoDTO = orderInfoDTO
|
||||
// 投保人信息
|
||||
this.filterData(dataDictionary.sex, 'sex', appntDTO)
|
||||
|
||||
Reference in New Issue
Block a user