no message

cyl/master
jscyl13849007907 1 week ago
parent 979f8fa19e
commit 03db49921a

@ -17,8 +17,8 @@
</div> </div>
<div class="bottom-line g_flex_column_center g_flex_1" style="padding-left: 10px"> <div class="bottom-line g_flex_column_center g_flex_1" style="padding-left: 10px">
<div class="g_fs_17 g_flex_row_between" v-if="item.userinfo && item.userinfo[0].name"> <div class="g_fs_17 g_flex_row_between" v-if="item.userinfo && item.userinfo[0].name">
<div class="g_ell_1 g_flex_1" style="color: #333"> <div class="g_ell_1 g_flex_1" style="color: #333;font-size: 14px;">
{{ item.userinfo[0].name }} <span v-if="item.subtitle" style="color: orange">@{{ item.subtitle }}</span> {{ item.userinfo[0].name }} <span v-if="item.subtitle" style="color: orange;font-size: 14px;">@{{ item.subtitle }}</span>
</div> </div>
<div class="g_flex_none g_fs_12 g_ml_10" style="color: #999"> <div class="g_flex_none g_fs_12 g_ml_10" style="color: #999">
{{ item.time }} {{ item.time }}

@ -53,7 +53,8 @@ export default {
cdnBaseImg: this.G.store().cdnBaseImg, cdnBaseImg: this.G.store().cdnBaseImg,
corpUserFlag: uni.getStorageSync("apply-userinfo").corpUserFlag, corpUserFlag: uni.getStorageSync("apply-userinfo").corpUserFlag,
wyyxTabGroup: [], wyyxTabGroup: [],
randomTime: this.generateRandomTime(), // randomTime: this.generateRandomTime(), // ,
appinfo:uni.getStorageSync("miniApp-info")
}; };
}, },
mounted() { mounted() {
@ -73,9 +74,9 @@ export default {
let config = uni.getStorageSync("chat_config"); let config = uni.getStorageSync("chat_config");
botArray = [ botArray = [
{ {
title: "大鹏", //config.name, title: that.appinfo.aiRobotName, //config.name,
sub_title: "人海AI供应链智能助理", //config.description, sub_title: that.appinfo.appName + "平台智能助理", //config.description,
avatar: that.cdnBaseImg + "v3/add1.png", //config.icon_url, avatar: that.appinfo && that.appinfo.logo ? that.appinfo.logo : that.cdnBaseImg + "v3/add1.png", //config.icon_url,
path: "/root/chat/index", path: "/root/chat/index",
tip: "rgpp", tip: "rgpp",
randomTime: that.generateRandomTime(), // randomTime: that.generateRandomTime(), //

@ -52,7 +52,7 @@
> >
<view class="g_flex_c g_h_48 g_w_40 g_flex_none"> <view class="g_flex_c g_h_48 g_w_40 g_flex_none">
<!-- <image class="g_w_48 g_h_48" :src="noticeImg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload=""> </image> --> <!-- <image class="g_w_48 g_h_48" :src="noticeImg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload=""> </image> -->
<i class="iconfont icon-sound" style="font-size: 24px;"></i> <i class="iconfont icon-sound" style="font-size: 24px;color: #666;"></i>
</view> </view>
<view :style="{ <view :style="{
'width':'calc(100vw - ' + (isJm ? 90 : 80) + 'px)' 'width':'calc(100vw - ' + (isJm ? 90 : 80) + 'px)'

@ -25,7 +25,7 @@
@copyVal="onCopyVal" @copyVal="onCopyVal"
/> />
</view> --> </view> -->
<view class="g_pt_16"> <view class="g_pt_8">
<g-panel-form-item :list="[{ icon_after: userinfo.realName ? 'yirenzheng g_c_main' : '', label: '实名认证', result: userinfo.realName ? '' : '去认证', path: '/root/person/idcardForm', type: userinfo.realName ? 'slot' : '' }]" @clickItem="goRealName" /> <g-panel-form-item :list="[{ icon_after: userinfo.realName ? 'yirenzheng g_c_main' : '', label: '实名认证', result: userinfo.realName ? '' : '去认证', path: '/root/person/idcardForm', type: userinfo.realName ? 'slot' : '' }]" @clickItem="goRealName" />
</view> </view>
</view> </view>

@ -1,6 +1,6 @@
<template> <template>
<view class="p-root-person-pwdForget g_w_all g_h_all g_bg_f_5 g_kuaishou"> <view class="p-root-person-pwdForget g_w_all g_h_all g_bg_f_5 g_kuaishou">
<view class="g_pt_16 g_mb_24"> <view class="g_pt_10 g_mb_24">
<g-panel-form-slot <g-panel-form-slot
:list="[ :list="[
{ {

@ -1,6 +1,6 @@
<template> <template>
<view class="p-root-person-pwdLogin g_w_all g_h_all g_bg_f_5 g_kuaishou"> <view class="p-root-person-pwdLogin g_w_all g_h_all g_bg_f_5 g_kuaishou">
<view class="g_pt_16"> <view class="g_pt_10">
<g-panel-form-slot <g-panel-form-slot
:list="[ :list="[
{ {

@ -1,6 +1,6 @@
<template> <template>
<view class="p-root-person-userinfo g_w_all g_h_all g_bg_f_5 g_kuaishou"> <view class="p-root-person-userinfo g_w_all g_h_all g_bg_f_5 g_kuaishou">
<view class="g_h_16"></view> <view class="g_h_10"></view>
<g-panel-form-item <g-panel-form-item
:list="[ :list="[
{ {

Loading…
Cancel
Save