易货App端

This commit is contained in:
唐明明
2021-06-29 11:49:47 +08:00
parent 907056d60f
commit f1aeea3c58
27 changed files with 1687 additions and 2 deletions

17
App.vue Normal file
View File

@@ -0,0 +1,17 @@
<script>
export default {
onLaunch () {
console.log('App Launch')
},
onShow () {
console.log('App Show')
},
onHide () {
console.log('App Hide')
}
}
</script>
<style>
/*每个页面公共css */
</style>