|
|
|
@ -1,7 +1,7 @@
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<view class="p-person-info g_w_all g_h_all g_bg_f_5 g_kuaishou">
|
|
|
|
<view class="p-person-info g_w_all g_h_all g_bg_f_5 g_kuaishou">
|
|
|
|
<view class="g_bg_f sticky" :style="{ boxShadow: '0px 4px 4px 0px rgba(218, 218, 218, 0.5)' }">
|
|
|
|
<view class="g_bg_f sticky" :style="{ boxShadow: '0px 4px 4px 0px rgba(218, 218, 218, 0.5)' }">
|
|
|
|
<g-tabs bg-color="transparent" from="index" :list="menuList" :is-scroll="false" v-model="menuActive" bar-width="64" bar-height="6" @change="handleUpdateMenu" font-size="32" duration="0.05" height="76"></g-tabs>
|
|
|
|
<g-tabs bg-color="transparent" from="index" :list="menuList" :is-scroll="false" :current="menuActive" bar-width="64" bar-height="6" @change="handleUpdateMenu" font-size="32" duration="0.05" height="76"></g-tabs>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<scroll-view class="" :scroll-y="true" style="height: calc(100vh - 38px)">
|
|
|
|
<scroll-view class="" :scroll-y="true" style="height: calc(100vh - 38px)">
|
|
|
|
<view class="g_h_10"> </view>
|
|
|
|
<view class="g_h_10"> </view>
|
|
|
|
|