uniapp微信小程序 uni.navigateTo跳转路径带参数

uni.navigateTo({
	url: "/pages/detail/detail?nameOrNumber=" + this
		.nameOrNumber + "&area=" + this.areaName + "®istrationStatus=" + this.registrationStatus + "&company=" + this.company
})

你可能感兴趣的:(uni-app,微信小程序,小程序)