Browse Source

日历上的数

test
jianjun 3 years ago
parent
commit
e61e4e963d
  1. 7
      src/views/modules/communityParty/calendar/index.vue

7
src/views/modules/communityParty/calendar/index.vue

@ -604,6 +604,7 @@ export default {
this.monthData[index] = parseInt(item.count);
});
console.log("--------------monthData", this.monthData);
this.$forceUpdate()
}
} else {
this.$message.error(msg);
@ -775,11 +776,11 @@ $red: #f33;
box-shadow: 0 0 10px 5px #eee;
background-color: #ffffff;
font-size: 12px;
cursor: pointer;
color: #666666;
&:hover {
.all-list {
transform: scale(1);

Loading…
Cancel
Save