From 4f22a9c33549d12d8329efa33e50fc41e9931a3b Mon Sep 17 00:00:00 2001 From: mo-bai <1873032855@qq.com> Date: Wed, 13 Apr 2022 16:15:12 +0800 Subject: [PATCH] bug --- manifest.json | 5 +++-- pages/complete-info/EnterpriseForm.vue | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index f58cd68..c95377e 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "appid" : "__UNI__EBBA73E", "description" : "", "versionName" : "1.0.0", - "versionCode" : 100, + "versionCode" : 101, "transformPx" : false, "networkTimeout" : { "request" : 6000 @@ -67,7 +67,8 @@ "NSLocationWhenInUseUsageDescription" : "该应用需要你的地理位置,以便为你提供当前位置附近印包厂信息", "NSLocationAlwaysUsageDescription" : "该应用需要你的地理位置,以便为你提供当前位置附近印包厂信息", "NSLocationAlwaysAndWhenInUseUsageDescription" : "该应用需要你的地理位置,以便为你提供当前位置附近印包厂信息" - } + }, + "idfa" : false }, /* SDK配置 */ "sdkConfigs" : { diff --git a/pages/complete-info/EnterpriseForm.vue b/pages/complete-info/EnterpriseForm.vue index d7cee32..91c84d7 100644 --- a/pages/complete-info/EnterpriseForm.vue +++ b/pages/complete-info/EnterpriseForm.vue @@ -306,7 +306,7 @@ export default { this.licenseOcr(urls[0]) } if (type == 'factory') { - this.imgList.push(urls[0]) + this.imgList.push(...urls) } } })