mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 17:12:53 +08:00
提示问题
This commit is contained in:
@@ -304,10 +304,12 @@ export default {
|
||||
this.getOrderDetail().then(() => {
|
||||
// console.log('this.appntSignStatus', this.appntSignStatus)
|
||||
// console.log('this.appntSignStatus', this.appntSignStatus)
|
||||
if (this.appntSignStatus == '3' && this.shareCode == '0') {
|
||||
console.log('this.appntSignStatus',this.appntSignStatus )
|
||||
console.log('this.shareCode',this.shareCode)
|
||||
if (this.appntSignStatus == '3' && sessionStorage.getItem('shareCode') == '0') {
|
||||
// this.$toast('签名成功,请联系业务员进行后续流程!')
|
||||
Dialog.alert({ title: '提示', message: '签名成功,请联系业务员进行后续流程!' })
|
||||
} else if (this.insuredSignStatus == '3' && this.shareCode == '1') {
|
||||
} else if (this.insuredSignStatus == '3' && sessionStorage.getItem('shareCode') == '1') {
|
||||
Dialog.alert({ title: '提示', message: '签名成功,请联系业务员进行后续流程!' })
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user