jiazhipeng 3 months ago
parent
commit
4340450a4b
  1. 4
      pages/index/index.vue

4
pages/index/index.vue

@ -311,8 +311,8 @@
this.Post({ this.Post({
id: 4 id: 4
},'/api/article/getArticleById').then(res => { },'/api/article/getArticleById').then(res => {
// this.isShow = res.data.subtitle == 1 ? true : false this.isShow = res.data.subtitle == 1 ? true : false
this.isShow = res.data.address == 1 ? true : false // this.isShow = res.data.address == 1 ? true : false
}) })
}, },
onReady() { onReady() {

Loading…
Cancel
Save