This commit is contained in:
曹辉 2023-03-06 15:23:30 +08:00
parent 74d4a1af4b
commit 44225d644e
2 changed files with 10 additions and 8 deletions

View File

@ -73,17 +73,18 @@
::v-deep .u-mode-center-box {
background: none !important;
}
::v-deep .u-icon{
::v-deep .u-icon--right{
background-color: #fff;
border-radius: 50%;
width: 40rpx !important;
height: 40rpx !important;
padding: 6rpx;
// width: 40rpx !important;
// height: 40rpx !important;
}
::v-deep .u-icon__icon {
position: absolute !important;
left:50% !important;
top:50% !important;
transform: translate(-50%,-50%) !important;
::v-deep .u-iconfont {
// position: absolute !important;
// left:50% !important;
// top:50% !important;
// transform: translate(-50%,-50%) !important;
}
::v-deep .u-close--top-right{
top:0 !important;

View File

@ -436,6 +436,7 @@
integralGoodsOrder(that.updata).then(res => {
if (res.code == 200) {
that.selectPatientSignInifo();
that.selectExchangeGoodsinfo();
that.$refs.uToast.show({
title: '兑换商品成功',
type: 'success'