From 35b4893cf63d3d5cb224ed8bed08526582b26a20 Mon Sep 17 00:00:00 2001 From: shidongli Date: Thu, 2 Nov 2023 14:39:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/myinformation/myinformation.vue | 2 +- pagesB/orderDetails/orderDetails.vue | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/myinformation/myinformation.vue b/pages/myinformation/myinformation.vue index c9792f9..60e4bb9 100644 --- a/pages/myinformation/myinformation.vue +++ b/pages/myinformation/myinformation.vue @@ -304,7 +304,7 @@ existPatientInfo(value).then(res => { if (res.code == 200 && res.msg == 'LOGIN') { appPersonal(value2).then(Response => { - // uni.setStorageSync('userinfo', Response.data); + uni.setStorageSync('userinfo', Response.data); if (Response.code == 200) { that.appPersonallist = Response.data if (!that.appPersonallist.integral) { diff --git a/pagesB/orderDetails/orderDetails.vue b/pagesB/orderDetails/orderDetails.vue index 494da45..528c2ce 100644 --- a/pagesB/orderDetails/orderDetails.vue +++ b/pagesB/orderDetails/orderDetails.vue @@ -359,7 +359,6 @@ } } - console.log(options,'88') this.baseurl = baseurl this.orderTypeList.goodsOrderId = options.goodsOrderId let that = this