小程序
This commit is contained in:
@@ -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 {
|
||||
|
||||
BIN
project/pidu/app/AppSensitive/components/img/app-icon.png
Normal file
BIN
project/pidu/app/AppSensitive/components/img/app-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
BIN
project/pidu/app/AppSensitive/components/img/app-mini-icon.png
Normal file
BIN
project/pidu/app/AppSensitive/components/img/app-mini-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 830 B |
@@ -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 {
|
||||
|
||||
BIN
project/pidu/app/AppSessionArchive/components/img/app-icon.png
Normal file
BIN
project/pidu/app/AppSessionArchive/components/img/app-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 830 B |
Reference in New Issue
Block a user