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
7f00915d
Commit
7f00915d
authored
Jun 20, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
h5注册
parent
a9898dde
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
11 deletions
+9
-11
inviteRegister.vue
...c/appnew/src/components/inviteRegister/inviteRegister.vue
+9
-11
No files found.
public/appnew/src/components/inviteRegister/inviteRegister.vue
View file @
7f00915d
...
...
@@ -13,28 +13,20 @@
<input
type=
"number"
id=
"ranks"
class=
"infos1"
placeholder=
"请输入验证码"
v-model
.
trim=
"code"
>
<a
href=
"javascript:;"
class=
"send1"
@
click=
"getCode"
v-show=
"!isGetCode"
>
获取验证码
</a>
<a
href=
"javascript:;"
class=
"send1"
v-show=
"isGetCode"
>
{{
countSecond
}}
</a>
</div>
<div
class=
"register-div"
>
<img
class=
"zc_nor_button"
:src=
"yueduImage"
v-show=
"!isGetImg"
@
click=
"isGetImg=!isGetImg"
>
<img
class=
"zc_nor_button"
:src=
"noyueduImage"
v-show=
"isGetImg"
@
click=
"isGetImg=!isGetImg"
>
<router-link
to=
"/agreement"
class=
'a-link'
>
我已阅读
<span>
《同联商业服务协议》
</span>
</router-link>
</div>
<div
class=
"div-conform"
>
<a
href=
"javascript:;"
@
click=
"submitOk"
v-show=
"!isSaving"
class=
"conform flex-center"
>
提交
</a>
<a
href=
"javascript:;"
v-show=
"isSaving"
class=
"conform flex-center"
>
提交中
</a>
<!--
<a
class=
"conform"
>
提交
</a>
-->
</div>
<div
class=
"clear"
></div>
<div
class=
"qr-code-area"
>
...
...
@@ -45,14 +37,12 @@
</div>
</div>
</
template
>
<
script
>
import
'@/assets/js/layer041002.js'
;
import
bgImage
from
'@/components/inviteRegister/images/pic_yaoqingzhuce.jpg'
;
import
yueduImage
from
'@/components/inviteRegister/images/but_yuedu-.png'
;
import
noyueduImage
from
'@/components/inviteRegister/images/but_yuedu_nor.png'
;
import
qrCodeImg
from
'@/components/inviteRegister/images/img_saoma@2x.png'
;
export
default
{
name
:
''
,
data
:
()
=>
({
...
...
@@ -81,11 +71,19 @@
},
mounted
()
{
let
_this
=
this
;
},
methods
:
{
getCode
()
{
let
_this
=
this
;
if
(
_this
.
phone
==
''
){
layer
.
tipsX
(
'手机号码不能为空'
);
return
};
if
(
!
_this
.
common
.
isMobile
(
_this
.
phone
)){
layer
.
tipsX
(
'手机号码格式不正确'
);
return
};
_this
.
isGetCode
=
true
;
_this
.
axios
({
method
:
'post'
,
...
...
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