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