Skip to content

Commit

Permalink
fix(SPA): 修复非首次进入标签选择页面时也弹出提示的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
mutoe committed Dec 14, 2018
1 parent 88015df commit d50a3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/spa/src/page/ChooseTags.vue
Expand Up @@ -113,7 +113,7 @@ export default {
data () {
return {
show: false,
isFirst: false,
isFirst: this.$lstore.getData('H5_CHOOSE_TAGS_FIRST') || true,
chooseTags: [],
loading: false,
tags: [],
Expand Down

0 comments on commit d50a3ad

Please sign in to comment.