Commit 7640aa58 authored by agping's avatar agping

邀请规则

parent 84a58217
<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
......@@ -110,6 +110,12 @@
'nameCustom': '通话记录',
'query': {
}
},
{
'path': '/inviteRules',
'nameCustom': '邀请规则',
'query': {
}
}
]
......
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment