This commit is contained in:
zhaofang
2022-09-13 19:42:02 +08:00
parent 7d2df11930
commit 9a2e3a2d2e
15 changed files with 342 additions and 10 deletions

View File

@@ -1,6 +1,14 @@
<template>
<div class="u-currency">
u
<el-row :gutter="20">
<el-col :span="12">
<h6>我的U币 <span>U币规则 ></span> </h6>
</el-col>
<el-col :span="12">
</el-col>
</el-row>
</div>
</template>
@@ -18,6 +26,9 @@
</script>
<style lang="scss" scoped>
.u-currency{
padding: 30px 30px;
}
</style>