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