mo-bai 4 years ago
parent
commit
4f22a9c335
2 changed files with 4 additions and 3 deletions
  1. 5
      manifest.json
  2. 2
      pages/complete-info/EnterpriseForm.vue

5
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" : {

2
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)
}
}
})

Loading…
Cancel
Save