@@ -60,6 +60,7 @@
//详情页
goInfoPage(item) {
console.log('item',item)
+ item.isRead = true;
uni.navigateTo({
url: '/pages/views/information/informationInfo?item=' + encodeURIComponent(JSON.stringify(item))
});
@@ -199,9 +200,12 @@
}
.tips-box{
position: absolute;
- top:0;
- left:0;
+ top: 55px;
+ left: 50px;
background-color: #fa5151;
+ width: 15rpx;
+ height: 15rpx;
+ border-radius: 50%;