Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhangxiaoru
8 years ago
Commit
abb62fc7626da48340609d2302fe6523152c6844
1 parent
5f649b8a
注册成功样式
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
6 deletions
apps/activity/controllers/expand-new.js
public/js/activity/invite-reg.page.js
public/scss/activity/invite-reg.page.css
public/scss/home/tide-command.page.css
apps/activity/controllers/expand-new.js
View file @
abb62fc
...
...
@@ -122,9 +122,6 @@ exports.inviteReg = (req, res, next) => {
req
.
ctx
(
expandModel
).
promotionData
(
uid
,
isApp
).
then
(
result
=>
{
res
.
render
(
'expand-new/invite-reg'
,
{
pageHeader
:
headerModel
.
setNav
({
navTitle
:
'注册完成'
}),
isApp
:
isApp
,
width750
:
true
,
localCss
:
true
,
...
...
public/js/activity/invite-reg.page.js
View file @
abb62fc
...
...
@@ -4,6 +4,10 @@ require('common');
let
tip
=
require
(
'plugin/tip'
);
$
(
'.invite-reg-page'
).
css
(
'min-height'
,
function
()
{
return
$
(
window
).
height
();
});
// 埋点
function
point
(
type
,
trend
)
{
let
pointJosn
=
{
...
...
@@ -33,6 +37,12 @@ $('.set').click(function() {
success
:
function
(
result
)
{
tip
.
show
(
result
.
message
);
point
(
1
,
$
(
'.command-textarea'
).
val
());
if
(
result
.
code
===
200
)
{
setTimeout
(
function
()
{
location
.
href
=
window
.
cookie
(
'refer'
);
},
500
);
}
}
});
});
...
...
public/scss/activity/invite-reg.page.css
View file @
abb62fc
...
...
@@ -17,11 +17,13 @@
width
:
350px
;
line-height
:
45px
;
display
:
inline-block
;
position
:
relative
;
top
:
-34px
;
}
}
.invite-pass
{
margin
:
66
px
30px
0
;
margin
:
20
px
30px
0
;
width
:
692px
;
height
:
661px
;
background-image
:
resolve
(
"activity/expand-new/invite-state.png"
);
...
...
@@ -46,7 +48,7 @@
.instructions-title
{
text-align
:
center
;
line-height
:
48px
;
font-weight
:
2
00
;
font-weight
:
7
00
;
font-size
:
24px
;
}
...
...
public/scss/home/tide-command.page.css
View file @
abb62fc
...
...
@@ -52,7 +52,8 @@
.more
{
color
:
#4a90e2
;
display
:
block
;
padding-bottom
:
20px
;
padding-bottom
:
8px
;
line-height
:
50px
;
}
}
...
...
Please
register
or
login
to post a comment