wangfukang 2 months ago
parent
commit
209686827d
  1. 3
      package1/campus/campusRelease.vue
  2. 3
      package1/post/postDetail.vue
  3. 6
      package1/tabbar/fishRelease.vue

3
package1/campus/campusRelease.vue

@ -357,7 +357,8 @@
profile: profile || {}, profile: profile || {},
actionText: '发布校园圈内容', actionText: '发布校园圈内容',
authDialog: { badge: '校园圈', title: '实名认证', desc: '发布、评论和聊天前需要完成实名认证' }, authDialog: { badge: '校园圈', title: '实名认证', desc: '发布、评论和聊天前需要完成实名认证' },
reload: getIeProfile reload: getIeProfile,
requireProfileSetup: false
}) })
if (!ok && redirectOnFail) { if (!ok && redirectOnFail) {
setTimeout(() => this.goReleaseHome(), 120) setTimeout(() => this.goReleaseHome(), 120)

3
package1/post/postDetail.vue

@ -230,7 +230,8 @@
profile: profile || {}, profile: profile || {},
actionText, actionText,
authDialog: { badge: '校园圈', title: '实名认证', desc: actionText + '前需完成实名认证' }, authDialog: { badge: '校园圈', title: '实名认证', desc: actionText + '前需完成实名认证' },
reload: getIeProfile reload: getIeProfile,
requireProfileSetup: false
}) })
}, },
async focusComment() { async focusComment() {

6
package1/tabbar/fishRelease.vue

@ -343,7 +343,8 @@
profile: profile || {}, profile: profile || {},
actionText: '发布校园二手信息', actionText: '发布校园二手信息',
authDialog: this.fishAuthDialogOptions(), authDialog: this.fishAuthDialogOptions(),
reload: getIeProfile reload: getIeProfile,
requireProfileSetup: false
}) })
if (!verified) { if (!verified) {
setTimeout(() => this.back(), 300) setTimeout(() => this.back(), 300)
@ -525,7 +526,8 @@
profile: profile || {}, profile: profile || {},
actionText: '发布校园二手信息', actionText: '发布校园二手信息',
authDialog: this.fishAuthDialogOptions(), authDialog: this.fishAuthDialogOptions(),
reload: getIeProfile reload: getIeProfile,
requireProfileSetup: false
}) })
if (!verified) return if (!verified) return
const area = this.getArea() const area = this.getArea()

Loading…
Cancel
Save