小程序
This commit is contained in:
@@ -91,8 +91,11 @@
|
|||||||
<p>{{item.title}}</p>
|
<p>{{item.title}}</p>
|
||||||
<div>{{item.username}}{{item.displayname}}</div>
|
<div>{{item.username}}{{item.displayname}}</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="card-right">
|
||||||
|
<img src="./img/app-icon.png" alt="" >
|
||||||
</div>
|
</div>
|
||||||
<div class="bottom">小程序</div>
|
</div>
|
||||||
|
<div class="bottom"><img src="./img/app-mini-icon.png" alt="" >小程序</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card-info" v-if="item.msgType == 'link'" @click="openLink(item)">
|
<div class="card-info" v-if="item.msgType == 'link'" @click="openLink(item)">
|
||||||
@@ -236,8 +239,8 @@ export default {
|
|||||||
params: {
|
params: {
|
||||||
current: this.current,
|
current: this.current,
|
||||||
size: 10,
|
size: 10,
|
||||||
msgType: this.tabList[this.currentTabs].value,
|
// msgType: this.tabList[this.currentTabs].value,
|
||||||
// msgType: 'location',
|
msgType: 'weapp',
|
||||||
toUserId: this.toUserId,
|
toUserId: this.toUserId,
|
||||||
roomId: this.roomId,
|
roomId: this.roomId,
|
||||||
type: this.type,
|
type: this.type,
|
||||||
@@ -533,6 +536,11 @@ export default {
|
|||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
color: #999;
|
color: #999;
|
||||||
border-top: 1px solid #eee;
|
border-top: 1px solid #eee;
|
||||||
|
img {
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
margin-right: 8px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.map-info {
|
.map-info {
|
||||||
|
|||||||
BIN
src/project/pidu/AppConversation/img/app-icon.png
Normal file
BIN
src/project/pidu/AppConversation/img/app-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
BIN
src/project/pidu/AppConversation/img/app-mini-icon.png
Normal file
BIN
src/project/pidu/AppConversation/img/app-mini-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 830 B |
BIN
src/project/pidu/AppSensitive/img/app-icon.png
Normal file
BIN
src/project/pidu/AppSensitive/img/app-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
BIN
src/project/pidu/AppSensitive/img/app-mini-icon.png
Normal file
BIN
src/project/pidu/AppSensitive/img/app-mini-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 830 B |
@@ -271,8 +271,6 @@
|
|||||||
<div class="popup-btn" @click="addApp">确定</div>
|
<div class="popup-btn" @click="addApp">确定</div>
|
||||||
</u-popup>
|
</u-popup>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="btn">
|
<div class="btn">
|
||||||
<div class="submitBtn" @click="confirm">通知成员发送</div>
|
<div class="submitBtn" @click="confirm">通知成员发送</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user