no message

cyl/job_im
jscyl13849007907 1 day ago
parent cbc763f34a
commit 7e51c92650

@ -440,7 +440,7 @@
const timeOut = document.getElementById("timeOut");
const noTimeOut = document.getElementById("noTimeOut");
const footerText = document.getElementById("footerText");
footerText.textContent = `© ${new Date().getFullYear()} 人海科技 技术支持 `;
footerText.textContent = `© ${new Date().getFullYear()} 人海云平台 技术支持 `;
// http://127.0.0.1:5500/agencyGroupUserApply.html?inviteUserId=123&agencyId=456&agencyName=%E6%98%A5%E9%9B%B7%E4%BA%BA%E5%8A%9B&agencyFullName=%E6%98%A5%E9%9B%B7&expirationTimestamp=13123123123123
const url = window.location.href;
let urlParams = getUrlParams(url);

@ -121,7 +121,7 @@ export default {
.mcell{
border-radius: 8px;
width: calc(100vw - 20px);
margin: 10px auto 0;
margin: 0px auto 0;
overflow: hidden;
}
</style>

@ -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="">

@ -60,10 +60,7 @@
<navigator url="/root/person/agreePrive" class="aLink">隐私政策</navigator>
</view>
<view class="g_flex_row_center" style="text-align: center; font-size: 12px; color: #999; line-height: 32px; box-sizing: border-box">
<view>
<image :src="svgBaseImg + 'b.svg'" style="width: 16px; height: 16px; vertical-align: text-bottom; position: relative"></image>
</view>
<view> 人海供应链技术支持 </view>
<view> 人海云平台 技术支持 </view>
</view>
</view>
</view>

@ -60,10 +60,7 @@
<navigator url="/root/person/agreePrive" class="aLink">隐私政策</navigator>
</view>
<view class="g_flex_row_center" style="text-align: center; font-size: 12px; color: #999; line-height: 32px; box-sizing: border-box">
<view>
<image :src="svgBaseImg + 'b.svg'" style="width: 16px; height: 16px; vertical-align: text-bottom; position: relative"></image>
</view>
<view> 人海供应链技术支持 </view>
<view> 人海云平台 技术支持 </view>
</view>
</view>
</view>

Loading…
Cancel
Save