新币+dapp app 前端
1
admin
8 days ago 2e99054d528444cd3a0fbeabd7e9751b07d5d503
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<template>
  <div>
    <C2cUser></C2cUser>
  </div>
</template>
 
<script>
import C2cUser from "@/page/c2cUser/index";
export default {
  name: "nomalUserCenter",
  components: {
    C2cUser,
  },
}
</script>
 
<style scoped>
 
</style>