From 0497e4bd9942fd425f3c24a4bf1383fb447196dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Thu, 9 Nov 2023 16:40:09 +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 --- pagesB/CommodityDetails/CommodityDetails.vue | 14 ++++---------- pagesB/CommodityOrder/CommodityOrder.scss | 3 +-- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/pagesB/CommodityDetails/CommodityDetails.vue b/pagesB/CommodityDetails/CommodityDetails.vue index 909ae8e..1dc72b0 100644 --- a/pagesB/CommodityDetails/CommodityDetails.vue +++ b/pagesB/CommodityDetails/CommodityDetails.vue @@ -461,11 +461,6 @@ .paySign, success: function( res) { - that.couponId = - null - that.Paidinprice = - null - that.coupon = null that.goodsDetailsinfo( that .goodsInfoId, @@ -484,11 +479,6 @@ }) }, fail: function(err) { - that.couponId = - null - that.Paidinprice = - null - that.coupon = null that.goodsDetailsinfo( that .goodsInfoId, @@ -787,6 +777,10 @@ this.baseurl = baseurl; this.usershow = false; this.loginFlag = false + this.couponId = null + this.Paidinprice = null + this.coupon = null + this.$forceUpdate() const value = uni.getStorageSync('patientId'); if (value) { AppIdentification(value).then(res => { diff --git a/pagesB/CommodityOrder/CommodityOrder.scss b/pagesB/CommodityOrder/CommodityOrder.scss index 9cdb5ac..69417b5 100644 --- a/pagesB/CommodityOrder/CommodityOrder.scss +++ b/pagesB/CommodityOrder/CommodityOrder.scss @@ -172,11 +172,10 @@ color: #ffffff; width: 170rpx; height: 60rpx; - background: #FFFFFF; + background: #E1AE3C; // border: 1px solid #959595; border-radius: 5rpx; font-weight: 400; - color: #000000; line-height: 60rpx; }