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
Email Patches
Plain Diff
Browse Files
Authored by
yangyang
9 years ago
Commit
50df943e2696d8fd182026edb5b67b4025051196
1 parent
c49b16d6
修改未登录情况下签到页的展示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/models/Guang/StarClass.php
yohobuy/m.yohobuy.com/application/models/Guang/StarClass.php
View file @
50df943
...
...
@@ -88,7 +88,7 @@ class StarClassModel
}
//将签到数据插入资源位第二位置(签到信息不属于资源位,并且位置不可配置)
if
(
isset
(
$
result
[
'starClassIndex'
])
&&
!
empty
(
$result
[
'starClassIndex'
]))
{
if
(
isset
(
$
data
[
'starClassIndex'
])
&&
!
empty
(
$data
[
'starClassIndex'
]))
{
array_splice
(
$result
[
'resources'
],
1
,
0
,
$rankInfo
);
}
...
...
Please
register
or
login
to post a comment