im模块增加
This commit is contained in:
@@ -3,23 +3,6 @@
|
||||
<list>
|
||||
<cell v-for="(item, index) in 99" :key="index">消息{{index}}</cell>
|
||||
</list>
|
||||
<!-- <view class="chat-soll">
|
||||
<view v-for="(item, index) in 50" :key="index">{{item}}滚动的聊天记录</view>
|
||||
</view>
|
||||
<view class="chat-footer">
|
||||
<view class="chat-inputs">
|
||||
<view class="chat-icon">
|
||||
<image src="@/static/im/icon_01.png" mode="widthFix"></image>
|
||||
</view>
|
||||
<input class="chat-input" type="text" placeholder="输入框" confirm-type="send">
|
||||
<view class="chat-icon">
|
||||
<image src="@/static/im/icon_02.png" mode="widthFix"></image>
|
||||
</view>
|
||||
<view class="chat-icon">
|
||||
<image src="@/static/im/icon_00.png" mode="widthFix"></image>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -58,6 +58,11 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
onShow() {
|
||||
console.log()
|
||||
|
||||
// this.$nim.msg()
|
||||
},
|
||||
methods: {
|
||||
onMsg(id){
|
||||
let cartId = id || null
|
||||
|
||||
Reference in New Issue
Block a user