修改
This commit is contained in:
parent
bd1a7db910
commit
34f3c094b8
@ -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 => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user