This commit is contained in:
parent
02d38012d4
commit
41b8071b30
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue