Showing
1 changed file
with
1 additions
and
1 deletions
@@ -128,7 +128,7 @@ export default { | @@ -128,7 +128,7 @@ export default { | ||
128 | return this.topicInfo[this.topicId] || {}; | 128 | return this.topicInfo[this.topicId] || {}; |
129 | }, | 129 | }, |
130 | publishUrl() { | 130 | publishUrl() { |
131 | - if (!this.$yoho.isYohoBuy) { | 131 | + if (this.$yoho && !this.$yoho.isYohoBuy) { |
132 | return ''; | 132 | return ''; |
133 | } | 133 | } |
134 | 134 |
-
Please register or login to post a comment