fix
无故事王国
2024-06-20 0c89e362069e2f97d18a01a3a82835ef37a34d18
DolphinEnglishLearnStudent/Moudle/Me/TCell/GoodsItemTCell.swift
@@ -73,7 +73,7 @@
                        let vc = AddressManageVC(type: .choose)
                        vc.title = "修改地址"
                        vc.chooseAddress { m in
                                    CommonAlertView.show(content: "确认修改地址?") {[weak self] () in
                                    CommonAlertView.show(content: "确认修改当前收货地址吗?") {[weak self] () in
                                                guard let weakSelf = self else { return }
                                                if weakSelf.exchangeRecordModel?.consigneeAddress == m.address && weakSelf.exchangeRecordModel?.consigneeName == m.recipient && weakSelf.exchangeRecordModel?.consigneePhone == m.recipientPhone{
                                                            alertError(msg: "修改地址信息与原地址信息相同");return