This commit is contained in:
@jyuhsin
2024-12-11 17:24:21 +08:00
parent 2a8d01e3c6
commit 014beea7d4
2 changed files with 1 additions and 1 deletions

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

+1 -1
View File
@@ -184,7 +184,7 @@ layout("/mobile/platform.html"){
<van-row class="first module">
<div class="menu" style="border-radius: 10px">
<div @click="clickIndex = 3; getMsg()" class="menu_item">
<img alt="" class="menu_item_img" src="/assets/mobile/img/home/1.消息.png">
<img alt="" class="menu_item_img" src="/assets/mobile/img/home/1.message.png">
<span class="menu_item_name">消息</span>
<van-badge :content="msgCount" v-if="msgCount !== null"></van-badge>
</div>