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

View File

@ -461,6 +461,11 @@
.paySign,
success: function(
res) {
that.couponId =
null
that.Paidinprice =
null
that.coupon = null
that.goodsDetailsinfo(
that
.goodsInfoId,
@ -777,9 +782,6 @@
this.baseurl = baseurl;
this.usershow = false;
this.loginFlag = false
this.couponId = null
this.Paidinprice = null
this.coupon = null
const value = uni.getStorageSync('patientId');
if (value) {
AppIdentification(value).then(res => {