@@ -134,7 +134,10 @@ export default {
uni.navigateBack()
},
getFiles(value) {
- this.fileurl = value
+ this.fileurl = []
+ value.forEach(v => {
+ this.fileurl.push(v)
+ })
//
apply() {