huangjiajun 3 天之前
父節點
當前提交
b71ecbd72f
共有 2 個檔案被更改,包括 2 行新增2 行删除
  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 查看文件

@@ -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 查看文件

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


Loading…
取消
儲存