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 {
position: fixed;
bottom: 0;
height: 930rpx;
height: 960rpx;
width: 100%;
background: #FFFFFF;
border-radius: 30rpx 30rpx 0px 0px;

View File

@ -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 {