Browse Source

优化消息未读提示

master
Enzo 5 years ago
parent
commit
c7431fabf6
  1. 7
      canteen/pages/index/index.vue
  2. 7
      supplier/pages/index/index.vue

7
canteen/pages/index/index.vue

@ -37,7 +37,7 @@
block_list: []
}
},
onLoad() {
onShow() {
// todo
this.getHomeData();
},
@ -83,8 +83,9 @@
</style>
<style lang="scss" scoped="scoped">
.message-tag {
width: 60rpx;
height: 60rpx;
width: 52rpx;
height: 52rpx;
font-size: 16rpx;
background-color: red;
border-radius: 50%;
margin-right: 10rpx;

7
supplier/pages/index/index.vue

@ -37,7 +37,7 @@
block_list: []
}
},
onLoad(){
onShow() {
// todo
this.getData();
},
@ -85,8 +85,9 @@
</style>
<style lang="scss" scoped="scoped">
.message-tag {
width: 60rpx;
height: 60rpx;
width: 52rpx;
height: 52rpx;
font-size: 16rpx;
background-color: red;
border-radius: 50%;
margin-right: 10rpx;

Loading…
Cancel
Save