优化发布截图上传与押金提示
This commit is contained in:
@@ -347,6 +347,9 @@ func normalizePublishOptions(options *PublishOptionsDTO) {
|
||||
if options.PriceConfig.DepositPlaceholder == "" {
|
||||
options.PriceConfig.DepositPlaceholder = defaults.PriceConfig.DepositPlaceholder
|
||||
}
|
||||
if options.PriceConfig.DepositHint == "" {
|
||||
options.PriceConfig.DepositHint = defaults.PriceConfig.DepositHint
|
||||
}
|
||||
if options.PriceConfig.PricePlaceholder == "" {
|
||||
options.PriceConfig.PricePlaceholder = defaults.PriceConfig.PricePlaceholder
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user