@@ -127,10 +127,6 @@
size: 1000
}, 'POST').then(res => {
this.classShowList = res.data.row
- this.$refs.uTips.show({
- title: '班级近况发布成功',
- type: 'success',
- })
}).catch(error => {
this.$refs.uTips.show({
title: error.message,