This website works better with JavaScript.
首頁
探索
說明
登入
huangjiajun
/
community_team
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
1
master
huangjiajun
1 月之前
父節點
972815f2db
當前提交
d9fdd2b657
共有
2 個文件被更改
,包括
2 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
app/md/md_order.go
+1
-0
app/svc/svc_order.go
+ 1
- 0
app/md/md_order.go
查看文件
@@ -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
查看文件
@@ -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: "",
}
Write
Preview
Loading…
取消
儲存