Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
Plain Diff
Browse Files
Authored by
yangyang
9 years ago
Commit
a59eb365956aaf1c89fac146d462b00bec5ea3e1
2 parents
a32384b5
8dea67ef
Merge branch 'develop/wap' into beta/wap
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
10 deletions
static/js/guang/star-classroom.js
yohobuy/m.yohobuy.com/application/models/Guang/StarClass.php
static/js/guang/star-classroom.js
View file @
a59eb36
...
...
@@ -251,16 +251,19 @@ $('.add-intimacy').on('touchstart', function(event) {
// 关闭日历弹出窗事件
$
(
'.pop-intimacy .pop-close, .classroom-mask'
).
on
(
'click'
,
function
()
{
$
(
'.pop-intimacy'
).
css
({
zIndex
:
'-1'
}).
hide
();
$
(
'.classroom-mask'
).
css
({
zIndex
:
'-1'
}).
hide
();
$
(
'body'
).
css
({
overflow
:
'visible'
});
// $('.pop-intimacy').css({
// zIndex: '-1'
// }).hide();
// $('.classroom-mask').css({
// zIndex: '-1'
// }).hide();
// $('body').css({
// overflow: 'visible'
// });
location
.
reload
();
});
function
setAvatar
()
{
...
...
yohobuy/m.yohobuy.com/application/models/Guang/StarClass.php
View file @
a59eb36
...
...
@@ -165,7 +165,7 @@ class StarClassModel
foreach
(
$data
[
'data'
][
'list'
][
'artList'
]
as
$key
=>
$value
)
{
//获得原尺寸图片
$collocationList
[
$key
][
'img'
]
=
Helpers
::
getOriginalImg
(
$value
[
'src'
]);
$collocationList
[
$key
][
'url'
]
=
$
value
[
'url'
]
;
$collocationList
[
$key
][
'url'
]
=
$
isApp
?
$value
[
'url'
]
:
Helpers
::
getFilterUrl
(
$value
[
'url'
])
;
$collocationList
[
$key
][
'title'
]
=
$value
[
'title'
];
$collocationList
[
$key
][
'content'
]
=
$value
[
'intro'
];
$collocationList
[
$key
][
'time'
]
=
$value
[
'publish_time'
];
...
...
Please
register
or
login
to post a comment