mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 05:32:52 +08:00
【fix】 电投流程中, 在签名确认页,将弹框展示 的 ’确认‘ 修改为 ’本人已阅读并同意上述特别约定内容‘
Merge branch 'feature/GFRS-730【0326】国富人寿附加综合意外伤害保险' into dev # Conflicts: # src/views/ebiz/sale/SignatureConfirmation.vue
This commit is contained in:
@@ -936,7 +936,7 @@ export default {
|
|||||||
res.orderDTO.productDTO.special.content !== ''
|
res.orderDTO.productDTO.special.content !== ''
|
||||||
) {
|
) {
|
||||||
const message = res.orderDTO.productDTO.special.content
|
const message = res.orderDTO.productDTO.special.content
|
||||||
Dialog({ message })
|
Dialog({ message, confirmButtonText: '本人已阅读并同意上述特别约定内容' })
|
||||||
}
|
}
|
||||||
/* if (isShowDialog) {
|
/* if (isShowDialog) {
|
||||||
//记录每次弹框的订单号。再次进入页面,订单号改变才会弹窗。
|
//记录每次弹框的订单号。再次进入页面,订单号改变才会弹窗。
|
||||||
|
|||||||
Reference in New Issue
Block a user