younger_times
2023-07-17 a0071c0c7726d3e6742bc7c4c30536302766626a
WanPai/Root/Home/VC/HomeVC.swift
@@ -139,7 +139,7 @@
    
    @IBAction func chooseStoresAction(_ sender: TapBtn) {
        StoresChooseView.show { [weak self] storeId in
            self?.viewModel.storeId.accept(storeId.int!)
            self?.viewModel.storeId.accept(storeId)
            self?.viewModel.beginRefresh()
        }
    }