Kaynağa Gözat

更新商品图片返回

abiao 5 yıl önce
ebeveyn
işleme
16710fae14

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

@@ -140,7 +140,7 @@ func (self *ProductController) GetPdDetail() {
 		}
 		pd.SoldCount = pd.SoldCount + pd.VirtualSoldCount
 		pd.Cover = product_model.GetCoverByPId(pd.Id, cache)
-		pd.Album = product_model.GetPicturesByPIdAndPType(pId, product_model.PIC_TYPE_ALBUM, cache)
+		pd.Album = product_model.GetPicturesByPIdAndPType(pd.Id, product_model.PIC_TYPE_ALBUM, cache)
 		pd.ShareImg = self.GetCdnFullImgUrl(pd.ShareImg)
 		if pd.SeckilShowPrice > 0 {
 			now := time.Now()