From 64d0305e32f8a366c02c94364d6998eae02f1da0 Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Mon, 2 Dec 2024 09:27:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5=E6=80=BB?= =?UTF-8?q?=E9=87=91=E9=A2=9D=E8=AE=A1=E7=AE=971?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/controller/Public.go | 2 -- 1 file changed, 2 deletions(-) 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,