Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-community-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2019-06-27 18:00:03 +0800
Commit
536f3adb89359a3714fc5f358dd4def8424f20f5
1 parent
061b0b67
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/pages/article/topic.vue
apps/pages/article/topic.vue
View file @
536f3ad
...
...
@@ -128,7 +128,7 @@ export default {
return this.topicInfo[this.topicId] || {};
},
publishUrl() {
if (!this.$yoho.isYohoBuy) {
if (
this.$yoho &&
!this.$yoho.isYohoBuy) {
return '';
}
...
...
Please
register
or
login
to post a comment