浏览代码

调整

master
lujin 10 个月前
父节点
当前提交
b52ae9c8c6

+ 2
- 0
.gitignore 查看文件

.externalNativeBuild .externalNativeBuild
build build
captures captures
app/debug
app/release


._* ._*
*.iml *.iml

二进制
app/release/jz_app_v1.3.4_release_0717.apk 查看文件


+ 1
- 0
app/src/main/java/com/huntersun/vkyes/etcopencard/project/ui/activity/ETCHandleActivity.java 查看文件

// toast("无法获取卡类型"); // toast("无法获取卡类型");
// return; // return;
// } // }

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

正在加载...
取消
保存