修复定价错误
This commit is contained in:
@@ -493,6 +493,9 @@ func publicListings(items []ListingDTO) []ListingDTO {
|
||||
|
||||
func applyPublicListingURLs(item *ListingDTO) {
|
||||
item.ScreenshotURLS = publicScreenshotURLs(item.ID, item.ScreenshotURLS, item.Status, item.ReviewStatus)
|
||||
if item.AssetSummary != nil {
|
||||
delete(item.AssetSummary, "price_breakdown")
|
||||
}
|
||||
}
|
||||
|
||||
func (row listingRow) toDTO() ListingDTO {
|
||||
|
||||
Reference in New Issue
Block a user