例如使用wx.navigateTo跳转
wx.navigateTo({ url: `/pages/sharedPages/regionSelect/index/index?eventName=${this.regionEvent}`, })
跳转后的页面
onLoad: function (options) { console.log(options.eventName) //即可拿到上个页面传过来的参数 }
本文作者为gengboxb,转载请注明。
wx.navigateTo({ url: `/pages/sharedPages/regionSelect/index/index?eventName=${this.regionEvent}`, })
onLoad: function (options) { console.log(options.eventName) //即可拿到上个页面传过来的参数 }
本文作者为gengboxb,转载请注明。