fix
无故事王国
2024-06-20 f2e891eecfac25bf6aed38c8eadfdf05704b16b6
DolphinEnglishLearnStudent/Moudle/Me/TCell/GoodsItemTCell.swift
@@ -70,7 +70,7 @@
            }
            @IBAction func handleAction(_ sender: UIButton) {
                        let vc = AddressManageVC(type: .choose)
                        let vc = AddressManageVC(type: .handle)
                        vc.title = "修改地址"
                        vc.chooseAddress { m in
                                    CommonAlertView.show(content: "确认修改当前收货地址吗?") {[weak self] () in