lujin před 10 měsíci
rodič
revize
b52ae9c8c6

+ 2
- 0
.gitignore Zobrazit soubor

@@ -4,6 +4,8 @@
.externalNativeBuild
build
captures
app/debug
app/release

._*
*.iml

binární
app/release/jz_app_v1.3.4_release_0717.apk Zobrazit soubor


+ 1
- 0
app/src/main/java/com/huntersun/vkyes/etcopencard/project/ui/activity/ETCHandleActivity.java Zobrazit soubor

@@ -207,6 +207,7 @@ public class ETCHandleActivity extends AppActivity implements OnRefreshLoadMoreL
// toast("无法获取卡类型");
// return;
// }

if ("TYMY9901".equals(items.releaseProductStandards.deviceType)) {//异地客服产品
Intent intent = new Intent(mContext, YDPlatformLoginActivity.class);
intent.putExtra("pageType", 0);

Načítá se…
Zrušit
Uložit