Explorar o código

cent area add size

abiao %!s(int64=4) %!d(string=hai) anos
pai
achega
093de3f4b8

+ 1 - 1
go/gopath/src/fohow.com/apps/controllers/product_controller/product_controller.go

@@ -86,7 +86,7 @@ func (self *ProductController) Latest() {
 		}
 		pd.HaveSize = false
 		//店铺列表专区商品增加规格显示
-		if ptype == product_model.SHOP_SALE && product_model.GetProductAttrConfig(pd.RelateProductId) != nil {
+		if ptype != product_model.TYPE_DIRECT_SALE && product_model.GetProductAttrConfig(pd.RelateProductId) != nil {
 			pd.HaveSize = true
 			list := product_model.GetProductConfigAttrsByPId(pd.RelateProductId)
 			for _, item := range list {