Ver código fonte

Signed-off-by: liuboyan <632697560@qq.com>
bug

liuboyan 4 anos atrás
pai
commit
ba34a2056a
1 arquivos alterados com 0 adições e 4 exclusões
  1. 0 4
      pagesClass/classDetail.vue

+ 0 - 4
pagesClass/classDetail.vue

@@ -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,