|  | @@ -130,7 +130,7 @@
 | 
	
		
			
				|  |  |        </div>
 | 
	
		
			
				|  |  |        <div class="input-section">
 | 
	
		
			
				|  |  |          <div class="input-title input-slider">
 | 
	
		
			
				|  |  | -          <span>设置为置顶</span>
 | 
	
		
			
				|  |  | +          <span>设为置顶</span>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |            <Slider :open="isTop" @change="onIsTop" />
 | 
	
		
			
				|  |  |          </div>
 | 
	
	
		
			
				|  | @@ -241,13 +241,22 @@ const ManageNotification = defineComponent({
 | 
	
		
			
				|  |  |            });
 | 
	
		
			
				|  |  |            data.page = 1;
 | 
	
		
			
				|  |  |            data.groupList = [];
 | 
	
		
			
				|  |  | -          getNotification();
 | 
	
		
			
				|  |  | +          TUIMessage({
 | 
	
		
			
				|  |  | +            message: item.topFlag ? '取消置顶成功' : '设为置顶成功',
 | 
	
		
			
				|  |  | +            isH5: false,
 | 
	
		
			
				|  |  | +            type: "success",
 | 
	
		
			
				|  |  | +          });
 | 
	
		
			
				|  |  |          } else if (type === "delete") {
 | 
	
		
			
				|  |  |            await imGroupNoticeRemove({
 | 
	
		
			
				|  |  |              id: item.id,
 | 
	
		
			
				|  |  |            });
 | 
	
		
			
				|  |  |            data.page = 1;
 | 
	
		
			
				|  |  |            data.groupList = [];
 | 
	
		
			
				|  |  | +          TUIMessage({
 | 
	
		
			
				|  |  | +            message: '删除成功',
 | 
	
		
			
				|  |  | +            isH5: false,
 | 
	
		
			
				|  |  | +            type: "success",
 | 
	
		
			
				|  |  | +          });
 | 
	
		
			
				|  |  |            getNotification();
 | 
	
		
			
				|  |  |          } else if (type === "add") {
 | 
	
		
			
				|  |  |            data.isEdit = true;
 | 
	
	
		
			
				|  | @@ -282,6 +291,7 @@ const ManageNotification = defineComponent({
 | 
	
		
			
				|  |  |              content: data.input,
 | 
	
		
			
				|  |  |              id: data.id,
 | 
	
		
			
				|  |  |            });
 | 
	
		
			
				|  |  | +          
 | 
	
		
			
				|  |  |          } else {
 | 
	
		
			
				|  |  |            await imGroupNoticeSave({
 | 
	
		
			
				|  |  |              imGroupId: data.groupProfile.groupID,
 | 
	
	
		
			
				|  | @@ -291,6 +301,12 @@ const ManageNotification = defineComponent({
 | 
	
		
			
				|  |  |            });
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +        TUIMessage({
 | 
	
		
			
				|  |  | +          message: '发布成功',
 | 
	
		
			
				|  |  | +          isH5: false,
 | 
	
		
			
				|  |  | +          type: "success",
 | 
	
		
			
				|  |  | +        });
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |          data.isEdit = false;
 | 
	
		
			
				|  |  |          ctx.emit("changeStatus", "submit");
 | 
	
		
			
				|  |  |          data.page = 1;
 |