zhengyiming
5 天以前 e9ce7a54edc42dbc12d039133b5954d259ddeefb
apps/underTakeMiniApp/src/pages/mine/index.vue
@@ -89,7 +89,7 @@
        >
      </template>
    </ContentView>
    <CustomerServiceButton />
    <!-- <CustomerServiceButton /> -->
  </PageLayoutWithBg>
</template>
@@ -110,7 +110,7 @@
import { Message } from '@12333/utils';
import { useUserStore } from '@/stores/modules/user';
import { useQueryClient } from '@tanstack/vue-query';
import { TaskDetailWelfareItem, CustomerServiceButton } from '@12333/components';
import { TaskDetailWelfareItem, Cell } from '@12333/components';
import { EnumUserGender } from '@12333/constants';
const userStore = useUserStore();