|
|
@@ -83,7 +83,7 @@ public class RechargeResultAct extends BaseActivity {
|
|
|
@Override
|
|
|
public void finish() {
|
|
|
if (!TextUtils.isEmpty(gowhere)) {
|
|
|
- ComponentName appName = new ComponentName(gowhere, "com.yog.kothoth.view.activity.SSPaymentActivity");
|
|
|
+ ComponentName appName = new ComponentName(gowhere, "com.yog.kothoth.view.activity.SSRechargeActivity");
|
|
|
Intent intent = new Intent();
|
|
|
intent.setComponent(appName);
|
|
|
intent.putExtra("action", TextUtils.isEmpty(orderno) ? 777 : 666);
|