diff --git a/src/views/ebiz/agentEenter/share/ShareInfo.vue b/src/views/ebiz/agentEenter/share/ShareInfo.vue index 26a694d3a..cdecad7d1 100644 --- a/src/views/ebiz/agentEenter/share/ShareInfo.vue +++ b/src/views/ebiz/agentEenter/share/ShareInfo.vue @@ -273,23 +273,23 @@ export default { .then(res => { // console.log(res) // todo 排除 2025-11-20 上午出现的阻断情况 - if (res.result == '0' || res.result === 'F') { - this.$store.commit('updateAgentEnterApplyMsg', this.userInfo) - that.$toast.clear() - this.$jump({ - flag: 'h5', - extra: { - url: location.origin + `/#/agentEenter/ShareInfoSuccess`, - forbidSwipeBack: '1', - backToFirst: '1' - }, - routerInfo: { - path: `/agentEenter/ShareInfoSuccess` - } - }) - } else { - this.$toast(res.resultMessage) - } + // if (res.result == '0' || res.result === 'F') { + this.$store.commit('updateAgentEnterApplyMsg', this.userInfo) + that.$toast.clear() + this.$jump({ + flag: 'h5', + extra: { + url: location.origin + `/#/agentEenter/ShareInfoSuccess`, + forbidSwipeBack: '1', + backToFirst: '1' + }, + routerInfo: { + path: `/agentEenter/ShareInfoSuccess` + } + }) + // } else { + // this.$toast(res.resultMessage) + // } }) .then(function(err) { console.log(err)