小程序

This commit is contained in:
liuye
2023-06-30 16:01:20 +08:00
parent 7d90a45cf6
commit fce4725783
6 changed files with 23 additions and 9 deletions

View File

@@ -128,12 +128,14 @@
<div class="card-info" v-if="item.msgType == 'weapp'">
<div class="top">
<div class="card-left">
<h3>{{item.description}}</h3>
<h3>{{item.displayName}}</h3>
<p>{{item.title}}</p>
<div>{{item.username}}{{item.displayname}}</div>
</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 class="card-info pointer" v-if="item.msgType == 'link'" @click="openLink(item)">
@@ -450,7 +452,7 @@
size: 8,
current: this.msgCurrent == 0 ? '' : this.msgCurrent,
msgType: this.msgTypeList[this.msgType].value,
// msgType: 'file',
// msgType: 'webapp',
toUserId: this.list[this.leftActiveIndex].type == 1 ? '' : this.list[this.leftActiveIndex].toUserId,
roomId: this.list[this.leftActiveIndex].type == 1 ? this.list[this.leftActiveIndex].roomId : '',
content: this.searchMsg,
@@ -915,6 +917,11 @@
font-size: 16px;
color: #666;
border-top: 1px solid #eee;
img {
width: 16px;
height: 16px;
margin-right: 8px;
}
}
}
.pointer {

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 830 B

View File

@@ -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 {

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 830 B