mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-12 12:26:48 +08:00
feat:修改版本
This commit is contained in:
@@ -27,7 +27,7 @@ import { GET_USER_INFO } from "@/api/ThirdApi";
|
|||||||
import { getCookie } from "@/api/utils";
|
import { getCookie } from "@/api/utils";
|
||||||
|
|
||||||
import { USER_INFO } from "@/api/api";
|
import { USER_INFO } from "@/api/api";
|
||||||
console.log("版本2.1.3------------");
|
console.log("版本2.1.4------------");
|
||||||
const store = useStore();
|
const store = useStore();
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
|
|
||||||
|
|||||||
@@ -32,13 +32,15 @@
|
|||||||
<button
|
<button
|
||||||
@click="nowPost(info.discussDtoList[0].id)"
|
@click="nowPost(info.discussDtoList[0].id)"
|
||||||
:class="searchType === 1 ? 'new samebtn' : 'samebtn hot'"
|
:class="searchType === 1 ? 'new samebtn' : 'samebtn hot'"
|
||||||
|
style="padding: 1px 8px 1px 8px"
|
||||||
>
|
>
|
||||||
最新
|
最新
|
||||||
</button>
|
</button>
|
||||||
<div class="dd"></div>
|
|
||||||
<button
|
<button
|
||||||
@click="hotPost(info.discussDtoList[0].id)"
|
@click="hotPost(info.discussDtoList[0].id)"
|
||||||
:class="searchType === 2 ? 'new samebtn' : 'samebtn hot'"
|
:class="searchType === 2 ? 'new samebtn' : 'samebtn hot'"
|
||||||
|
style="margin-left: 15px; padding: 1px 8px 1px 8px"
|
||||||
>
|
>
|
||||||
最热
|
最热
|
||||||
</button>
|
</button>
|
||||||
@@ -343,8 +345,8 @@ watch(state.postList, () => {
|
|||||||
height: 10px;
|
height: 10px;
|
||||||
}
|
}
|
||||||
.samebtn {
|
.samebtn {
|
||||||
width: 42.5px;
|
// width: 42.5px;
|
||||||
height: 23px;
|
// height: 23px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
|||||||
Reference in New Issue
Block a user