调整提示文案,brand上传图片不加载问题
This commit is contained in:
@@ -88,9 +88,9 @@
|
|||||||
<div style="margin-left:2rem;" @click="deleteBatchPic" class="gallery_btn">{{$t('brandDNA.Delete')}}</div>
|
<div style="margin-left:2rem;" @click="deleteBatchPic" class="gallery_btn">{{$t('brandDNA.Delete')}}</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="imgBox">
|
<div class="imgBox">
|
||||||
<Falls :isGsap="false" ref="fall" :isDelete="true" @deleteSinglePic="deleteSinglePic" :deleteList="selectImgList" @loadend="isShowMark = false" :itemWidth="200" :isScroll="false" :isText="false"></Falls>
|
<Falls :isGsap="false" ref="fall" :isDelete="true" @deleteSinglePic="deleteSinglePic" :deleteList="selectImgList" @loadend="()=>{isShowMark = false}" :itemWidth="200" :isScroll="false" :isText="false"></Falls>
|
||||||
<div class="page_loading_box" v-show="!isNoData" style="text-align: center;width: 100%;">
|
<div class="page_loading_box" v-show="!isNoData" style="text-align: center;width: 100%;">
|
||||||
<span class="page_loading" ref="loadingDom" v-show="!isShowMark"></span>
|
<div class="page_loading" ref="loadingDom" v-show="!isShowMark" style="height: 40px; width: 40px;"></div>
|
||||||
<span v-show="isShowMark">
|
<span v-show="isShowMark">
|
||||||
<a-spin size="large" />
|
<a-spin size="large" />
|
||||||
</span>
|
</span>
|
||||||
@@ -192,6 +192,7 @@ export default defineComponent({
|
|||||||
Https.axiosPost(Https.httpUrls.brandDNAUpload, new_data,{headers:{'Content-Type': 'multipart/form-data'}}).then(
|
Https.axiosPost(Https.httpUrls.brandDNAUpload, new_data,{headers:{'Content-Type': 'multipart/form-data'}}).then(
|
||||||
(rv: any) => {
|
(rv: any) => {
|
||||||
dataDom.fall.clearData()
|
dataDom.fall.clearData()
|
||||||
|
data.currentPage = 1
|
||||||
getLibraryList()
|
getLibraryList()
|
||||||
// rv.canvasUrl = rv.minIOPath
|
// rv.canvasUrl = rv.minIOPath
|
||||||
// dataDom.fall.push([rv]);
|
// dataDom.fall.push([rv]);
|
||||||
|
|||||||
@@ -280,7 +280,7 @@ export default {
|
|||||||
LikeVideo: "已选择的",
|
LikeVideo: "已选择的",
|
||||||
InputVideo: "生成结果",
|
InputVideo: "生成结果",
|
||||||
GeneratedVideo: "生成的视频",
|
GeneratedVideo: "生成的视频",
|
||||||
hint: "将这张图像转化为一张逼真、达到工作室水准的照片。",
|
hint: "将这张图像转化为一张逼真、达到工作室水准的照片。在生活中真是存在的人",
|
||||||
jsContent1: "生成视频预计需要三分钟,请问是否继续",
|
jsContent1: "生成视频预计需要三分钟,请问是否继续",
|
||||||
},
|
},
|
||||||
LibraryPage: {
|
LibraryPage: {
|
||||||
|
|||||||
@@ -280,7 +280,7 @@ export default {
|
|||||||
LikeVideo: "Selected",
|
LikeVideo: "Selected",
|
||||||
InputVideo: "Generated",
|
InputVideo: "Generated",
|
||||||
GeneratedVideo: "Generated Video",
|
GeneratedVideo: "Generated Video",
|
||||||
hint: "Transform this image into a realistic, studio-quality photograph.",
|
hint: "Transform this image into a realistic, studio-quality photograph. To the real photo real people",
|
||||||
jsContent1: "Video generation will take approximately 3 minutes. Continue?",
|
jsContent1: "Video generation will take approximately 3 minutes. Continue?",
|
||||||
},
|
},
|
||||||
LibraryPage: {
|
LibraryPage: {
|
||||||
|
|||||||
Reference in New Issue
Block a user