huangjiajun 6 일 전
부모
커밋
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),


불러오는 중...
취소
저장