修改
This commit is contained in:
parent
660fb2993b
commit
44905432e0
@ -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;
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user