Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
7640aa58
Commit
7640aa58
authored
Mar 12, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
邀请规则
parent
84a58217
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
55 additions
and
0 deletions
+55
-0
inviteRules.vue
public/appnew/src/components/inviteRules/inviteRules.vue
+43
-0
entrance.vue
public/appnew/src/components/publicEg/entrance.vue
+6
-0
index.js
public/appnew/src/router/index.js
+6
-0
No files found.
public/appnew/src/components/inviteRules/inviteRules.vue
0 → 100644
View file @
7640aa58
<
template
>
<div
class=
"con-rule"
>
<header-pulic
:data=
"headerData"
></header-pulic>
<div
class=
"padding-top-liu"
>
<div>
好友注册并登录同联APP,邀请人即可获得500元邀请登录返现红包+200元邀请成交返现红包!
</div>
<div>
被邀请的好友也能获得500元新人登录返现红包!
</div>
<div>
500元邀请登录返现红包+500元新人登录返现红包在本人成交后,经同联财务审核后可返现至现金账户进行提现!
</div>
<div>
200元邀请成交返现红包在好友成交后,经同联财务审核后可返现至现金账户进行提现!
</div>
<div>
最终解释权归同联商业官方所有!
</div>
</div>
</div>
</
template
>
<
script
>
import
'@/assets/js/layer041002.js'
;
export
default
{
data
:
()
=>
({
headerData
:
{
'title'
:
'邀请活动规则'
,
'noborder'
:
false
,
'isBack'
:
false
},
}),
methods
:
{
}
}
</
script
>
<
style
scoped
>
.con-rule
{
width
:
100%
;
height
:
100vh
;
background
:
#fff
;
}
.padding-top-liu
{
box-sizing
:
border-box
;
padding
:
.2rem
.3rem
;
font-size
:
.28rem
;
line-height
:
.6rem
;
}
</
style
>
\ No newline at end of file
public/appnew/src/components/publicEg/entrance.vue
View file @
7640aa58
...
...
@@ -110,6 +110,12 @@
'nameCustom'
:
'通话记录'
,
'query'
:
{
}
},
{
'path'
:
'/inviteRules'
,
'nameCustom'
:
'邀请规则'
,
'query'
:
{
}
}
]
...
...
public/appnew/src/router/index.js
View file @
7640aa58
...
...
@@ -21,6 +21,7 @@ import download from '@/components/download/download'
import
priceReport
from
'@/components/priceReport/priceReport'
import
match
from
'@/components/match/match'
import
phoneDetail
from
'@/components/phoneDetail/phoneDetail'
import
inviteRules
from
'@/components/inviteRules/inviteRules'
Vue
.
use
(
VueRouter
)
export
default
new
VueRouter
({
...
...
@@ -143,6 +144,10 @@ export default new VueRouter({
path
:
'/phoneDetail'
,
name
:
'v-phoneDetail'
,
component
:
phoneDetail
},{
path
:
'/inviteRules'
,
name
:
'v-inviteRules'
,
component
:
inviteRules
}
]
})
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment