소스 검색

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

liuboyan 4 년 전
부모
커밋
ba34a2056a
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  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,