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
8394ef63
Commit
8394ef63
authored
Jun 19, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
h5邀请注册
parent
213d1a03
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
30 additions
and
18 deletions
+30
-18
agreement.vue
public/appnew/src/components/inviteRegister/agreement.vue
+0
-0
inviteRegister.vue
...c/appnew/src/components/inviteRegister/inviteRegister.vue
+15
-15
entrance.vue
public/appnew/src/components/publicEg/entrance.vue
+9
-3
index.js
public/appnew/src/router/index.js
+6
-0
No files found.
public/appnew/src/components/inviteRegister/agreement.vue
0 → 100644
View file @
8394ef63
This diff is collapsed.
Click to expand it.
public/appnew/src/components/inviteRegister/inviteRegister.vue
View file @
8394ef63
...
...
@@ -11,22 +11,21 @@
</div>
<div
class=
"div-ranks li-item"
>
<input
type=
"number"
id=
"ranks"
class=
"infos1"
placeholder=
"请输入验证码"
>
<a
class=
"send1"
onclick=
"sends.send();"
>
获取验证码
</a>
<a
class=
"send1"
>
获取验证码
</a>
</div>
<!--
<li>
<span
class=
"register-span"
>
注册密码
</span>
<input
type=
"password"
id=
"password"
class=
"infos"
placeholder=
"6-20位数字或字母"
>
</li>
-->
<div
class=
"register-div"
>
<img
class=
"zc_nor_button"
:src=
"yueduImage"
>
<a
href=
"agreement.html"
>
我已阅读
<router-link
to=
"/agreement"
class=
'a-link'
>
我已阅读
<span>
《同联商业服务协议》
</span>
</a>
</router-link>
</div>
<div
class=
"div-conform"
onclick=
"sends.conform();"
>
<div
class=
"div-conform"
>
<a
class=
"conform"
>
提交
</a>
</div>
<div
class=
"clear"
></div>
...
...
@@ -34,7 +33,6 @@
<div
class=
"qr-code-area2"
><img
:src=
"qrCodeImg"
alt=
""
class=
"qrCodeImg"
/></div>
<p
class=
"qr-code-text"
>
下载同联APP找商铺
</p>
</div>
</div>
</div>
</div>
...
...
@@ -123,7 +121,7 @@ body{
width
:
73.3%
;
position
:
absolute
;
z-index
:
3
;
top
:
6.3
rem
;
top
:
5.8
rem
;
height
:
2rem
;
left
:
13.2%
;
}
...
...
@@ -201,7 +199,7 @@ input::-webkit-input-placeholder{
display
:
block
;
margin-left
:
15%
;
}
.register-div
a
{
.register-div
.a-link
{
float
:
left
;
font-size
:
0.22rem
;
color
:
#666666
;
...
...
@@ -217,14 +215,14 @@ input::-webkit-input-placeholder{
}
.div-conform
{
width
:
100%
;
height
:
0.
7
rem
;
height
:
0.
68
rem
;
background
:
#FE8F00
;
float
:
left
;
border-radius
:
0.35rem
;
line-height
:
0.
7
rem
;
line-height
:
0.
68
rem
;
font-size
:
0.3rem
;
text-align
:
center
;
margin-top
:
0.
4
rem
;
margin-top
:
0.
3
rem
;
/*clear: both;*/
}
.div-conform
a
{
...
...
@@ -238,12 +236,14 @@ input::-webkit-input-placeholder{
.qrCodeImg
{
width
:
1.66rem
;
height
:
1.66rem
;
margin-top
:
.26rem
;
}
.qr-code-text
{
display
:
flex
;
justify-content
:
center
;
font-size
:
.24rem
;
color
:
#999
;
margin-top
:
.04rem
;
}
.qr-code-area2
{
text-align
:
center
;
...
...
public/appnew/src/components/publicEg/entrance.vue
View file @
8394ef63
...
...
@@ -47,7 +47,14 @@
'path'
:
'/inviteRegister'
,
'nameCustom'
:
'邀请注册'
,
'query'
:
{
'id'
:
'160'
,
// 'id':'160',
}
},
{
'path'
:
'/agreement'
,
'nameCustom'
:
'邀请注册协议'
,
'query'
:
{
// 'id':'160',
}
}
]
...
...
@@ -63,4 +70,4 @@
li
{
line-height
:
.5rem
;
}
</
style
>
\ No newline at end of file
</
style
>
public/appnew/src/router/index.js
View file @
8394ef63
...
...
@@ -8,6 +8,7 @@ import feeds from '@/components/feed/feeds'
import
reportDetails
from
'@/components/reportDetails/reportDetails'
import
announcementDetails
from
'@/components/announcementDetails/announcementDetails'
import
inviteRegister
from
'@/components/inviteRegister/inviteRegister'
import
agreement
from
'@/components/inviteRegister/agreement'
Vue
.
use
(
Router
)
...
...
@@ -56,6 +57,11 @@ export default new Router({
path
:
'/inviteRegister'
,
name
:
'v-invite-register'
,
component
:
inviteRegister
},
{
path
:
'/agreement'
,
name
:
'v-agreement'
,
component
:
agreement
}
]
})
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