Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mayi-mp-shop
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
程默
mayi-mp-shop
Commits
66ae7510
Commit
66ae7510
authored
Nov 08, 2021
by
李嘉林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
暂不登录
parent
25fe8e72
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
4 deletions
+19
-4
src/pages/login/index.vue
+19
-4
No files found.
src/pages/login/index.vue
View file @
66ae7510
...
...
@@ -10,11 +10,12 @@
<div
class=
"toCLogin1"
v-if=
"isShowPhone"
>
<div
class=
"btn_info1"
>
<h1>
绑定手机号
</h1>
<
span
class=
"hint"
>
检测到您的账号还未绑定手机号,请绑定手机号
</span
>
<button
class=
"btn"
open-type=
"getPhoneNumber"
@
getphonenumber=
"getPhoneNumber"
>
绑定手机号
一键绑定
</button>
<
p
class=
"hint"
>
绑定手机号,同步历史订单
</p
>
<button
class=
"btn"
open-type=
"getPhoneNumber"
@
getphonenumber=
"getPhoneNumber"
>
微信授权
一键绑定
</button>
<div
class=
"btn2"
@
click=
"handbindHandle"
>
手动绑定手机号
</div>
<div
class=
"cancelLogin"
@
click=
"cancelLogin"
>
暂不登录
</div>
</div>
<
div
class=
"layer"
@
click=
"isShowPhone=false"
></div
>
<
!--
<div
class=
"layer"
@
click=
"isShowPhone=false"
></div>
--
>
</div>
<div
class=
"readAgreement"
v-if=
"content"
>
<van-checkbox
:value=
"checked"
@
click=
"checked = !checked"
>
我已阅读并同意
</van-checkbox>
...
...
@@ -496,6 +497,14 @@ export default {
serialize
(
query
)
)}
`
});
},
cancelLogin
(){
// wx.reLaunch({
// url : '/pages/home/main'
// })
wx
.
navigateBack
({
delta
:
1
});
}
}
};
...
...
@@ -586,6 +595,7 @@ export default {
top
:
0
;
left
:
0
;
width
:
100%
;
background
:
#fff
;
.btn_info1
{
margin
:
80px
20px
;
color
:
#000
;
...
...
@@ -606,7 +616,6 @@ export default {
color
:
#888
;
font-size
:
15px
;
text-align
:
center
;
display
:
inline-block
;
padding
:
0
30px
;
}
.btn
{
...
...
@@ -627,6 +636,12 @@ export default {
font-size
:
15px
;
line-height
:
45px
;
}
.cancelLogin
{
text-align
:
center
;
color
:
#999
;
font-size
:
14px
;
margin-top
:
20px
;
}
}
.layer
{
position
:
fixed
;
...
...
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