Authored by yyq

fix

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