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'