Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
biao
9 years ago
Commit
3ce23ccc2c96a067080757d4fb7dd0227cafa046
1 parent
7dd09f04
sync Grade.php to develop branch. code revie by Hongfei
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
yohobuy/m.yohobuy.com/application/models/Home/Grade.php
yohobuy/m.yohobuy.com/application/models/Home/Grade.php
View file @
3ce23cc
...
...
@@ -16,7 +16,6 @@ class GradeModel
* 获取个人中心-会员等级数据
*/
public
static
function
getGrade
(
$channel
,
$uid
)
{
$result
=
array
();
...
...
@@ -28,8 +27,7 @@ class GradeModel
return
$result
;
}
}
//调用接口获取数据
$data
=
GradeData
::
getGradeData
(
$channel
,
$uid
);
if
(
!
empty
(
$data
[
'grade'
]))
{
...
...
@@ -49,7 +47,6 @@ class GradeModel
}
//今年总消费
$result
[
'vipGrade'
][
'costOfThisYear'
]
=
sprintf
(
"%.2f"
,
$data
[
'grade'
][
'current_year_cost'
]);
//升级下一等级会员的进度;
if
(
$data
[
'grade'
][
'next_need_cost'
]
==
0
){
...
...
@@ -86,7 +83,7 @@ class GradeModel
return
$result
;
}
/*
* 获取个人中心-会员特权详情页
*/
...
...
Please
register
or
login
to post a comment