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 {