99
chenyc
2022-09-22 7387b15e920305560553601ef87a3d9da1d7d9dc
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;