易货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

25
pages/index/index.vue Normal file
View File

@@ -0,0 +1,25 @@
<template>
<view class="content">
易货
</view>
</template>
<script>
export default {
data() {
return {
}
},
onLoad() {
},
methods: {
}
}
</script>
<style>
</style>