Explorar o código

Merge branch 'develop' of http://git.caihongxingqiu.net/rainbow/platform-ios into develop

南鑫林 %!s(int64=5) %!d(string=hai) anos
pai
achega
8feed96a3a

+ 1 - 1
RainbowPlanet/RainbowPlanet/Modules/MineModule/EditExpressAddress/ViewController/EditExpressAddressViewController.swift

@@ -59,7 +59,7 @@ class EditExpressAddressViewController: BaseViewController {
         editExpressAddressView.expressAddresModel = expressAddresModel
         editExpressAddressView.deleteClosure = {
             [weak self] in
-            if self!.listCount ?? 0 <= 1 {
+            if self!.listCount ?? 0 == 1 {
                 SwiftProgressHUD.shared().showText("至少需保留一条收货地址")
                 return
             }