Commit e672d14b70edf898d70656a0b75ba48cd2e81fc3

Authored by zhiyangdu
1 parent f561517f

app外提示在app内打开

Showing 1 changed file with 1 additions and 1 deletions
src/pages/index/index.vue
... ... @@ -52,7 +52,7 @@
52 52 methods: {
53 53 link(index){
54 54 // 区分app内点击还是app外点击
55   - if(this.isCNLive.value){
  55 + if(!this.isCNLive.value){
56 56 // 提示app内打开
57 57 this.$parent.callApp()
58 58 }else {
... ...