@@ -73,6 +73,13 @@
contentType:'application/json',
success:function(res){
console.log(res);
+ if(res.errcode =='0') {
+ if(res.data.length>0) {
+ var head = res.data[0];
+ $('.notice').text(head.title)
+ }
+
},
error:function (e) {
console.error(e)