我的
This commit is contained in:
parent
13ae5ab43d
commit
35b4893cf6
@ -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) {
|
||||
|
||||
@ -359,7 +359,6 @@
|
||||
}
|
||||
|
||||
}
|
||||
console.log(options,'88')
|
||||
this.baseurl = baseurl
|
||||
this.orderTypeList.goodsOrderId = options.goodsOrderId
|
||||
let that = this
|
||||
|
||||
Loading…
Reference in New Issue
Block a user