WanPai/Root/Home/VC/HomeVC.swift
@@ -10,6 +10,7 @@ import RxSwift import RxCocoa import SDWebImage import CoreLocation let ChooseHomeStore_Noti = Notification.Name.init("ChooseHomeStore_Noti") let UpdateCurrentStore_Noti = Notification.Name.init("UpdateCurrentStore_Noti") @@ -450,7 +451,7 @@ if let m = item as? HomeStoreTopBannerModel{ cell.img.sd_setImage(with: URL(string: m.backgroundImage), placeholderImage: nil, options: .lowPriority) } cell.cornerRadius = 10 cell.jq_cornerRadius = 10 cell.layer.masksToBounds = true return cell