From 44905432e097d28eef6cdf46de0510d01c101a24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Mon, 6 Mar 2023 16:14:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/integral/integral.scss | 2 +- pages/integral/integral.vue | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/integral/integral.scss b/pages/integral/integral.scss index fb2a239..1324aab 100644 --- a/pages/integral/integral.scss +++ b/pages/integral/integral.scss @@ -122,7 +122,7 @@ .PurchasePage { position: fixed; bottom: 0; - height: 930rpx; + height: 960rpx; width: 100%; background: #FFFFFF; border-radius: 30rpx 30rpx 0px 0px; diff --git a/pages/integral/integral.vue b/pages/integral/integral.vue index 84aed6e..03f36a2 100644 --- a/pages/integral/integral.vue +++ b/pages/integral/integral.vue @@ -427,6 +427,7 @@ //兑换 upbuy() { var that = this + this.updata.goodsCount = this.updata.integralExchangeCount const value = uni.getStorageSync('patientId'); const value2 = uni.getStorageSync('openid'); if (value && value2) { @@ -439,7 +440,8 @@ that.selectExchangeGoodsinfo(); that.$refs.uToast.show({ title: '兑换商品成功', - type: 'success' + type: 'success', + url: `/pages/orderDetails/orderDetails?goodsOrderId=${res.data.id}` }) that.buyshow = false } else {