This commit is contained in:
2026-02-04 15:40:45 +08:00
parent 7c7e2477cb
commit c1b50b407d
13 changed files with 146 additions and 32 deletions

View File

@@ -35,4 +35,8 @@
return [NSString stringWithFormat:@"%.2f", priceValue];
}
- (NSString *)priceNumberText {
return [NSString stringWithFormat:@"%.2f", self.price];
}
@end