This commit is contained in:
shidongli 2023-11-02 14:39:14 +08:00
parent 13ae5ab43d
commit 35b4893cf6
2 changed files with 1 additions and 2 deletions

View File

@ -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) {

View File

@ -359,7 +359,6 @@
}
}
console.log(options,'88')
this.baseurl = baseurl
this.orderTypeList.goodsOrderId = options.goodsOrderId
let that = this