From 44225d644e166b93e0c2d02436cc051e3c60d230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Mon, 6 Mar 2023 15:23:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/integral/integral.scss | 17 +++++++++-------- pages/integral/integral.vue | 1 + 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/pages/integral/integral.scss b/pages/integral/integral.scss index 6b160ab..fb2a239 100644 --- a/pages/integral/integral.scss +++ b/pages/integral/integral.scss @@ -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; diff --git a/pages/integral/integral.vue b/pages/integral/integral.vue index 69d9c1a..84aed6e 100644 --- a/pages/integral/integral.vue +++ b/pages/integral/integral.vue @@ -436,6 +436,7 @@ integralGoodsOrder(that.updata).then(res => { if (res.code == 200) { that.selectPatientSignInifo(); + that.selectExchangeGoodsinfo(); that.$refs.uToast.show({ title: '兑换商品成功', type: 'success'