小程序
This commit is contained in:
@@ -239,12 +239,14 @@
|
||||
<div class="card-info" v-if="item.msgType == 'weapp'">
|
||||
<div class="top">
|
||||
<div class="card-left">
|
||||
<h3>{{ item.description }}</h3>
|
||||
<p>{{ item.title }}</p>
|
||||
<div>{{ item.username }}{{ item.displayname }}</div>
|
||||
<h3>{{item.displayName}}</h3>
|
||||
<p>{{item.title}}</p>
|
||||
</div>
|
||||
<div class="card-right">
|
||||
<img src="./img/app-icon.png" alt="" >
|
||||
</div>
|
||||
</div>
|
||||
<div class="bottom">小程序</div>
|
||||
<div class="bottom"><img src="./img/app-mini-icon.png" alt="" >小程序</div>
|
||||
</div>
|
||||
|
||||
<div
|
||||
@@ -549,7 +551,7 @@ export default {
|
||||
size: 8,
|
||||
current: this.msgCurrent,
|
||||
msgType: this.msgTypeList[this.msgType].value,
|
||||
// msgType: 'file',
|
||||
// msgType: 'weapp',
|
||||
toUserId:
|
||||
this.list[this.leftActiveIndex].type == 1
|
||||
? ""
|
||||
@@ -983,6 +985,11 @@ export default {
|
||||
font-size: 16px;
|
||||
color: #666;
|
||||
border-top: 1px solid #eee;
|
||||
img {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.pointer {
|
||||
|
||||
Reference in New Issue
Block a user