99
chenyc
2022-09-22 7387b15e920305560553601ef87a3d9da1d7d9dc
99
3个文件已修改
8 ■■■■■ 已修改文件
src/App.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/home/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/myMine/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/App.vue
@@ -11,6 +11,7 @@
<style scoped lang="scss">
.app-view {
    display: grid;
    background-color:#F6FAFF;
}
</style>
src/views/home/index.vue
@@ -175,6 +175,7 @@
    ]
    const active=ref('home')
    const tabChang=(index:any)=>{
        alert(index)
        if (index==='home'){
            router.push('/')
        } else {
src/views/myMine/index.vue
@@ -110,6 +110,7 @@
    const router=useRouter()
    const active=ref('my')
    const tabChang=(index:any)=>{
        alert(index)
        if (index==='home'){
            router.push('/')
        } else {
@@ -119,11 +120,9 @@
</script>
<style lang="scss" scoped>
.page{
    background-color: #F6FAFF;
    background-color:#F6FAFF;
    position:relative;
    min-width: 375px;
    min-height: 800px;
    text-align: center;
    .hader{
        margin-top: 20px;
        margin-bottom: 20px;
@@ -210,6 +209,7 @@
            // margin-bottom: 20px;
        }
        .serveItem{
            text-align: center;
            margin-top: 20px;
            font-size: 13px;
            font-family: PingFangSC-Regular, PingFang SC;