前端
This commit is contained in:
parent
280ad5e96e
commit
de623a78c6
@ -1871,9 +1871,9 @@ if ($act == 'newevent') {
|
||||
},
|
||||
|
||||
eventRender: function (event, element) {
|
||||
console.log(event)
|
||||
console.log(element)
|
||||
if(event.id == '7542'){
|
||||
// console.log(event)
|
||||
// console.log(element)
|
||||
if(event.isYanqi){
|
||||
element.html(event.title + '<img class="yanqi" src="assets/images/yanqi.png"/>');
|
||||
}else {
|
||||
element.html(event.title);
|
||||
|
Loading…
Reference in New Issue
Block a user