From 52cab40bb0568b1b1da2035d15158154928c6464 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 01 九月 2020 13:41:02 +0800
Subject: [PATCH] jarRepositories.xml

---
 app/src/main/java/cn/flightfeather/thirdapp/module/inspection/ShareProblemActivity.kt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/app/src/main/java/cn/flightfeather/thirdapp/module/inspection/ShareProblemActivity.kt b/app/src/main/java/cn/flightfeather/thirdapp/module/inspection/ShareProblemActivity.kt
index 6db796b..bc8c569 100644
--- a/app/src/main/java/cn/flightfeather/thirdapp/module/inspection/ShareProblemActivity.kt
+++ b/app/src/main/java/cn/flightfeather/thirdapp/module/inspection/ShareProblemActivity.kt
@@ -34,7 +34,7 @@
         problemVoList?.forEach {vo ->
             val mediaFileList = mutableListOf<Pair<Boolean, String>>()
             vo.mediafileList.forEach {
-                mediaFileList.add(Pair(it.ischanged, CommonApplication.getInstance().ROOTURL_REALEASE_IMAGE + it.extension1 + it.guid + ".jpg"))
+                mediaFileList.add(Pair(it.ischanged, CommonApplication.getInstance().ROOT_URL_RELEASE_IMAGE + it.extension1 + it.guid + ".jpg"))
             }
 
             infoList.add(ShareProblemPreViewActivity.Problem(

--
Gitblit v1.9.3