Commit fd002029 authored by IOS-张 博's avatar IOS-张 博

Merge branch 'dev3.0.10' of http://git.quantgroup.cn/APP/VirtualCard-iOS into dev3.0.10

parents 2f65c273 af680d52
......@@ -151,7 +151,7 @@
}
// [QGRepaymentReuestApi urlWithIndex:QGRepaymentRequestServerMethodRepayInfo];
//@"http://yapi.quantgroups.com/mock/305/vcc/repay/page"
[networking GET:[QGRepaymentReuestApi urlWithIndex:QGRepaymentRequestServerMethodRepayInfo] parameters:nil success:^(id _Nonnull responseObject) {
[networking GET:[QGRepaymentReuestApi urlWithIndex:QGRepaymentRequestServerMethodRepayInfo] parameters:param success:^(id _Nonnull responseObject) {
[QGHUDManager hideHud];
if ([QGTalosNetwork checkBusinessCodeAndCodeWithResponseObjectObject:responseObject]) {
NSDictionary *data = responseObject[@"data"];
......
......@@ -282,14 +282,15 @@
@weakify(self);
QGDefaultView *backgroundView = [QGDefaultView defaultViewShowWithSuperView:nil reloadBlock:^{
@strongify(self);
NSString *url = self.billHead.forwardUrl;
url = [url filterURLParam:@"billNumber" value:self.billHead.shouldBillNo];
url = [url filterURLParam:@"itemPrice" value:self.shouldAmount];
url = [url filterURLParam:@"addPrice" value:@"0"];
url = [url filterURLParam:@"isBothBtn" value:@"false"];
url = [url filterURLParam:@"from" value:self.billModel.isShould ? @"should":@"await"];
[self navigationToWeb:url];
// NSString *url = self.billHead.forwardUrl;
// url = [url filterURLParam:@"billNumber" value:self.billHead.shouldBillNo];
// url = [url filterURLParam:@"itemPrice" value:self.shouldAmount];
// url = [url filterURLParam:@"addPrice" value:@"0"];
// url = [url filterURLParam:@"isBothBtn" value:@"false"];
// url = [url filterURLParam:@"from" value:self.billModel.isShould ? @"should":@"await"];
//
// [self navigationToWeb:url];
[QGApplicationOpenURL handleAllSupportUrl:self.billHead.appRepayUrl];
}];
self.tableView.backgroundView = backgroundView;
[backgroundView mas_makeConstraints:^(MASConstraintMaker *make) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment