专家咨询返回和详情
This commit is contained in:
parent
cec8246940
commit
2e62e6fa6a
@ -2,7 +2,7 @@
|
|||||||
<view class="app">
|
<view class="app">
|
||||||
<u-navbar :is-back="false" :background="background" class="u-navbar">
|
<u-navbar :is-back="false" :background="background" class="u-navbar">
|
||||||
<image src="@/static/pagesB/fanhui.png" mode="" @tap="goprevious"></image>
|
<image src="@/static/pagesB/fanhui.png" mode="" @tap="goprevious"></image>
|
||||||
<view class="title" >
|
<view class="title">
|
||||||
专家咨询订单
|
专家咨询订单
|
||||||
</view>
|
</view>
|
||||||
<view class="inputs">
|
<view class="inputs">
|
||||||
@ -286,9 +286,12 @@
|
|||||||
},
|
},
|
||||||
//返回上一页
|
//返回上一页
|
||||||
goprevious() {
|
goprevious() {
|
||||||
uni.navigateBack({
|
uni.navigateTo({
|
||||||
delta: 1
|
url: '/pages/myinformation/myinformation'
|
||||||
})
|
})
|
||||||
|
// uni.navigateBack({
|
||||||
|
// delta: 1
|
||||||
|
// })
|
||||||
},
|
},
|
||||||
//查看评价
|
//查看评价
|
||||||
golookrate(item) {
|
golookrate(item) {
|
||||||
|
|||||||
@ -149,7 +149,7 @@
|
|||||||
patientId: '',
|
patientId: '',
|
||||||
openid: null,
|
openid: null,
|
||||||
orderType: 'HEALTH_CONSULTATION',
|
orderType: 'HEALTH_CONSULTATION',
|
||||||
orderStatus: 'WAIT_PAY',
|
orderStatus: '',
|
||||||
// orderTypeList: [
|
// orderTypeList: [
|
||||||
// 'INTEGRAL_EXCHANGE',
|
// 'INTEGRAL_EXCHANGE',
|
||||||
// 'DIRECT_BUY',
|
// 'DIRECT_BUY',
|
||||||
@ -159,16 +159,17 @@
|
|||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
goodsName: '',
|
goodsName: '',
|
||||||
},
|
},
|
||||||
order:[],
|
order: [],
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad(options) {
|
onLoad(options) {
|
||||||
// if(options.item){
|
// if(options.item){
|
||||||
this.list = JSON.parse(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
|
this.orderTypeList.goodsOrderId = this.list.goodsOrderId
|
||||||
|
// console.log(this.orderTypeList.orderStatus, '25256')
|
||||||
// else if(options.goodsOrderId){
|
// else if(options.goodsOrderId){
|
||||||
// this.orderTypeList.goodsOrderId = options.goodsOrderId
|
// this.orderTypeList.goodsOrderId = options.goodsOrderId
|
||||||
// let that = this
|
// let that = this
|
||||||
@ -237,6 +238,7 @@
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
goodsOrderinfo() {
|
goodsOrderinfo() {
|
||||||
|
// console.log(this.list.orderStatus, '444')
|
||||||
ssgoodsOrder(this.orderTypeList).then(
|
ssgoodsOrder(this.orderTypeList).then(
|
||||||
res => {
|
res => {
|
||||||
this.order = res.rows[0]
|
this.order = res.rows[0]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user