工单 我的
This commit is contained in:
parent
9ac1dfc683
commit
3b8ae1815e
@ -3,7 +3,7 @@ import request from "../request.js"
|
|||||||
//密码
|
//密码
|
||||||
export function appLogin(personAccount, personPassword) {
|
export function appLogin(personAccount, personPassword) {
|
||||||
return request({
|
return request({
|
||||||
url: `/newapp/login/appLogin?personAccount=${personAccount}&personPassword=${personPassword}`,
|
url: `/newApp/login/appLogin?personAccount=${personAccount}&personPassword=${personPassword}`,
|
||||||
method: 'POST'
|
method: 'POST'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,7 +3,7 @@ import request from "../request.js"
|
|||||||
//密码
|
//密码
|
||||||
export function hospitalPerson(id) {
|
export function hospitalPerson(id) {
|
||||||
return request({
|
return request({
|
||||||
url: '/system/hospitalPerson/' + id,
|
url: '/newApp/login/' + id,
|
||||||
method: 'get'
|
method: 'get'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@ -28,7 +28,10 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="time" v-if="tabscurrent!=1">
|
<view class="time" v-if="tabscurrent!=1">
|
||||||
预约时间:
|
预约时间:
|
||||||
<span>{{item.appointmentDate}}{{' '+item.appointmentStartTime}}{{'-'+item.appointmentEndTime}}</span>
|
<span>{{item.appointmentDate}}
|
||||||
|
</span>
|
||||||
|
<span v-if="item.appointmentStartTime && item.appointmentEndTime ">{{' '+item.appointmentStartTime}}{{'-'+item.appointmentEndTime}}</span>
|
||||||
|
</span>
|
||||||
</view>
|
</view>
|
||||||
<view class="time" style="line-height: 40rpx;" v-if="tabscurrent!=1">
|
<view class="time" style="line-height: 40rpx;" v-if="tabscurrent!=1">
|
||||||
问题简述:
|
问题简述:
|
||||||
@ -170,7 +173,7 @@
|
|||||||
value: 'COMPLETED',
|
value: 'COMPLETED',
|
||||||
}],
|
}],
|
||||||
query: {
|
query: {
|
||||||
hospitalPersonId: 1,
|
hospitalPersonId: '',
|
||||||
orderStatus: '',
|
orderStatus: '',
|
||||||
orderType: 'HEALTH_CONSULTATION',
|
orderType: 'HEALTH_CONSULTATION',
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
@ -192,6 +195,7 @@
|
|||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
this.info();
|
this.info();
|
||||||
|
this.query.hospitalPersonId=uni.getStorageSync("id")
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
//前往聊天
|
//前往聊天
|
||||||
|
|||||||
@ -147,7 +147,7 @@
|
|||||||
},
|
},
|
||||||
// 个人信息
|
// 个人信息
|
||||||
personlinfo() {
|
personlinfo() {
|
||||||
console.log(this.list, '66')
|
// console.log(this.list, '66')
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pages/Personalinfo/Personalinfo?list=${JSON.stringify(this.list)}`
|
url: `/pages/Personalinfo/Personalinfo?list=${JSON.stringify(this.list)}`
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user