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),