From 2077b19cc3d1b9b7a505d7869ec52de496866963 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Fri, 3 Jan 2025 21:25:13 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=85=91=E6=8D=A2=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=85=91=E6=8D=A2=E6=88=90=E5=8A=9F=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- me/gift/duihuan.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/me/gift/duihuan.vue b/me/gift/duihuan.vue index 35a466e..a6611ba 100644 --- a/me/gift/duihuan.vue +++ b/me/gift/duihuan.vue @@ -66,6 +66,7 @@ this.$Request.postJson("app/userPrizeExchange/exchange", this.query).then(res => { if (res.code == 0 ) { uni.navigateBack() + uni.showToast({ title: '兑换成功', icon: 'none' }); } else { uni.showToast({ title: res.msg, icon: 'none' }); } From 688f814c2e7541f5765f9dc79b23a1747ecff377 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Fri, 3 Jan 2025 21:27:06 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A5=96=E5=93=81?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E8=A7=A6=E5=BA=95=E5=8A=A0=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- me/gift/gift.vue | 81 ++++++++++++++++++++++++++++++------------------ 1 file changed, 51 insertions(+), 30 deletions(-) diff --git a/me/gift/gift.vue b/me/gift/gift.vue index 1dc6af0..cd10d2b 100644 --- a/me/gift/gift.vue +++ b/me/gift/gift.vue @@ -5,17 +5,15 @@ - {{item.label}} + {{item.label}} {{tabIndex==1?'中奖时间':'兑换时间'}} {{item.createTime}} - + {{item.name}} @@ -30,7 +28,7 @@ - +