From 65149c38cd4ffb73b65935b3d9e497c78cc3a456 Mon Sep 17 00:00:00 2001 From: zcx <377075991@qq.com> Date: Fri, 2 Feb 2024 13:55:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A9=E5=8A=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/me/help.vue | 37 +------------------------------------ 1 file changed, 1 insertion(+), 36 deletions(-) diff --git a/src/pages/me/help.vue b/src/pages/me/help.vue index c4a9cc0..5ef9375 100644 --- a/src/pages/me/help.vue +++ b/src/pages/me/help.vue @@ -181,43 +181,8 @@ } }); - // this.phone = "18855146869" - // this.saveHelpInfo() }, - //保存助力信息 - saveHelpInfo(){ - - uni.request({ - url: 'http://192.168.1.6:8089/applet/activity/help/save', - method: 'post', - data: { - winnerId: this.winnerId, - phone: this.phone - } - }).then(resp => { - if(resp.data.code == 200) { - console.log(resp) - uni.showToast({ - icon: 'none', - title: `助力成功` - }) - this.disBtn = true - } - }) - - // saveHelpInfo({ - // winnerId: this.winnerId, - // phone: this.phone - // }).then(resp => { - // if(resp.code == 200) { - // uni.showToast({ - // icon: 'none', - // title: `助力成功` - // }) - // this.disBtn = true - // } - // }) - } + }, }