|
@@ -66,8 +66,8 @@ func GetGoodsInfoByActivity(item *models.ActivityDetail) (goodsListResp []*order
|
|
|
if item.ActivityPrice > 0 {
|
|
|
for k, _ := range goodsList {
|
|
|
goodsList[k].CurrentPrice = fmt.Sprint(item.ActivityPrice)
|
|
|
- goodsList[k].CurrentPrice = fmt.Sprint(item.ActivityPriceOriginal)
|
|
|
- goodsList[k].PopupPriceMsg = fmt.Sprint("¥", item.ActivityPriceOriginal)
|
|
|
+ goodsList[k].Price = fmt.Sprint(item.ActivityOriginalPrice)
|
|
|
+ goodsList[k].PopupPriceMsg = fmt.Sprint("¥", item.ActivityOriginalPrice)
|
|
|
}
|
|
|
}
|
|
|
goodsListResp = goodsList
|