This commit is contained in:
曹辉 2023-03-06 16:14:50 +08:00
parent 660fb2993b
commit 44905432e0
2 changed files with 4 additions and 2 deletions

View File

@ -122,7 +122,7 @@
.PurchasePage { .PurchasePage {
position: fixed; position: fixed;
bottom: 0; bottom: 0;
height: 930rpx; height: 960rpx;
width: 100%; width: 100%;
background: #FFFFFF; background: #FFFFFF;
border-radius: 30rpx 30rpx 0px 0px; border-radius: 30rpx 30rpx 0px 0px;

View File

@ -427,6 +427,7 @@
// //
upbuy() { upbuy() {
var that = this var that = this
this.updata.goodsCount = this.updata.integralExchangeCount
const value = uni.getStorageSync('patientId'); const value = uni.getStorageSync('patientId');
const value2 = uni.getStorageSync('openid'); const value2 = uni.getStorageSync('openid');
if (value && value2) { if (value && value2) {
@ -439,7 +440,8 @@
that.selectExchangeGoodsinfo(); that.selectExchangeGoodsinfo();
that.$refs.uToast.show({ that.$refs.uToast.show({
title: '兑换商品成功', title: '兑换商品成功',
type: 'success' type: 'success',
url: `/pages/orderDetails/orderDetails?goodsOrderId=${res.data.id}`
}) })
that.buyshow = false that.buyshow = false
} else { } else {