1
admin
2026-01-07 29f3a095dc58860849cdaa0b057b9fab495e5f6d
src/page/home/Subscription.vue
@@ -3,16 +3,17 @@
        <div class="heabox">
            <div class="toubu">
                <span class="fanhui" @click="$router.go(-1)"></span>
                <van-tabs v-model="tabactive" class="ghbn" @click="getNewsList" color="#ffffff"
                <div class="title-text">{{ getTitle() }}</div>
                <!-- <van-tabs v-model="tabactive" class="ghbn" @click="getNewsList" color="#ffffff"
                    title-inactive-color="#ffffff" title-active-color="#ffffff"
                    background="transparent">
                    <van-tab :title="$t('jy534')" name="1"></van-tab>
                    <van-tab :title="$t('jy189')" name="2"></van-tab>
                    <van-tab :title="$t('jy187')" name="3"></van-tab>
                    <!-- <van-tab title="新债配售" name="4"></van-tab> -->
                    <van-tab :title="$t('jy536')" name="4"></van-tab>
                    <van-tab :title="$t('jy188')" name="5"></van-tab>
                </van-tabs>
                </van-tabs> -->
            </div>
            <div class="suo" @click="getsearch"><a class="tr"></a></div>
        </div>
@@ -68,6 +69,16 @@
              path: '/Searchlist'
            })
            // }
        },
        getTitle() {
            const titleMap = {
                '1': this.$t('jy534'), // 战略配售
                '2': this.$t('jy189'), // 新股抢筹
                '3': this.$t('jy187'), // 新债申购
                '4': this.$t('jy536'), // 折价交易
                '5': this.$t('jy188')  // VIP抢筹
            };
            return titleMap[String(this.tabactive)] || this.$t('jy534');
        }
    },
}
@@ -102,6 +113,16 @@
            margin-left: 0.32rem;
        }
        .title-text {
            flex: 1;
            text-align: center;
            color: #ffffff;
            font-size: 0.48rem;
            font-weight: 500;
            line-height: 1.2rem;
            margin-top: 0.45rem;
        }
        .ghbn {
            width: 100%;
        }