宽窄优行-由【嘉易行】项目成品而来
younger_times
2023-07-05 0d8f5fc8a516bfd07e425909e4a4432600572ee7
OKProject/Class/Order/Controller/TaxiOrderDetailsVC.swift
@@ -79,7 +79,8 @@
    /// 开发票
    @objc func invoice()
    {
        let vc = InvoiceApplyViewController(orderId: viewModel.orderId.value)
//        let vc = InvoiceApplyViewController(orderId: viewModel.orderId.value)
        let vc = InvoiceViewController()
        yy_push(vc: vc)
    }
    
@@ -136,7 +137,7 @@
                        if data.amount != 0{
                            alert(popup: .double, title: "提示", text: "分享APP给好友可以获得\(data.amount)元打车红包", submitTitle: "去分享", cancelTitle: "不分享", submitClick: {[unowned self] in
                                // 弹出分享框
                                ShareView.share(controller: self, title: nil, content: "新版“宽窄出行”隆重上线,下载注册即送打车券。", url: "\(share_url)/share/shareIndex.html?uid=\(app.userInfo.id)&type=1",hiddenMessage: true).show(success: {
                                ShareView.share(controller: self, title: nil, content: "新版“宽窄优行”隆重上线,下载注册即送打车券。", url: "\(share_url)/share/shareIndex.html?uid=\(app.userInfo.id)&type=1",hiddenMessage: true).show(success: {
                                    self.viewModel.shareRedEnvelope()
                                })
                            }) {}