Commit 6a9b46451809a7300e109f8603d0ecb6410ccedd

Authored by zhiyangdu
1 parent 314c8a25

app内和app外判断

Showing 1 changed file with 1 additions and 1 deletions
src/pages/index/index.vue
... ... @@ -146,7 +146,7 @@
146 146 },
147 147 methods: {
148 148 link(index){
149   - if(this.isCNLive){
  149 + if(this.isCNLive.value){
150 150 let items;
151 151 if(index==1){
152 152 items={
... ...