|
@@ -42,7 +42,7 @@
|
|
|
<span style="background: #e6b7e6; color: #fff; border-radius: 50%; width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; margin-right: 10px;margin-left: 10px;">{{ item.level }}</span>
|
|
|
<span style="font-weight: bold; margin-right: 10px;">{{ item.mobile }}</span>
|
|
|
</div>
|
|
|
- <div style="margin-bottom: 4px;">直推人数 {{ item.zhituicount }}人</div>
|
|
|
+ <div style="margin-bottom: 4px;">姓名:{{ item.nickname }}</div>
|
|
|
<div>邀请时间 {{ item.createtime }}</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -96,7 +96,9 @@ export default {
|
|
|
<style scoped>
|
|
|
.container {
|
|
|
min-height: 100vh;
|
|
|
- background: #f5f5f5;
|
|
|
+ background: url('../assets/dabag.png') no-repeat;
|
|
|
+ background-size: cover;
|
|
|
+ background-position: center;
|
|
|
}
|
|
|
|
|
|
.nav-bar {
|