mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 01:22:53 +08:00
[fix]【自助入司优化】担保人空签问题调试修改
This commit is contained in:
@@ -342,7 +342,7 @@ export default {
|
||||
signAgreement(data).then(res => {
|
||||
that.$toast.clear()
|
||||
if (res.result == '0') {
|
||||
let path = !this.isWeixin ? `/agentEenter/${that.nextPagePath}?code=${that.code}` : '/agentEenter/signContract'
|
||||
let path = !this.isWeixin ? `/agentEenter/${that.nextPagePath}?code=${that.code}` : `/agentEenter/signContract?token=${localStorage.token}`
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
|
||||
Reference in New Issue
Block a user