Commit ce66b087 authored by caoxu's avatar caoxu

Remove: 去掉MeetPanda FirstPage返回键

parent 0ae6157a
<template> <template>
<div class="meetpanda-page"> <div class="meetpanda-page">
<div class="header"> <div class="header">
<button class="back-button" @click="goBack"></button>
<h1 class="page-title">MeetPanda</h1> <h1 class="page-title">MeetPanda</h1>
</div> </div>
...@@ -160,10 +159,6 @@ const dynamics = ref([ ...@@ -160,10 +159,6 @@ const dynamics = ref([
} }
]) ])
const goBack = () => {
router.back()
}
const searchByTag = (tag) => { const searchByTag = (tag) => {
searchQuery.value = tag searchQuery.value = tag
console.log('搜索标签:', tag) console.log('搜索标签:', tag)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment