瀏覽代碼

调整

master
lujin 10 月之前
父節點
當前提交
b52ae9c8c6

+ 2
- 0
.gitignore 查看文件

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

._*
*.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 查看文件

@@ -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);

Loading…
取消
儲存