This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liumin
/
NewZkgj
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
tijiao
dev
douzhuo
2 years ago
parent
6ec3ef8fe5
commit
2975a06b5f
4 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages/index/customer.vue
+1
-1
pages/index/index.vue
+1
-1
pages/index/learning.vue
+1
-1
pages/index/personal.vue
+ 1
- 1
pages/index/customer.vue
View File
@@ -118,7 +118,7 @@
},
success: (res) => {
this.count = res.data.data
this.tabbarList[3].count = res.data.data
this.tabbarList[3].count = res.data.data
|| 0
}
})
},
+ 1
- 1
pages/index/index.vue
View File
@@ -455,7 +455,7 @@
},
success: (res) => {
this.count = res.data.data
this.tabbarList[3].count = res.data.data
this.tabbarList[3].count = res.data.data
|| 0
}
})
},
+ 1
- 1
pages/index/learning.vue
View File
@@ -104,7 +104,7 @@
},
success: (res) => {
this.count = res.data.data
this.tabbarList[3].count = res.data.data
this.tabbarList[3].count = res.data.data
|| 0
}
})
},
+ 1
- 1
pages/index/personal.vue
View File
@@ -131,7 +131,7 @@
},
success: (res) => {
this.count = res.data.data
this.tabbarList[3].count = res.data.data
this.tabbarList[3].count = res.data.data
|| 0
}
})
},
Write
Preview
Loading…
Cancel
Save