From b71ecbd72f03a36d8da47d0d70261085b37db73c Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Tue, 19 Nov 2024 18:16:21 +0800 Subject: [PATCH] 1 --- app/agent/hdl/hdl_store.go | 2 +- app/store/hdl/hdl_store.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/agent/hdl/hdl_store.go b/app/agent/hdl/hdl_store.go index 866ff2b..3f2c0d9 100644 --- a/app/agent/hdl/hdl_store.go +++ b/app/agent/hdl/hdl_store.go @@ -252,7 +252,7 @@ func UserStoreOrderDetail(c *gin.Context) { return } stateList := []string{"待付款", "已支付", "已提货", "已取消"} - payMethodStr := []string{"余额支付", "支付宝支付", "微信支付"} + payMethodStr := []string{"", "余额支付", "支付宝支付", "微信支付"} orderInfoMap := make([]map[string]string, 0) res := map[string]interface{}{ "oid": utils.Int64ToStr(order.Oid), diff --git a/app/store/hdl/hdl_store.go b/app/store/hdl/hdl_store.go index 84c0735..ad01ac9 100644 --- a/app/store/hdl/hdl_store.go +++ b/app/store/hdl/hdl_store.go @@ -250,7 +250,7 @@ func UserStoreOrderDetail(c *gin.Context) { return } stateList := []string{"待付款", "已支付", "已提货", "已取消"} - payMethodStr := []string{"余额支付", "支付宝支付", "微信支付"} + payMethodStr := []string{"", "余额支付", "支付宝支付", "微信支付"} orderInfoMap := make([]map[string]string, 0) res := map[string]interface{}{ "oid": utils.Int64ToStr(order.Oid),