mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 03:42:53 +08:00
Merge branch 'feature/GFRS-1198【待确定】自助入司改造(涉及销管)' into dev
This commit is contained in:
@@ -319,7 +319,7 @@ export default {
|
||||
window.location.href = this.$mainUrl + '/sign/index.html'
|
||||
},
|
||||
goNext() {
|
||||
if ((this.appntSign.signState == '1' && !this.base64) || (this.guaranteeSign.signState == '1' && !this.base64D)) {
|
||||
if (this.code == '0' && this.agentSign.signState == '1' && !this.base64) {
|
||||
console.log(111111) //TEST
|
||||
this.$jump({
|
||||
flag: 'goback',
|
||||
@@ -328,13 +328,23 @@ export default {
|
||||
index: '-1'
|
||||
},
|
||||
routerInfo: {
|
||||
type: '2',
|
||||
index: -1,
|
||||
path: `/agentEenter/signContract`
|
||||
}
|
||||
})
|
||||
} else if (this.code == '1' && this.guaranteeSign.signState == '1' && !this.base64D) {
|
||||
console.log(2222222) //TEST
|
||||
this.$jump({
|
||||
flag: 'goback',
|
||||
extra: {
|
||||
refresh: '1',
|
||||
index: '-1'
|
||||
},
|
||||
routerInfo: {
|
||||
path: `/agentEenter/signContract`
|
||||
}
|
||||
})
|
||||
} else {
|
||||
console.log(222222222) //TEST
|
||||
console.log(333333) //TEST
|
||||
let data = {
|
||||
// userModel: {
|
||||
// mobile: '13000000000'
|
||||
|
||||
Reference in New Issue
Block a user