Authored by shuaiguo

Merge branch 'refs/heads/develop'

... ... @@ -4,7 +4,7 @@
<div class="header">
<div style="text-align: left;">我邀请的好友</div>
<div>申请时间</div>
<div>邀新返佣</div>
<!-- <div>邀新返佣</div> -->
<div style="text-align: right;">首单返佣</div>
</div>
</div>
... ... @@ -26,7 +26,7 @@
<div class="header">
<div style="text-align: left;">我邀请的好友</div>
<div>申请时间</div>
<div>邀新返佣</div>
<!-- <div>邀新返佣</div> -->
<div style="text-align: right;">首单返佣</div>
</div>
</div>
... ... @@ -38,9 +38,9 @@
class="name"
style="text-align: center; width: 26%; text-overflow:ellipsis; overflow: hidden; white-space: nowrap;"
>{{item.nickname}}</div>
<div style="text-align: center; width: 30%;">{{item.dateStr}}</div>
<div style="text-align: center; width: 23%;">{{item.amountStr}}</div>
<div style="text-align: center; width: 22%; padding-left: 10px;">{{item.orderAmountStr}}</div>
<div style="text-align: center; width: 40%;">{{item.dateStr}}</div>
<!-- <div style="text-align: center; width: 23%;">{{item.amountStr}}</div> -->
<div style="text-align: center; width: 18%; padding-left: 10px;">{{item.orderAmountStr}}</div>
</div>
</template>
... ...
{
"name": "ufo-app-web",
"version": "1.2.2",
"version": "1.3.0",
"private": true,
"description": "A New Yohobuy Project With Express",
"repository": {
... ...