From 081effb3b37ba5d55623c4b4a9443992eb2b3f40 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 8 Feb 2023 14:13:58 +0800 Subject: [PATCH] bug --- .../app/AppMarketingActivity/components/Detail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/activeAnalysis/app/AppMarketingActivity/components/Detail.vue b/project/activeAnalysis/app/AppMarketingActivity/components/Detail.vue index 44497674..3e2b2102 100644 --- a/project/activeAnalysis/app/AppMarketingActivity/components/Detail.vue +++ b/project/activeAnalysis/app/AppMarketingActivity/components/Detail.vue @@ -253,7 +253,7 @@ this.instance.post(`/app/appmarketingactivityinfo/updateBindPhone`, null, { params: { ...this.form, - signupId: this.params.id || '' + signupId: this.id } }).then(res => { if (res.code == 0) {