修改首页总金额计算1
This commit is contained in:
parent
9c7c53f93c
commit
64d0305e32
@ -181,7 +181,6 @@ func (b *Public) GetIndex(c *gin.Context) {
|
|||||||
memberAmountTotal = 0
|
memberAmountTotal = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
memberAmountTotal = 24
|
|
||||||
// 获取会员购买总金额
|
// 获取会员购买总金额
|
||||||
maps = make(map[string]interface{})
|
maps = make(map[string]interface{})
|
||||||
maps["order_status"] = 2
|
maps["order_status"] = 2
|
||||||
@ -193,7 +192,6 @@ func (b *Public) GetIndex(c *gin.Context) {
|
|||||||
singleAmountTotal = 0
|
singleAmountTotal = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
singleAmountTotal = 13.02
|
|
||||||
g := dto.IndexDto{
|
g := dto.IndexDto{
|
||||||
QuestionCount: questionCount,
|
QuestionCount: questionCount,
|
||||||
UserCount: userCount,
|
UserCount: userCount,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user