专家咨询返回和详情
This commit is contained in:
parent
cec8246940
commit
2e62e6fa6a
@ -286,9 +286,12 @@
|
||||
},
|
||||
//返回上一页
|
||||
goprevious() {
|
||||
uni.navigateBack({
|
||||
delta: 1
|
||||
uni.navigateTo({
|
||||
url: '/pages/myinformation/myinformation'
|
||||
})
|
||||
// uni.navigateBack({
|
||||
// delta: 1
|
||||
// })
|
||||
},
|
||||
//查看评价
|
||||
golookrate(item) {
|
||||
|
||||
@ -149,7 +149,7 @@
|
||||
patientId: '',
|
||||
openid: null,
|
||||
orderType: 'HEALTH_CONSULTATION',
|
||||
orderStatus: 'WAIT_PAY',
|
||||
orderStatus: '',
|
||||
// orderTypeList: [
|
||||
// 'INTEGRAL_EXCHANGE',
|
||||
// 'DIRECT_BUY',
|
||||
@ -166,9 +166,10 @@
|
||||
onLoad(options) {
|
||||
// if(options.item){
|
||||
this.list = JSON.parse(options.item)
|
||||
console.log(this.list, '555')
|
||||
// console.log(this.list, '555')
|
||||
this.orderTypeList.orderStatus = this.list.orderStatus
|
||||
this.orderTypeList.goodsOrderId = this.list.goodsOrderId
|
||||
|
||||
// console.log(this.orderTypeList.orderStatus, '25256')
|
||||
// else if(options.goodsOrderId){
|
||||
// this.orderTypeList.goodsOrderId = options.goodsOrderId
|
||||
// let that = this
|
||||
@ -237,6 +238,7 @@
|
||||
})
|
||||
},
|
||||
goodsOrderinfo() {
|
||||
// console.log(this.list.orderStatus, '444')
|
||||
ssgoodsOrder(this.orderTypeList).then(
|
||||
res => {
|
||||
this.order = res.rows[0]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user