Sign in
w-front-end
/
Worship_and_learn_upward
·
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
6a9b46451809a7300e109f8603d0ecb6410ccedd
Authored by
zhiyangdu
2019-12-30 15:35:26 +0800
1 parent
314c8a25
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 @
6a9b464
...
...
@@ -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={
...
...