detail调整
This commit is contained in:
@@ -293,7 +293,7 @@
|
||||
</a-modal>
|
||||
</template>
|
||||
<script>
|
||||
import {defineComponent, computed, h, ref, nextTick, createVNode, reactive, onMounted,
|
||||
import {defineComponent, computed, h, ref, nextTick, inject, reactive, onMounted,
|
||||
} from "vue";
|
||||
import { Https } from "@/tool/https";
|
||||
import { ExclamationCircleOutlined } from '@ant-design/icons-vue';
|
||||
@@ -357,16 +357,12 @@ export default defineComponent({
|
||||
let sketchGrouping = 3; //sketch分组
|
||||
let likeDesign = 4; //整体图分组
|
||||
let disposeMoodboardShow = true;
|
||||
|
||||
|
||||
let canvasState = ref()//存放canvas操作
|
||||
let reverseCanvasState = ref([])//存放canvas操作
|
||||
let normalCanvasState = ref([])//存放canvas操作
|
||||
let isLoadCanvas = false//撤回或者反撤回false为撤回
|
||||
let userlikeGroupId = 0
|
||||
let beenPublished = 0
|
||||
let init = (productData) => {
|
||||
beenPublished = productData.beenPublished
|
||||
userlikeGroupId = productData.userlikeGroupId
|
||||
canvasWH.value.height = 100
|
||||
normalCanvasState.value = []
|
||||
@@ -745,11 +741,11 @@ export default defineComponent({
|
||||
};
|
||||
if (key == "likeDesignCollectionList") {
|
||||
data.imgUrl = item.designOutfitUrl;
|
||||
data.name = "result" + index + "." + data.imgUrl.split(".").pop().split("?").shift();;
|
||||
data.name = "result" + index + "." + data.imgUrl.split(".").pop().split("?").shift();
|
||||
}
|
||||
if (key == "FinalizeImage") {
|
||||
data.imgUrl = item.designOutfitUrl;
|
||||
data.name = "porduct" + index + "." + data.imgUrl.split(".").pop().split("?").shift();;
|
||||
data.imgUrl = item.url;
|
||||
data.name = "Finalize" + index + "." + data.imgUrl.split(".").pop().split("?").shift();
|
||||
}
|
||||
img.push(data);
|
||||
index++;
|
||||
@@ -1843,7 +1839,6 @@ export default defineComponent({
|
||||
let data = {
|
||||
"imgUrl":imageDataURL,
|
||||
userlikeGroupId:userlikeGroupId,
|
||||
beenPublished
|
||||
}
|
||||
publishModal.init(data)
|
||||
}
|
||||
@@ -2133,7 +2128,7 @@ export default defineComponent({
|
||||
position: sticky;
|
||||
background: #f9fafb;
|
||||
z-index: 2;
|
||||
bottom: 0;
|
||||
bottom: -1px;
|
||||
.exportCanvasBox_left_btn{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
Reference in New Issue
Block a user