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
44d11adeac3c712815ec70920c416ff7477fef22
1 parent
5123cf45
个人中心弹窗
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
apps/activity/views/action/expand-new/my-promotion.hbs
apps/home/views/action/home.hbs
public/js/home/index.page.js
public/scss/home/tide-command.page.css
apps/activity/views/action/expand-new/my-promotion.hbs
View file @
44d11ad
...
...
@@ -48,7 +48,7 @@
</div>
</div>
<input
id=
"shareLink"
type=
"hidden"
value=
"
{{
u
rl
}}
"
>
<input
id=
"shareLink"
type=
"hidden"
value=
"
{{
shareU
rl
}}
"
>
<input
id=
"shareImg"
type=
"hidden"
value=
"
{{
sharePic
}}
"
>
<input
id=
"shareTitle"
type=
"hidden"
value=
"
{{
shareMainTitle
}}
"
>
<input
id=
"shareDesc"
type=
"hidden"
value=
"
{{
shareSubTitle
}}
"
>
...
...
apps/home/views/action/home.hbs
View file @
44d11ad
<div
class=
"my-page yoho-page"
>
<div
class=
"my-header"
>
<div
class=
"my-header
{{#if
isLogin
}}
login
{{/if}}
"
>
{{#
isLogin
}}
<a
class=
"user-info"
href=
"/home/mydetails"
>
<span
class=
"user-avatar"
data-avatar=
"
{{
image
headIco
128
128
}}
"
></span>
...
...
public/js/home/index.page.js
View file @
44d11ad
...
...
@@ -92,7 +92,7 @@ $('.res-c').on('click', 'a', function() {
});
(
function
()
{
if
(
$
(
'.code-tip'
)
&&
$
(
'.
username
'
))
{
if
(
$
(
'.code-tip'
)
&&
$
(
'.
my-header'
).
hasClass
(
'login
'
))
{
if
(
!
window
.
cookie
(
'trend-pop'
)
||
parseInt
(
window
.
cookie
(
'trend-pop'
),
10
)
!==
1
)
{
$
(
'.set-trend-world'
).
removeClass
(
'set-trend-hide'
);
...
...
public/scss/home/tide-command.page.css
View file @
44d11ad
...
...
@@ -46,7 +46,8 @@
.more
{
color
:
#4a90e2
;
display
:
inline-block
;
display
:
block
;
padding-bottom
:
20px
;
}
}
...
...
Please
register
or
login
to post a comment