无故事王国
2023-10-25 5c244d5766b17c33da14b134fb6d20556a4c2d1d
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, 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)
         weakSelf.items.removeAll()
         weakSelf.getStoreItemList()