Skip to content

Commit 70fa6d0

Browse files
committed
update
1 parent 5447e00 commit 70fa6d0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pages/home/message.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,7 @@ <h4 class="title">美居精选</h4>
143143
});
144144
})
145145
$('.read-btn').on('click', function () {
146-
var str = '彻底删除后将无法恢复,您确定要删除吗?';
147-
layer.confirm(str, {icon: 3, title:'提示'}, function(index){
148-
//do something
149-
150-
layer.close(index);
151-
});
146+
// 全部标为已读
152147
})
153148
});
154149
</script>

0 commit comments

Comments
 (0)