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
a827b08c
Commit
a827b08c
authored
May 05, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分享页面
parent
9255c574
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
127 additions
and
0 deletions
+127
-0
C_download@2x.png
...ppnew/src/components/inviteRules/images/C_download@2x.png
+0
-0
Group12@2x.png
...c/appnew/src/components/inviteRules/images/Group12@2x.png
+0
-0
red_bg.png
public/appnew/src/components/inviteRules/images/red_bg.png
+0
-0
video_bg@2x.png
.../appnew/src/components/inviteRules/images/video_bg@2x.png
+0
-0
shareRedEnvelope.vue
...ic/appnew/src/components/inviteRules/shareRedEnvelope.vue
+47
-0
shareVideoDetails.vue
...c/appnew/src/components/inviteRules/shareVideoDetails.vue
+47
-0
entrance.vue
public/appnew/src/components/publicEg/entrance.vue
+16
-0
index.js
public/appnew/src/router/index.js
+17
-0
No files found.
public/appnew/src/components/inviteRules/images/C_download@2x.png
0 → 100644
View file @
a827b08c
3.49 KB
public/appnew/src/components/inviteRules/images/Group12@2x.png
0 → 100644
View file @
a827b08c
32.5 KB
public/appnew/src/components/inviteRules/images/red_bg.png
0 → 100644
View file @
a827b08c
This diff is collapsed.
Click to expand it.
public/appnew/src/components/inviteRules/images/video_bg@2x.png
0 → 100644
View file @
a827b08c
103 KB
public/appnew/src/components/inviteRules/shareRedEnvelope.vue
0 → 100644
View file @
a827b08c
<
template
>
<div
class=
"con-rule"
>
<header-pulic
:data=
"headerData"
></header-pulic>
<div
class=
"padding-top-liu"
>
<div>
好友注册并登录同联APP,邀请人和好友即可各自获得500元返现红包(邀请人获得邀请成交返现红包,被邀请人获得新人登录返现红包)!
</div>
<div>
被邀请人成交后,邀请人和被邀请人的500元返现红包经同联财务审核后兑现至现金账户,用户可进行提现!
</div>
<div>
被邀请人的首次登录时间要提前于经纪人收意向金时间48小时,返现红包才有效。
</div>
<div>
成交后客户违约,则已兑现红包在退款金里扣除!
</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
{
color
:
#fff
;
height
:
12.6rem
;
box-sizing
:
border-box
;
padding
:
.2rem
.3rem
;
font-size
:
.28rem
;
line-height
:
.6rem
;
background
:
url(images/Group@2x.png)
no-repeat
center
;
}
</
style
>
\ No newline at end of file
public/appnew/src/components/inviteRules/shareVideoDetails.vue
0 → 100644
View file @
a827b08c
<
template
>
<div
class=
"con-rule"
>
<header-pulic
:data=
"headerData"
></header-pulic>
<div
class=
"padding-top-liu"
>
<div>
好友注册并登录同联APP,邀请人和好友即可各自获得500元返现红包(邀请人获得邀请成交返现红包,被邀请人获得新人登录返现红包)!
</div>
<div>
被邀请人成交后,邀请人和被邀请人的500元返现红包经同联财务审核后兑现至现金账户,用户可进行提现!
</div>
<div>
被邀请人的首次登录时间要提前于经纪人收意向金时间48小时,返现红包才有效。
</div>
<div>
成交后客户违约,则已兑现红包在退款金里扣除!
</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
{
color
:
#fff
;
height
:
12.6rem
;
box-sizing
:
border-box
;
padding
:
.2rem
.3rem
;
font-size
:
.28rem
;
line-height
:
.6rem
;
background
:
url(images/Group@2x.png)
no-repeat
center
;
}
</
style
>
\ No newline at end of file
public/appnew/src/components/publicEg/entrance.vue
View file @
a827b08c
...
...
@@ -132,8 +132,21 @@
'id'
:
23
}
},
{
'path'
:
'/shareRedEnvelope'
,
'nameCustom'
:
'分享500元红包'
,
'query'
:
{
}
},
{
'path'
:
'/shareVideoDetails'
,
'nameCustom'
:
'分享商铺视频详情'
,
'query'
:
{
}
}
]
}
...
...
@@ -149,3 +162,5 @@
line-height
:
.5rem
;
}
</
style
>
import shareRedEnvelope from '@/components/inviteRules/shareRedEnvelope'
import shareVideoDetails from '@/components/inviteRules/shareVideoDetails'
\ No newline at end of file
public/appnew/src/router/index.js
View file @
a827b08c
...
...
@@ -22,10 +22,15 @@ import priceReport from '@/components/priceReport/priceReport'
import
match
from
'@/components/match/match'
import
phoneDetail
from
'@/components/phoneDetail/phoneDetail'
import
inviteRules
from
'@/components/inviteRules/inviteRules'
import
shareRedEnvelope
from
'@/components/inviteRules/shareRedEnvelope'
import
shareVideoDetails
from
'@/components/inviteRules/shareVideoDetails'
import
search
from
'@/components/businessCollege/search'
import
openSquareDetails
from
'@/components/openSquareDetails/openSquareDetails'
Vue
.
use
(
VueRouter
)
export
default
new
VueRouter
({
//mode: 'history',可去掉路由里的#
routes
:
[{
...
...
@@ -158,6 +163,18 @@ export default new VueRouter({
path
:
'/openSquareDetails'
,
name
:
'v-openSquareDetails'
,
component
:
openSquareDetails
},{
path
:
'/shareRedEnvelope'
,
name
:
'v-shareRedEnvelope'
,
component
:
shareRedEnvelope
},{
path
:
'/shareVideoDetails'
,
name
:
'v-shareVideoDetails'
,
component
:
shareVideoDetails
}
]
})
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