setNavigationBarTitle
This commit is contained in:
@@ -33,6 +33,7 @@ export default {
|
||||
computed: {},
|
||||
watch: {},
|
||||
onLoad(o) {
|
||||
uni.setNavigationBarTitle({ title: '公告详情' })
|
||||
this.id = o.id
|
||||
this.getDetail()
|
||||
},
|
||||
@@ -48,10 +49,10 @@ export default {
|
||||
}
|
||||
})
|
||||
},
|
||||
previewImage (images, img) {
|
||||
previewImage(images, img) {
|
||||
uni.previewImage({
|
||||
urls: images.map(v => v.url),
|
||||
current: img
|
||||
urls: images.map((v) => v.url),
|
||||
current: img,
|
||||
})
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user