Merge branch 'develop' into localDevelop
This commit is contained in:
@@ -1443,7 +1443,7 @@ export default defineComponent({
|
||||
// message.info('Your print is empty')
|
||||
// return
|
||||
// }
|
||||
if(this.allBoardData.printboardFiles.length<=0){
|
||||
if(allBoardData.value.printboardFiles.length<=0){
|
||||
return
|
||||
}
|
||||
if(credits.value < 30){
|
||||
@@ -1578,6 +1578,7 @@ export default defineComponent({
|
||||
Promise.all(allPromise)
|
||||
.then(promiseArr => {
|
||||
if(arr.length > 0){
|
||||
arr.forEach((item,index)=>arr[index]+=1)
|
||||
let str = arr.join(',')
|
||||
message.info(useI18.t('exportModel.jsContent5',{str:str}))
|
||||
return
|
||||
|
||||
@@ -1205,8 +1205,7 @@ export default defineComponent({
|
||||
}
|
||||
.input_box{
|
||||
input{
|
||||
&.forbidden{
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
.modal_img{
|
||||
|
||||
Reference in New Issue
Block a user