huangjiajun před 3 dny
rodič
revize
b71ecbd72f
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +1
    -1
      app/agent/hdl/hdl_store.go
  2. +1
    -1
      app/store/hdl/hdl_store.go

+ 1
- 1
app/agent/hdl/hdl_store.go Zobrazit soubor

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


+ 1
- 1
app/store/hdl/hdl_store.go Zobrazit soubor

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


Načítá se…
Zrušit
Uložit