小程序

This commit is contained in:
liuye
2023-06-30 14:35:02 +08:00
parent 8ac3ba535f
commit 21785c4276
6 changed files with 11 additions and 5 deletions

View File

@@ -91,8 +91,11 @@
<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" v-if="item.msgType == 'link'" @click="openLink(item)">
@@ -236,8 +239,8 @@ export default {
params: {
current: this.current,
size: 10,
msgType: this.tabList[this.currentTabs].value,
// msgType: 'location',
// msgType: this.tabList[this.currentTabs].value,
msgType: 'weapp',
toUserId: this.toUserId,
roomId: this.roomId,
type: this.type,
@@ -533,6 +536,11 @@ export default {
font-size: 22px;
color: #999;
border-top: 1px solid #eee;
img {
width: 20px;
height: 20px;
margin-right: 8px;
}
}
}
.map-info {

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 830 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 830 B

View File

@@ -271,8 +271,6 @@
<div class="popup-btn" @click="addApp">确定</div>
</u-popup>
<div class="btn">
<div class="submitBtn" @click="confirm">通知成员发送</div>
</div>