diff --git a/api/controller/Public.go b/api/controller/Public.go index ce88a5f..7d6046f 100644 --- a/api/controller/Public.go +++ b/api/controller/Public.go @@ -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,