diff --git a/package1/campus/campusRelease.vue b/package1/campus/campusRelease.vue index b3b4095..45fa3df 100644 --- a/package1/campus/campusRelease.vue +++ b/package1/campus/campusRelease.vue @@ -357,7 +357,8 @@ profile: profile || {}, actionText: '发布校园圈内容', authDialog: { badge: '校园圈', title: '实名认证', desc: '发布、评论和聊天前需要完成实名认证' }, - reload: getIeProfile + reload: getIeProfile, + requireProfileSetup: false }) if (!ok && redirectOnFail) { setTimeout(() => this.goReleaseHome(), 120) diff --git a/package1/post/postDetail.vue b/package1/post/postDetail.vue index 57d30cc..61755ce 100644 --- a/package1/post/postDetail.vue +++ b/package1/post/postDetail.vue @@ -230,7 +230,8 @@ profile: profile || {}, actionText, authDialog: { badge: '校园圈', title: '实名认证', desc: actionText + '前需完成实名认证' }, - reload: getIeProfile + reload: getIeProfile, + requireProfileSetup: false }) }, async focusComment() { diff --git a/package1/tabbar/fishRelease.vue b/package1/tabbar/fishRelease.vue index 41ba9ca..0bbf195 100644 --- a/package1/tabbar/fishRelease.vue +++ b/package1/tabbar/fishRelease.vue @@ -343,7 +343,8 @@ profile: profile || {}, actionText: '发布校园二手信息', authDialog: this.fishAuthDialogOptions(), - reload: getIeProfile + reload: getIeProfile, + requireProfileSetup: false }) if (!verified) { setTimeout(() => this.back(), 300) @@ -525,7 +526,8 @@ profile: profile || {}, actionText: '发布校园二手信息', authDialog: this.fishAuthDialogOptions(), - reload: getIeProfile + reload: getIeProfile, + requireProfileSetup: false }) if (!verified) return const area = this.getArea()