You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
418 B
JavaScript
13 lines
418 B
JavaScript
import commonJS from './common.js'
|
|
export let chatMock = [
|
|
{
|
|
avatar:uni.getStorageSync("miniApp-info").logo,
|
|
username:uni.getStorageSync("miniApp-info").fullName,
|
|
msg:'你好,我是伯才智能工作助理老灯,以后找工作不用跟老板谈了,直接来找老灯。说说你的要求,我们开始吧…',
|
|
isGood:false,
|
|
isDown:false,
|
|
chat_type:'text',
|
|
isToggle:false,
|
|
isShowIcon:true,
|
|
}
|
|
] |