修改
This commit is contained in:
parent
74d4a1af4b
commit
44225d644e
@ -73,17 +73,18 @@
|
|||||||
::v-deep .u-mode-center-box {
|
::v-deep .u-mode-center-box {
|
||||||
background: none !important;
|
background: none !important;
|
||||||
}
|
}
|
||||||
::v-deep .u-icon{
|
::v-deep .u-icon--right{
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
width: 40rpx !important;
|
padding: 6rpx;
|
||||||
height: 40rpx !important;
|
// width: 40rpx !important;
|
||||||
|
// height: 40rpx !important;
|
||||||
}
|
}
|
||||||
::v-deep .u-icon__icon {
|
::v-deep .u-iconfont {
|
||||||
position: absolute !important;
|
// position: absolute !important;
|
||||||
left:50% !important;
|
// left:50% !important;
|
||||||
top:50% !important;
|
// top:50% !important;
|
||||||
transform: translate(-50%,-50%) !important;
|
// transform: translate(-50%,-50%) !important;
|
||||||
}
|
}
|
||||||
::v-deep .u-close--top-right{
|
::v-deep .u-close--top-right{
|
||||||
top:0 !important;
|
top:0 !important;
|
||||||
|
|||||||
@ -436,6 +436,7 @@
|
|||||||
integralGoodsOrder(that.updata).then(res => {
|
integralGoodsOrder(that.updata).then(res => {
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
that.selectPatientSignInifo();
|
that.selectPatientSignInifo();
|
||||||
|
that.selectExchangeGoodsinfo();
|
||||||
that.$refs.uToast.show({
|
that.$refs.uToast.show({
|
||||||
title: '兑换商品成功',
|
title: '兑换商品成功',
|
||||||
type: 'success'
|
type: 'success'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user