This commit is contained in:
jinyuer
2020-09-01 15:16:25 +08:00
parent 9aa33d4f1c
commit 83b075884f
2 changed files with 3 additions and 2 deletions

View File

@@ -146,6 +146,7 @@ public class PayActivity extends BaseActivity<ActivityPayBinding> {
public void call(Resultcode resultcode) {
progressDialog.dismiss();
if (resultcode.status == 0) {
setToast("支付成功");
Intent intent = new Intent(context, OrderActivity.class);
intent.putExtra("type", 1);
intent.putExtra("orderType", 2);

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_checked="true" android:drawable="@mipmap/jiazheng_01"/>
<item android:state_checked="false" android:drawable="@mipmap/jiazheng_1"/>
<item android:state_checked="true" android:drawable="@mipmap/gwc2"/>
<item android:state_checked="false" android:drawable="@mipmap/gwc1"/>
</selector>