콘텐츠 대여가격 60%로 변경
This commit is contained in:
		| @@ -90,7 +90,7 @@ struct ContentOrderConfirmDialogView: View { | ||||
|                         .resizable() | ||||
|                         .frame(width: 16.7, height: 16.7) | ||||
|                      | ||||
|                     Text("\(orderType == .RENTAL ? Int(ceil(Double(audioContent.price) * 0.7)) : audioContent.price)") | ||||
|                     Text("\(orderType == .RENTAL ? Int(ceil(Double(audioContent.price) * 0.6)) : audioContent.price)") | ||||
|                         .font(.custom(Font.bold.rawValue, size: 13.3)) | ||||
|                         .foregroundColor(Color(hex: "eeeeee")) | ||||
|                      | ||||
|   | ||||
| @@ -43,7 +43,7 @@ struct ContentOrderDialogView: View { | ||||
|                                 .resizable() | ||||
|                                 .frame(width: 16.7, height: 16.7) | ||||
|                              | ||||
|                             Text("\(Int(ceil(Double(price) * 0.7)))") | ||||
|                             Text("\(Int(ceil(Double(price) * 0.6)))") | ||||
|                                 .font(.custom(Font.bold.rawValue, size: 13.3)) | ||||
|                                 .foregroundColor(Color(hex: "eeeeee")) | ||||
|                         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yu Sung
					Yu Sung