UniApp中實(shí)現(xiàn)類似微信聊天@功能

使用UniApp ColorUi
1、chat.vue

<template>
    <view>
        <view
            class="input-content text-left" 
            :focus.sync="textareaFocus"
            @input="textareaBInput"
            ref="input-content" 
            placeholder="多行文本輸入框" 
            contenteditable="true">
            
        </view>
        <choose-person :visible.sync="choosePersonVisible" @check-person="checkPerson"></choose-person>
    </view>
</template>

<script>
    import choosePerson from './choose-person.vue'
    export default {
        components: {
            choosePerson
        },
        data() {
            return {
                // 內(nèi)容
                oldContent:'',
                content: '',
                cursorIndex:0,//光標(biāo)的位置
                // 選擇@人
                choosePersonVisible:false,
                textareaFocus:false,
            }
        },
        methods: {
            // 用戶輸入
            textareaBInput() {
                // 記錄當(dāng)前輸入的內(nèi)容
                this.content = this.$refs['input-content'].$el.innerHTML;
                const oldArr = this.oldContent.split('');
                const newArr = this.content.split('');
                let contentStr = this.content;
                // 找出當(dāng)前輸入的內(nèi)容
                oldArr.forEach(str=>{
                    contentStr = contentStr.replace(str,'');
                })
                // 輸入是@時(shí)
                if(contentStr === '@'){
                    this.choosePersonVisible = true;
                    this.textareaFocus = false;
                    
                    // 比對(duì)算法,找出當(dāng)前光標(biāo)的位置,找到當(dāng)前輸入的位置
                    newArr.some((now,index) => {
                        if(this.content.substring(0,index) !==  this.oldContent.substring(0,index)){
                            this.cursorIndex = index;
                            return true;
                        }
                        this.cursorIndex = 0;
                    })
                }
                this.oldContent = this.content
            },
            // 選擇@的人
            checkPerson(data){
                const span= `<span contenteditable="false" userName="${data.name}" userId="${data.personId}" style="color:#4A90E2;">@${data.name}</span>`;
                let html = this.$refs['input-content'].$el.innerHTML;
                // 光標(biāo)位置為0在后面追加,不為0從中間替換
                if(this.cursorIndex){
                    html = html.substr(0,this.cursorIndex-1)+span+html.substr(this.cursorIndex,html.length)
                }else{
                    html = html.substr(0,html.length-1)+span;
                }
                this.$refs['input-content'].$el.innerHTML = html;
                this.oldContent = this.$refs['input-content'].$el.innerHTML;
                
                this.choosePersonVisible = false;
                this.textareaFocus = true;
            },
        },
    }
</script>

<style lang="scss">
    .input-content{
        outline: none;
        margin: 16px 0 15px;
        height: 4.6em;
        width: 100%;
        line-height: 1.2em;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        font-size: 14px;
        padding: 0;
    }
</style>

調(diào)用chat組件

...
<chat ref="chat" class="flex-sub"></chat>
...
//使用這種方法獲取輸入的內(nèi)容
let content = this.$refs.chat.$refs['input-content'].$el.innerHTML

2、choose-person.vue

<template>
   <view class="cu-modal bottom-modal" :class="visible?'show':''">
       <view class="cu-dialog">
           <view class="cu-bar bg-white">
               <view class="action text-green"></view>
               <view class="action text-blue" @tap="hideModal">取消</view>
           </view>
           <view class="">
               <view class="cu-list menu-avatar">
                   <view class="cu-item" @tap="checkPerson">
                       <view class="cu-avatar round lg"
                           style="background-image:url(https://ossweb-img.qq.com/images/lol/web201310/skin/big10001.jpg);">
                       </view>
                       <view class="content">
                           <view class="text-grey">凱爾</view>
                       </view>
                   </view>
               </view>
           </view>
       </view>
   </view>
</template>

<script>
   export default{
       props:['visible'],
       methods:{
           hideModal(){
               this.$emit('update:visible',false)
           },
           checkPerson(){
               this.$emit('check-person',{personId:'1313',name:'凱爾'})
           }
       }
   }
</script>

<style>
</style>

效果展示


GIF 2021-9-1 16-56-58.gif
最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
  • 序言:七十年代末滩愁,一起剝皮案震驚了整個(gè)濱河市,隨后出現(xiàn)的幾起案子硝枉,更是在濱河造成了極大的恐慌妻味,老刑警劉巖,帶你破解...
    沈念sama閱讀 206,311評(píng)論 6 481
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件焦履,死亡現(xiàn)場(chǎng)離奇詭異嘉裤,居然都是意外死亡校套,警方通過查閱死者的電腦和手機(jī),發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,339評(píng)論 2 382
  • 文/潘曉璐 我一進(jìn)店門侨把,熙熙樓的掌柜王于貴愁眉苦臉地迎上來秋柄,“玉大人蠢正,你說我怎么就攤上這事”看ィ” “怎么了芦劣?”我有些...
    開封第一講書人閱讀 152,671評(píng)論 0 342
  • 文/不壞的土叔 我叫張陵说榆,是天一觀的道長(zhǎng)寸认。 經(jīng)常有香客問我偏塞,道長(zhǎng)邦鲫,這世上最難降的妖魔是什么? 我笑而不...
    開封第一講書人閱讀 55,252評(píng)論 1 279
  • 正文 為了忘掉前任怜姿,我火速辦了婚禮沧卢,結(jié)果婚禮上但狭,老公的妹妹穿的比我還像新娘撬即。我一直安慰自己,他們只是感情好剥槐,可當(dāng)我...
    茶點(diǎn)故事閱讀 64,253評(píng)論 5 371
  • 文/花漫 我一把揭開白布颅崩。 她就那樣靜靜地躺著,像睡著了一般沿后。 火紅的嫁衣襯著肌膚如雪尖滚。 梳的紋絲不亂的頭發(fā)上瞧柔,一...
    開封第一講書人閱讀 49,031評(píng)論 1 285
  • 那天,我揣著相機(jī)與錄音造锅,去河邊找鬼备绽。 笑死,一個(gè)胖子當(dāng)著我的面吹牛肺素,可吹牛的內(nèi)容都是我干的。 我是一名探鬼主播猴伶,決...
    沈念sama閱讀 38,340評(píng)論 3 399
  • 文/蒼蘭香墨 我猛地睜開眼他挎,長(zhǎng)吁一口氣:“原來是場(chǎng)噩夢(mèng)啊……” “哼捡需!你這毒婦竟也來了站辉?” 一聲冷哼從身側(cè)響起,我...
    開封第一講書人閱讀 36,973評(píng)論 0 259
  • 序言:老撾萬榮一對(duì)情侶失蹤,失蹤者是張志新(化名)和其女友劉穎汰蓉,沒想到半個(gè)月后,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體祝钢,經(jīng)...
    沈念sama閱讀 43,466評(píng)論 1 300
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡太颤,尸身上長(zhǎng)有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 35,937評(píng)論 2 323
  • 正文 我和宋清朗相戀三年龄章,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了乞封。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片肃晚。...
    茶點(diǎn)故事閱讀 38,039評(píng)論 1 333
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡关串,死狀恐怖监徘,靈堂內(nèi)的尸體忽然破棺而出凰盔,到底是詐尸還是另有隱情倦春,我是刑警寧澤,帶...
    沈念sama閱讀 33,701評(píng)論 4 323
  • 正文 年R本政府宣布尿庐,位于F島的核電站抄瑟,受9級(jí)特大地震影響,放射性物質(zhì)發(fā)生泄漏枉疼。R本人自食惡果不足惜往衷,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 39,254評(píng)論 3 307
  • 文/蒙蒙 一布轿、第九天 我趴在偏房一處隱蔽的房頂上張望来颤。 院中可真熱鬧,春花似錦福铅、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,259評(píng)論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽(yáng)巴粪。三九已至,卻和暖如春辫塌,著一層夾襖步出監(jiān)牢的瞬間派哲,已是汗流浹背臼氨。 一陣腳步聲響...
    開封第一講書人閱讀 31,485評(píng)論 1 262
  • 我被黑心中介騙來泰國(guó)打工, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留狮辽,地道東北人。 一個(gè)月前我還...
    沈念sama閱讀 45,497評(píng)論 2 354
  • 正文 我出身青樓巢寡,卻偏偏與公主長(zhǎng)得像喉脖,于是被迫代替她去往敵國(guó)和親。 傳聞我的和親對(duì)象是個(gè)殘疾皇子抑月,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 42,786評(píng)論 2 345

推薦閱讀更多精彩內(nèi)容