|
|
|
|
@ -1,9 +1,9 @@
|
|
|
|
|
<template>
|
|
|
|
|
<div style="min-height: 100vh" class="g_bg_f_5">
|
|
|
|
|
<div style="" class="g_bg_f_5">
|
|
|
|
|
<view class="" v-if="isLogin && is_use_im == 1">
|
|
|
|
|
<scroll-view @scroll="getScrollInfo" :scroll-top="resetScroll" :style="{ height: `calc(100vh - ${isLogin && is_use_im == 1 ? tabbarHeight + 43 : 0}px)` }" :scroll-y="true">
|
|
|
|
|
<scroll-view @scroll="getScrollInfo" :scroll-top="resetScroll" style="height: 100vh" :scroll-y="true">
|
|
|
|
|
<view class="" v-if="is_use_im == 1">
|
|
|
|
|
<div style="height: 10px" class="2" v-if="current == 1 || current == 2"></div>
|
|
|
|
|
<div style="height: 10px"></div>
|
|
|
|
|
<view class="" v-show="isLogin ? current == 0 : current == 1">
|
|
|
|
|
<g-message-cell ref="AIList" @exportClickImage="openServer" v-if="isJm" />
|
|
|
|
|
<view class="">
|
|
|
|
|
|