Rxswift self problem

rechargeBtn.rx.tap.flatMapLatest({ [weak self] _ in
//            switch (self!.payTableDataSrouce[self!.seletedIndex].payMethod) {
//            case .wx:
//                print("wx")
//            case .ali:
//
//            }
            return AliPayApi.provider.requestAPI(.getRechargeFeeOrder(amount: Float(self!.moneyInput.text!)!, employeeId: "09")).mapMoyeResponseString()
        })
        
        self

clipboard.png report an error. What"s the problem?

Oct.20,2021
Menu