Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Giriş Yap
huangjiajun
/
community_team
İzle
1
Yıldızla
0
Çatalla
0
Kod
Konular
0
Değişiklik İstekleri
0
Sürümler
0
Wiki
Aktivite
Kaynağa Gözat
1
master
huangjiajun
1 ay önce
ebeveyn
972815f2db
işleme
d9fdd2b657
2 değiştirilmiş dosya
ile
2 ekleme
ve
0 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+1
-0
app/md/md_order.go
+1
-0
app/svc/svc_order.go
+ 1
- 0
app/md/md_order.go
Dosyayı Görüntüle
@@ -39,6 +39,7 @@ type CouponList struct {
Img string `json:"img"`
Content string `json:"content"`
IsCanUse string `json:"is_can_use"`
Info string `json:"info"`
NotUseStr string `json:"not_use_str"`
}
type Sku struct {
+ 1
- 0
app/svc/svc_order.go
Dosyayı Görüntüle
@@ -266,6 +266,7 @@ func CommCoupon(c *gin.Context, totalPrice string) map[string]interface{} {
Label: "全部商品可用",
Img: item.Img,
Content: item.Info,
Info: item.Info,
IsCanUse: "0",
NotUseStr: "",
}
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet