WanPai/Root/Other/VC/PaymentResultVC.swift
@@ -102,6 +102,9 @@ Services.queryMemberCoupon(menthod: 2).subscribe(onNext: {[weak self] data in if let models = data.data{ self?.models = models if models.count > 0{ self?.label_content.text = "支付成功,恭喜您成为玩湃会员!并获得优惠券!" } self?.collectionView.reloadData() } }) { error in