fix
This commit is contained in:
@@ -391,7 +391,7 @@ export default defineComponent({
|
||||
"likeDesignCollectionList",
|
||||
productData.key,
|
||||
];
|
||||
isShowMark.value = true
|
||||
// isShowMark.value = true
|
||||
nextTick(async ()=>{
|
||||
let oldExportCanvas
|
||||
let localCanvas = localStorage.getItem('canvasContent')
|
||||
@@ -418,6 +418,9 @@ export default defineComponent({
|
||||
}
|
||||
})
|
||||
if(!oldExportCanvas){
|
||||
let data = {
|
||||
userLikeGroupId:userlikeGroupId
|
||||
}
|
||||
oldExportCanvas = await new Promise((resolve, reject) => {
|
||||
Https.axiosPost(Https.httpUrls.exportSearch, data)
|
||||
.then((rv) => {
|
||||
@@ -436,9 +439,7 @@ export default defineComponent({
|
||||
let margin = 20; //每个图形边距
|
||||
let maxHeight = 0
|
||||
let sketchXy = {x:0,y:0}
|
||||
let data = {
|
||||
userLikeGroupId:userlikeGroupId
|
||||
}
|
||||
|
||||
contentKeyList.forEach((item)=>{
|
||||
if(item !== 'likeDesignCollectionList')imgWidth[item] = setImageWidth(item)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user