|
@@ -15,7 +15,7 @@
|
|
|
class="overflow-hidden header header-fixed header-bg"
|
|
|
:style="{ paddingTop: safeAreaInsets?.top + 'px' }"
|
|
|
>
|
|
|
- <wd-badge modelValue="12">
|
|
|
+ <wd-badge modelValue="12" @click="watchNotice">
|
|
|
<wd-icon name="dong" size="52rpx" />
|
|
|
</wd-badge>
|
|
|
<view class="input-box mt-2" @click="handleSerch">
|
|
@@ -147,6 +147,10 @@ const addBattle = (val) => {
|
|
|
uni.navigateTo({ url: '/pages/battleForm/battleForm?type=1' })
|
|
|
}
|
|
|
|
|
|
+// 查看消息
|
|
|
+const watchNotice = () => {
|
|
|
+ uni.navigateTo({ url: '/pages/notice/notice' })
|
|
|
+}
|
|
|
onMounted(() => {
|
|
|
// logins()
|
|
|
})
|