fix
无故事王国
2024-07-01 803e04b1ba7a513e8a04899c82b38f3c2fac131c
DolphinEnglishLearnStudent/Moudle/Me/VC/AddressManageVC.swift
@@ -69,6 +69,8 @@
                        tableView.delegate = self
                        tableView.dataSource = self
                        tableView.backgroundColor = .clear
                        tableView.showsVerticalScrollIndicator = false
                        tableView.showsHorizontalScrollIndicator = false
                        tableView.separatorStyle = .none
                        tableView.register(UINib(nibName: "AddressManageTCell", bundle: nil), forCellReuseIdentifier: "_AddressManageTCell")
                        tableView.jq_addShadows(shadowColor: UIColor(hexStr: "#D9D9D9"), corner: 0, radius: 20, offset: CGSize(width: 0, height: 2), opacity: 1)