Sign in
w-front-end
/
popularSports
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
e672d14b70edf898d70656a0b75ba48cd2e81fc3
Authored by
zhiyangdu
2020-01-02 19:06:50 +0800
1 parent
f561517f
app外提示在app内打开
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/index/index.vue
src/pages/index/index.vue
View file @
e672d14
...
...
@@ -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 {
...
...