This commit is contained in:
2023-11-09 16:40:09 +08:00
parent 55d70a9d95
commit 0497e4bd99
2 changed files with 5 additions and 12 deletions

View File

@ -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 => {

View File

@ -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;
}