|
|
@ -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() |
|
|
|