无故事王国
2023-10-31 305d164f3d912e63858e433809e1053184636873
WanPai/Root/Home/VC/HomeVC.swift
@@ -213,7 +213,7 @@
         guard let weakSelf = self else { return }
         weakSelf.storeId = store.id
         weakSelf.label_store.text = store.name
         weakSelf.storeModel = HomeStoreModel(isVip: weakSelf.storeModel?.isVip ?? 0, storeId: store.id, name: store.name, lon: 0, lat: 0, province: province.name, provinceCode: province.code, city: city.name, cityCode: city.code)
         weakSelf.storeModel = HomeStoreModel(isVip: weakSelf.storeModel?.isVip ?? 0, storeId: store.id, name: store.name, lon: 0, lat: 0, province: province.name, provinceCode: province.code, city: city?.name ?? "", cityCode: city?.code ?? 0)
         weakSelf.items.removeAll()
         weakSelf.getStoreItemList()