Component({ data: { support: "../../../../images/support.png", supported: "../../../../images/supported.png", dispport: "../../../../images/dispport.png", dispported: "../../../../images/dispported.png" }, properties: { detailObj: { type: Object, value: {} } }, lifetimes: { }, pageLifetimes: { }, methods: { supportIssueOrProject () { this.triggerEvent("supportIssueOrProject") }, dispportIssueOrProject () { this.triggerEvent("dispportIssueOrProject") }, preViewImage (e) { wx.previewImage({ urls: this.data.detailObj.images, current: e.currentTarget.dataset.src }) } } })