Skip to content

Commit

Permalink
🎈 完成视频源的数据库逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunlongyu committed Nov 16, 2020
1 parent c3c1cdf commit e33641a
Show file tree
Hide file tree
Showing 8 changed files with 374 additions and 239 deletions.
6 changes: 3 additions & 3 deletions App.vue
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<script>
export default {
onLaunch: function() {
console.log('App Launch')
// console.log('App Launch')
},
onShow: function() {
console.log('App Show')
// console.log('App Show')
},
onHide: function() {
console.log('App Hide')
// console.log('App Hide')
}
}
</script>
Expand Down
4 changes: 2 additions & 2 deletions pages.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
},
{
"pagePath": "pages/me/me",
"iconPath": "static/images/me1.png",
"selectedIconPath": "static/images/me2.png",
"iconPath": "static/images/me2.png",
"selectedIconPath": "static/images/me1.png",
"text": ""
}
]
Expand Down
Loading

0 comments on commit e33641a

Please sign in to comment.