|
@@ -321,11 +321,11 @@ export default{
|
|
|
//点击复制按钮
|
|
|
saveCopyPages(type){
|
|
|
if(this.copyPages.length===0){
|
|
|
- this.$message.warning(this.$('Slides.msg_olease_hold_select_ppt'))
|
|
|
+ this.$message.warning(this.$t('Slides.msg_olease_hold_select_ppt'))
|
|
|
return
|
|
|
}
|
|
|
if(type==='copy'){
|
|
|
- this.$message.success(this.$('Slides.msg_copy_ppt_success'))
|
|
|
+ this.$message.success(this.$t('Slides.msg_copy_ppt_success'))
|
|
|
}else{
|
|
|
//禁用动画效果
|
|
|
$('.flip-list-move').css('transition','transform 0s')
|
|
@@ -336,7 +336,7 @@ export default{
|
|
|
if(this.pageList.length>0&©PageIds.includes(this.currentItem.id)){
|
|
|
this.changeCurrentItem(this.pageList[0])
|
|
|
}
|
|
|
- this.$message.success(this.$('Slides.msg_cut_ppt_success'))
|
|
|
+ this.$message.success(this.$t('Slides.msg_cut_ppt_success'))
|
|
|
this.$nextTick(()=>{
|
|
|
$('.flip-list-move').css('transition','transform 0.5s')
|
|
|
})
|