This commit is contained in:
lnn19986213 2024-03-21 13:25:09 +08:00
parent 02d38012d4
commit 41b8071b30
1 changed files with 7 additions and 3 deletions

View File

@ -74,6 +74,12 @@
this.id = op.id
this.getData()
},
onShow() {
wx.showShareMenu({
withShareTicket: true,
menus: ['shareAppMessage', 'shareTimeline']
})
},
methods: {
onBindplay() {
// this.player.play()
@ -91,9 +97,7 @@
},
getData() {
this.http
.request("/exhibition/details", {
id: this.id
}, "GET")
.request("/exhibition/details/" + this.id, {}, "GET")
.then((res) => {
if (res.code == 200) {
this.type = res.data.type