bug
This commit is contained in:
		@@ -99,7 +99,6 @@ export default {
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
  onLoad(opt) {
 | 
			
		||||
    document.title = "新增公告";
 | 
			
		||||
    if(opt.id) {
 | 
			
		||||
      this.form.id = opt.id;
 | 
			
		||||
      this.flag = opt.flag;
 | 
			
		||||
@@ -171,6 +170,10 @@ export default {
 | 
			
		||||
      })
 | 
			
		||||
    },
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
  onShow() {
 | 
			
		||||
    document.title = "新增公告";
 | 
			
		||||
  },
 | 
			
		||||
  computed: {
 | 
			
		||||
    background() {
 | 
			
		||||
      return `url(${this.$cdn}/notice/jiaobiao.png) no-repeat; background-size: 46px 48px;position: absolute;bottom: 0;right: 0;`
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user