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
yyq
6 years ago
Commit
9bec5dab791389ef933e8c51a6909527428fc0d9
2 parents
2c3c4c2d
17f47bbe
Merge branch 'feature/invite' of git.yoho.cn:fe/ufo-app-web into feature/invite
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
apps/pages/single/invite/components/desc.vue
apps/pages/single/invite/detail/components/record-list.vue
apps/pages/single/invite/components/desc.vue
View file @
9bec5da
...
...
@@ -4,13 +4,13 @@
<TitleComp txt="活动说明"></TitleComp>
</div>
<p class="desc">
1. 活动时间:2019/4/1
00:00:00-2019/4/30
23:59:59 <br/>
1. 活动时间:2019/4/1
0 00:00:00-2019/4/25
23:59:59 <br/>
2. 活动期间内,通过邀请新卖家入驻UFO平台,进行商品发售,在新卖家订单完成后,即可获得现金奖励。 <br/>
3. 邀请成功后,自新入驻卖家入驻成功之日起30天内,均可获得新卖家每单10元的奖励金。 <br/>
4. 新入驻卖家在首次入驻UFO时,正确填写邀请码,即与邀请人绑定,绑定关系不可重复及更改。 <br/>
5. 绑定关系建立后,一旦退出UFO, 即使在活动期间内再次入驻,都将不再享有新入驻卖家订单的奖励金。 <br/>
6. 活动期间,已经入驻UFO的卖家,退出UFO后,再次入驻无法参加本次活动。 <br/>
7. 当月的奖励金在该月最后一个工作日结算,次月1
0
日进行发放。
7. 当月的奖励金在该月最后一个工作日结算,次月1
5
日进行发放。
</p>
</div>
</template>
...
...
apps/pages/single/invite/detail/components/record-list.vue
View file @
9bec5da
...
...
@@ -2,7 +2,7 @@
<div class="record-wrapper">
<div class="title-wrapper" style="display: flex; justify-content: space-between; align-items: baseline;">
<TitleComp txt="我的收款记录"></TitleComp>
<span class="font" style="display: inline-block; color: white;">每月1
0
日发放上一周期的佣金</span>
<span class="font" style="display: inline-block; color: white;">每月1
5
日发放上一周期的佣金</span>
</div>
<template v-if="list.length > 0">
...
...
Please
register
or
login
to post a comment