Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
shuaiguo
5 years ago
Commit
8d089664c6cb9fb9bfdab7d1f4f2753d5de76dc7
2 parents
75452a9a
a834a03b
Merge branch 'refs/heads/develop'
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
apps/pages/single/gain/components/list.vue
package.json
apps/pages/single/gain/components/list.vue
View file @
8d08966
...
...
@@ -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>
...
...
package.json
View file @
8d08966
{
"name"
:
"ufo-app-web"
,
"version"
:
"1.
2.2
"
,
"version"
:
"1.
3.0
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
Please
register
or
login
to post a comment