修改首页总金额计算1

This commit is contained in:
wucongxing8150 2024-12-02 09:27:06 +08:00
parent 9c7c53f93c
commit 64d0305e32

View File

@ -181,7 +181,6 @@ func (b *Public) GetIndex(c *gin.Context) {
memberAmountTotal = 0
}
memberAmountTotal = 24
// 获取会员购买总金额
maps = make(map[string]interface{})
maps["order_status"] = 2
@ -193,7 +192,6 @@ func (b *Public) GetIndex(c *gin.Context) {
singleAmountTotal = 0
}
singleAmountTotal = 13.02
g := dto.IndexDto{
QuestionCount: questionCount,
UserCount: userCount,