fix: 修复扫码相机竞态并调整金额与浅色外观

串行处理相机配置及启停,补充四项生命周期回归测试。快捷金额去除多余小数,固定浅色模式,版本更新至 2.1.1(2010101)。
This commit is contained in:
2026-09-18 09:37:00 +08:00
parent c4b0e7798b
commit 3823d10423
6 changed files with 216 additions and 40 deletions
@@ -338,7 +338,7 @@ final class OfflineCollectionRegistrationViewController: BaseViewController {
}
@objc private func quickAmountTapped(_ sender: UIButton) {
viewModel.updateAmount(OfflineCollectionMoney.apiAmount(sender.tag))
viewModel.updateAmount(OfflineCollectionMoney.displayAmount(sender.tag))
amountField.becomeFirstResponder()
moveAmountCursorToEnd()
}