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)