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