@ -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;
onLoad(){
this.getData();
@ -85,8 +85,9 @@