|
@@ -53,7 +53,7 @@ Component({
|
|
|
goToProductPage() {
|
|
goToProductPage() {
|
|
|
wx.setStorageSync('healthAnalysisReportId', this.data.id);
|
|
wx.setStorageSync('healthAnalysisReportId', this.data.id);
|
|
|
if (this.data.id) {
|
|
if (this.data.id) {
|
|
|
- wx.navigateTo({
|
|
|
|
|
|
|
+ wx.redirectTo({
|
|
|
url: `/module/order/pages/select-goods/select-goods?healthAnalysisReportId=${this.data.id}`,
|
|
url: `/module/order/pages/select-goods/select-goods?healthAnalysisReportId=${this.data.id}`,
|
|
|
fail: (err) => {
|
|
fail: (err) => {
|
|
|
getTickleContext.call(this).showWarnMessage(err.errMsg || "跳转失败");
|
|
getTickleContext.call(this).showWarnMessage(err.errMsg || "跳转失败");
|