提醒发送
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user