Commit e20f2fcb authored by Mac's avatar Mac

1

parent f06b6588
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
count: 9, count: 9,
type: 'file', type: 'file',
success (res) { success (res) {
console.log(res)
const tempFilePaths = res.tempFiles const tempFilePaths = res.tempFiles
let show = false let show = false
tempFilePaths.map((x,index)=>{//判断是否是文件 tempFilePaths.map((x,index)=>{//判断是否是文件
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
fail(err){ fail(err){
console.log(err) console.log(err)
uni.navigateTo({ uni.navigateTo({
url:'/pages/webbox/webbox2?u=https://edu.kookaku.com/#/koreaUpload&data='+encodeURIComponent(JSON.stringify(this.CompData))+'&index='+this.index url:'/pages/webbox/webbox2?u=https://edu.kookaku.com/#/koreaUpload&data='+encodeURIComponent(JSON.stringify(that.CompData))+'&index='+that.index
}) })
} }
......
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