Commit d660a3b9 authored by liudong1993's avatar liudong1993
parents a6ef9a40 a33c10f3
...@@ -62,7 +62,6 @@ export default { ...@@ -62,7 +62,6 @@ export default {
let titles = [] let titles = []
let Stocklegend = {} let Stocklegend = {}
let Newobj = {} let Newobj = {}
console.log(this.ShopData,'=====')
this.ShopData.forEach((x,indexs)=>{ this.ShopData.forEach((x,indexs)=>{
let Name = `${x.Name}` let Name = `${x.Name}`
titles.push(Name) titles.push(Name)
......
...@@ -1089,7 +1089,7 @@ ...@@ -1089,7 +1089,7 @@
newArr.push(file.file); newArr.push(file.file);
let path = "/Sale/Uploadvideo/"; let path = "/Sale/Uploadvideo/";
this.UploadFileToAli2024(path, newArr, x => { this.UploadFileToAli2024(path, newArr, x => {
//console.log("UploadFileToAli2024", x)
}); });
}, },
//绑定手机 //绑定手机
......
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