Component({ properties: {}, data: { isShow: !1 }, methods: { gotoAudio: function(e) { var o = wx.getStorageSync("currentAlbum"), t = o.currentProgramIndex; o && null != t && wx.navigateTo({ url: "/pages/album/audio/index?id=" + o.id + "&index=" + t }); } } });