備注:
wx.navigateTo進行跳轉會往路由列表追加;
如果不使用 wx.navigateTo進行跳轉 this.getOpenerEventChannel()返回的是一個空對象
想使用
eventChannel.emit(this.opt.event, {data: ''});直接報錯;