|
|
@@ -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()
|