This commit is contained in:
2023-11-09 15:23:52 +08:00
parent bd1a7db910
commit 34f3c094b8

View File

@ -461,6 +461,11 @@
.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,
@ -777,9 +782,6 @@
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
const value = uni.getStorageSync('patientId'); const value = uni.getStorageSync('patientId');
if (value) { if (value) {
AppIdentification(value).then(res => { AppIdentification(value).then(res => {