我的
This commit is contained in:
parent
13ae5ab43d
commit
35b4893cf6
@ -304,7 +304,7 @@
|
|||||||
existPatientInfo(value).then(res => {
|
existPatientInfo(value).then(res => {
|
||||||
if (res.code == 200 && res.msg == 'LOGIN') {
|
if (res.code == 200 && res.msg == 'LOGIN') {
|
||||||
appPersonal(value2).then(Response => {
|
appPersonal(value2).then(Response => {
|
||||||
// uni.setStorageSync('userinfo', Response.data);
|
uni.setStorageSync('userinfo', Response.data);
|
||||||
if (Response.code == 200) {
|
if (Response.code == 200) {
|
||||||
that.appPersonallist = Response.data
|
that.appPersonallist = Response.data
|
||||||
if (!that.appPersonallist.integral) {
|
if (!that.appPersonallist.integral) {
|
||||||
|
|||||||
@ -359,7 +359,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
console.log(options,'88')
|
|
||||||
this.baseurl = baseurl
|
this.baseurl = baseurl
|
||||||
this.orderTypeList.goodsOrderId = options.goodsOrderId
|
this.orderTypeList.goodsOrderId = options.goodsOrderId
|
||||||
let that = this
|
let that = this
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user