修改
This commit is contained in:
parent
660fb2993b
commit
44905432e0
@ -122,7 +122,7 @@
|
||||
.PurchasePage {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
height: 930rpx;
|
||||
height: 960rpx;
|
||||
width: 100%;
|
||||
background: #FFFFFF;
|
||||
border-radius: 30rpx 30rpx 0px 0px;
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user