|  |  | 
 |  |  |     "quickapp" : {}, | 
 |  |  |     /* 快应用特有相关 */ | 
 |  |  |     "mp-weixin" : { | 
 |  |  |         "appid" : "wx1441324401626290", | 
 |  |  |         "appid" : "wx6d0ecc4e18710458", | 
 |  |  |         "setting" : { | 
 |  |  |             "urlCheck" : false, | 
 |  |  |             "es6" : true, | 
 
 |  |  | 
 |  |  |             this.$http.request('get', '/api/pub/announcement/list/' + type, {
 | 
 |  |  |                 params: {
 | 
 |  |  |                     size: 5,
 | 
 |  |  |                     // status: 'A'
 | 
 |  |  |                     status: 'A'
 | 
 |  |  |                 }
 | 
 |  |  |             }).then(res => {
 | 
 |  |  |                 if (res.code === 0) {
 | 
 
 |  |  | 
 |  |  |                 } | 
 |  |  |             }).then(res => { | 
 |  |  |                 if (res.code == 0) { | 
 |  |  |                     this.noticeList = (res.data && res.data.records || []) | 
 |  |  |                     this.noticeList = (res.data && res.data || []) | 
 |  |  |                     console.log('this.noticeList', this.noticeList) | 
 |  |  |                     if (this.noticeList.length > 0) { | 
 |  |  |                         this.currentNotice = this.noticeList[0] |