| | |
| | | */ |
| | | data: { |
| | | bottomLift: 0, |
| | | current: 0, |
| | | id: '', |
| | | info: {}, |
| | | member: {}, |
| | |
| | | }) |
| | | } |
| | | }, |
| | | priviewBanner(e) { |
| | | const url = e.currentTarget.dataset.url |
| | | const { |
| | | info |
| | | } = this.data |
| | | wx.previewImage({ |
| | | urls: info.imageurlList, |
| | | current: url |
| | | }) |
| | | }, |
| | | bindchange(e) { |
| | | console.log('e', e.detail ); |
| | | this.setData({ current: e.detail.current }) |
| | | }, |
| | | priviewSpace(e) { |
| | | const url = e.currentTarget.dataset.url |
| | | const { |
| | | info |
| | | } = this.data |
| | | wx.previewImage({ |
| | | urls: info.imageurlList, |
| | | current: url |
| | | }) |
| | | }, |
| | | onShareAppMessage() { |
| | | console.log('用户点击了分享'); |
| | | }, |