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
a9898dde
Commit
a9898dde
authored
Jun 20, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
app邀请注册修改
parent
a13ff3f6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
41 additions
and
18 deletions
+41
-18
agreement.vue
public/appnew/src/components/inviteRegister/agreement.vue
+16
-2
ic_back_black@2x.png
...src/components/inviteRegister/images/ic_back_black@2x.png
+0
-0
inviteRegister.vue
...c/appnew/src/components/inviteRegister/inviteRegister.vue
+25
-16
No files found.
public/appnew/src/components/inviteRegister/agreement.vue
View file @
a9898dde
<
template
>
<div
id=
"regi"
>
<div
class=
"agree"
>
<a
class=
"ps-back"
href=
"javascript:(history.length>1?history.go(-1):window.location='/');"
id=
"back_btn"
></a>
<h2
id=
"title"
>
用户协议
</h2>
<div
class=
"agree"
>
<p
class=
"agree-p"
>
一、同联商业用户协议的生效
</p>
...
...
@@ -250,4 +250,17 @@
text-overflow
:
ellipsis
;
color
:
#333
;
}
a
.ps-back
{
position
:
absolute
;
top
:
0
;
bottom
:
0
;
left
:
0
;
width
:
.88rem
;
height
:
.88rem
;
background
:
url(images/ic_back_black@2x.png)
no-repeat
0.3rem
center
/
.36rem
.28rem
;
/*background: url(images/ic_back_black@2x.png) no-repeat 0.3rem center;
background-size: .36rem .28rem;*/
}
</
style
>
\ No newline at end of file
public/appnew/src/components/inviteRegister/images/ic_back_black@2x.png
0 → 100644
View file @
a9898dde
1.34 KB
public/appnew/src/components/inviteRegister/inviteRegister.vue
View file @
a9898dde
...
...
@@ -119,11 +119,23 @@
},
submitOk
()
{
let
_this
=
this
;
if
(
_this
.
common
.
isMobile
(
_this
.
phone
)){
if
(
_this
.
isGetImg
){
layer
.
tipsX
(
'你还未阅读《同联商业服务协议》'
);
};
_this
.
axios
({
if
(
_this
.
phone
==
''
){
layer
.
tipsX
(
'手机号码不能为空'
);
return
};
if
(
!
_this
.
common
.
isMobile
(
_this
.
phone
)){
layer
.
tipsX
(
'手机号码格式不正确'
);
return
};
if
(
_this
.
code
==
''
){
layer
.
tipsX
(
'验证码不能为空'
);
return
};
if
(
_this
.
isGetImg
){
layer
.
tipsX
(
'请勾选协议'
);
return
};
_this
.
axios
({
method
:
'post'
,
url
:
'/api/userVerify'
,
responseType
:
'json'
,
...
...
@@ -145,16 +157,14 @@
})
.
catch
(
function
(
error
)
{
layer
.
tipsX
(
error
);
});
}
else
{
layer
.
tipsX
(
'手机号码格式不正确'
);
}
}
},
})
}
},
computed
:
{
}
}
}
</
script
>
<
style
scoped
>
...
...
@@ -308,6 +318,5 @@ input::-webkit-input-placeholder{
.clear
{
clear
:
both
;
}
</
style
>
\ No newline at end of file
</
style
>
\ 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