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
2016-04-20 17:15:55 +0800
Commit
b5eb2f31a912f8f2c5e75e2aab1ebf028b72bf69
1 parent
d465b722
屏蔽接口报错
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
yohobuy/m.yohobuy.com/application/models/Guang/StarClass.php
yohobuy/m.yohobuy.com/application/models/Guang/StarClass.php
View file @
b5eb2f3
...
...
@@ -88,7 +88,9 @@ class StarClassModel
}
//将签到数据插入资源位第二位置(签到信息不属于资源位,并且位置不可配置)
if
(
isset
(
$result
[
'starClassIndex'
])
&&
!
empty
(
$result
[
'starClassIndex'
]))
{
array_splice
(
$result
[
'resources'
],
1
,
0
,
$rankInfo
);
}
return
$result
;
}
...
...
Please
register
or
login
to post a comment