diff --git a/pages/integral/integral.vue b/pages/integral/integral.vue index d66fe60..53d0280 100644 --- a/pages/integral/integral.vue +++ b/pages/integral/integral.vue @@ -259,8 +259,8 @@ if (value) { that.patientId = value that.updata.patientId = value + that.user(); that.selectPatientSignInifo(); - that.goodsList(); } }, onShow() { @@ -593,7 +593,7 @@ } }, // 收件人 - goodsList() { + user() { goodPatientInfo(this.patientId).then(res => { if (res.data.length > 0) { var list = res.data.filter(e => e.defaultAddressFlag == 1)