提醒发送

This commit is contained in:
shijingjing
2022-07-18 14:03:18 +08:00
parent 93ec989475
commit bec9b3d432
2 changed files with 11 additions and 5 deletions

View File

@@ -35,7 +35,7 @@
<div>
<div class="textarea" v-if="content.length">{{ content[0].content }}</div>
<div class="pictures">
<!-- <image v-for="(item, index) in picList" :key="index" :src="item."/> -->
<!-- <image v-for="(item, index) in picList" :key="index" :src="item.url" @click.stop="previewImages(picList, item.url)/> -->
</div>
<div></div>
<div></div>
@@ -72,6 +72,12 @@ export default {
}
})
},
previewImage(images, img) {
uni.previewImage({
urls: images.map(v => v.url),
current: img
})
},
// 拒绝
refuseBtn() {
this.pass = 0