From e0947ebaab2cf2e978a15744aff6c88c0f0e173d Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 6 Feb 2023 14:30:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=91=E5=AE=9A=E6=89=8B=E6=9C=BA=E5=8F=B7?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=8A=A5=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue b/src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue index e2aac9f8..e96ed036 100644 --- a/src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue +++ b/src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue @@ -219,6 +219,7 @@ export default { this.$http.post(`/app/appmarketingactivityinfo/bindPhone?phone=${this.phone}`).then((res) => { if (res.code == 0) { this.showPhoneMask = false + this.signUp() this.getDetail() this.$u.toast('绑定成功') }