修改
This commit is contained in:
parent
55d70a9d95
commit
0497e4bd99
@ -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 => {
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user