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, .paySign,
success: function( success: function(
res) { res) {
that.couponId =
null
that.Paidinprice =
null
that.coupon = null
that.goodsDetailsinfo( that.goodsDetailsinfo(
that that
.goodsInfoId, .goodsInfoId,
@ -484,11 +479,6 @@
}) })
}, },
fail: function(err) { fail: function(err) {
that.couponId =
null
that.Paidinprice =
null
that.coupon = null
that.goodsDetailsinfo( that.goodsDetailsinfo(
that that
.goodsInfoId, .goodsInfoId,
@ -787,6 +777,10 @@
this.baseurl = baseurl; this.baseurl = baseurl;
this.usershow = false; this.usershow = false;
this.loginFlag = false this.loginFlag = false
this.couponId = null
this.Paidinprice = null
this.coupon = null
this.$forceUpdate()
const value = uni.getStorageSync('patientId'); const value = uni.getStorageSync('patientId');
if (value) { if (value) {
AppIdentification(value).then(res => { AppIdentification(value).then(res => {

View File

@ -172,11 +172,10 @@
color: #ffffff; color: #ffffff;
width: 170rpx; width: 170rpx;
height: 60rpx; height: 60rpx;
background: #FFFFFF; background: #E1AE3C;
// border: 1px solid #959595; // border: 1px solid #959595;
border-radius: 5rpx; border-radius: 5rpx;
font-weight: 400; font-weight: 400;
color: #000000;
line-height: 60rpx; line-height: 60rpx;
} }