|
@@ -226,6 +226,7 @@ func (self *OrderController) Detail() {
|
|
|
product.SizeName = item.SizeName
|
|
product.SizeName = item.SizeName
|
|
|
product.ColorName = item.ColorName
|
|
product.ColorName = item.ColorName
|
|
|
product.OrderCount = item.Count
|
|
product.OrderCount = item.Count
|
|
|
|
|
+ product.IsZeng = item.Send
|
|
|
o.Count += item.Count
|
|
o.Count += item.Count
|
|
|
if product.SeckilShowPrice > 0 {
|
|
if product.SeckilShowPrice > 0 {
|
|
|
now := time.Now()
|
|
now := time.Now()
|
|
@@ -297,6 +298,8 @@ func (self *OrderController) List() {
|
|
|
product.OrderCount = orderItem.Count
|
|
product.OrderCount = orderItem.Count
|
|
|
item.Count += orderItem.Count
|
|
item.Count += orderItem.Count
|
|
|
product.OrderCount = orderItem.Count
|
|
product.OrderCount = orderItem.Count
|
|
|
|
|
+ product.IsZeng = orderItem.Send
|
|
|
|
|
+
|
|
|
if product.SeckilShowPrice > 0 {
|
|
if product.SeckilShowPrice > 0 {
|
|
|
now := time.Now()
|
|
now := time.Now()
|
|
|
product.SeckillStartAt = product.SeckillStart.Unix()
|
|
product.SeckillStartAt = product.SeckillStart.Unix()
|