Commit 67c2e0bb by 刘鹏

feat : 上传图片适配android 9

parent 176089d3
...@@ -11,7 +11,7 @@ ext { ...@@ -11,7 +11,7 @@ ext {
"m-user" : "0.0.61.90", "m-user" : "0.0.61.90",
"m-user-medical" : "0.0.61.99", "m-user-medical" : "0.0.61.99",
"m-home" : "0.0.22.70", "m-home" : "0.0.22.70",
"m-im-medical" : "0.0.21.22", "m-im-medical" : "0.0.21.23",
"m-im" : "0.0.20.76", "m-im" : "0.0.20.76",
"m-dynamic" : "0.0.7.28", "m-dynamic" : "0.0.7.28",
"m-article" : "0.0.0.10", "m-article" : "0.0.0.10",
...@@ -97,7 +97,7 @@ ext { ...@@ -97,7 +97,7 @@ ext {
"m-user" : "0.0.61.90", "m-user" : "0.0.61.90",
"m-user-medical" : "0.0.61.99", "m-user-medical" : "0.0.61.99",
"m-home" : "0.0.22.70", "m-home" : "0.0.22.70",
"m-im-medical" : "0.0.21.22", "m-im-medical" : "0.0.21.23",
"m-im" : "0.0.20.76", "m-im" : "0.0.20.76",
"m-dynamic" : "0.0.7.28", "m-dynamic" : "0.0.7.28",
"m-article" : "0.0.0.8", "m-article" : "0.0.0.8",
......
...@@ -440,7 +440,11 @@ class GraphicConsultationFlow1Activity : BaseActivity() { ...@@ -440,7 +440,11 @@ class GraphicConsultationFlow1Activity : BaseActivity() {
return return
} }
for (i in list.indices) { for (i in list.indices) {
AddImag(list[i].androidQToPath) var path = list[i].androidQToPath
if (path.isNullOrEmpty()) {
path = list[i].compressPath
}
AddImag(path)
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment