Commit f23b1243 authored by zhengke's avatar zhengke

提交数据调整

parent 1e4fc628
......@@ -371,7 +371,6 @@ const setFeatureImgList = async (url) => {
let Res = await UploadService.UploadBase64Two(path,queryObj);
if (Res.data&&Res.data.FilePath) {
datas.FeatureImgList.push(`${domainManager().ViittoFileUrl}/${Res.data.FilePath}`)
console.log(datas.FeatureImgList.length,'====',slides.value.length)
if(datas.FeatureImgList.length==slides.value.length){
await SetTripTemplateConfig()
}
......
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