调整提示文案,brand上传图片不加载问题
This commit is contained in:
@@ -88,12 +88,12 @@
|
||||
<div style="margin-left:2rem;" @click="deleteBatchPic" class="gallery_btn">{{$t('brandDNA.Delete')}}</div>
|
||||
</div>
|
||||
<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%;">
|
||||
<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">
|
||||
<a-spin size="large" />
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
<div class="imgNull" v-show="isNoData && isNull">
|
||||
<img src="@/assets/images/homePage/null_img.png">
|
||||
@@ -192,6 +192,7 @@ export default defineComponent({
|
||||
Https.axiosPost(Https.httpUrls.brandDNAUpload, new_data,{headers:{'Content-Type': 'multipart/form-data'}}).then(
|
||||
(rv: any) => {
|
||||
dataDom.fall.clearData()
|
||||
data.currentPage = 1
|
||||
getLibraryList()
|
||||
// rv.canvasUrl = rv.minIOPath
|
||||
// dataDom.fall.push([rv]);
|
||||
|
||||
@@ -280,7 +280,7 @@ export default {
|
||||
LikeVideo: "已选择的",
|
||||
InputVideo: "生成结果",
|
||||
GeneratedVideo: "生成的视频",
|
||||
hint: "将这张图像转化为一张逼真、达到工作室水准的照片。",
|
||||
hint: "将这张图像转化为一张逼真、达到工作室水准的照片。在生活中真是存在的人",
|
||||
jsContent1: "生成视频预计需要三分钟,请问是否继续",
|
||||
},
|
||||
LibraryPage: {
|
||||
|
||||
@@ -280,7 +280,7 @@ export default {
|
||||
LikeVideo: "Selected",
|
||||
InputVideo: "Generated",
|
||||
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?",
|
||||
},
|
||||
LibraryPage: {
|
||||
|
||||
Reference in New Issue
Block a user