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

7
supplier/pages/index/index.vue

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

Loading…
Cancel
Save