默认提交
Showing
32 changed files
with
416 additions
and
111 deletions
-
Please register or sign in to post a comment
... | ... | @@ -54,7 +54,11 @@ |
.btn { | ||
@include cb(240px, 80px); | ||
margin: 0 24px; | ||
} | ||
.btn2 { | ||
@include cb2(240px, 80px); | ||
} | ||
} | ||
... | ... |
... | ... | @@ -84,14 +84,11 @@ $contentWidth:690px; |
.t2 { | ||
margin-top: 8px; | ||
// font-size: 24px; | ||
// color: #999999; | ||
} | ||
.t3 { | ||
font-size: 20px; | ||
color: #999999; | ||
// color: #3680EB; | ||
} | ||
} | ||
... | ... |
... | ... | @@ -156,7 +156,11 @@ Page({ |
} = evt.detail; | ||
switch (name) { | ||
// 授权完毕 | ||
case "_evt_hide_mask": | ||
this.hideMask(); | ||
break; | ||
// 授权完毕 | ||
case "_evt_auth_complete": | ||
this.initData(); | ||
this.hideMask(); | ||
... | ... |