修改
This commit is contained in:
parent
393de6531c
commit
bbdd2c8612
@ -72,4 +72,4 @@ export function wxsportaddV1(identity, date, steps) {
|
||||
region: uni.getStorageSync('region'),
|
||||
},
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
@ -27,4 +27,4 @@ export function isRegistered(logincode,phonecode) {
|
||||
url: `/applet/register/login/${logincode}/${phonecode}`,
|
||||
method: 'GET'
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,4 +68,4 @@ export function editPrimaryAccountFlag(data) {
|
||||
Authorization: 'Bearer' + ' ' + uni.getStorageSync('token')
|
||||
},
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
@ -7,4 +7,4 @@ export function pushMeg(data) {
|
||||
method: 'get',
|
||||
data
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
@ -9,10 +9,4 @@ export function getOrderList(patientId,identity,pageNum,pageSize) {
|
||||
region: uni.getStorageSync('region'),
|
||||
}
|
||||
})
|
||||
}
|
||||
// export function inviteFriends(patientId) {
|
||||
// return request({
|
||||
// url: `/nurseApplet/patientInfo/inviteFriends?inviteId=${patientId}`,
|
||||
// method: 'post'
|
||||
// })
|
||||
// }
|
||||
}
|
||||
@ -26,4 +26,4 @@ export function markRead(data) {
|
||||
method: 'PUT',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
@ -472,4 +472,4 @@
|
||||
|
||||
<style lang="scss">
|
||||
@import "./homepage.scss";
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@ -857,4 +857,4 @@
|
||||
|
||||
<style lang="scss">
|
||||
@import "./CommodityDetailsstyle.scss";
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@ -379,4 +379,4 @@
|
||||
|
||||
<style lang="scss">
|
||||
@import "./CommodityOrder.scss";
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@ -126,11 +126,14 @@
|
||||
}
|
||||
this.itemlistleft = res.data
|
||||
this.itemlistleft && this.itemlistleft.length > 0 ? this.itemlistleft[0].open = true : ''
|
||||
res.data && res.data[0].list.length > 0 ? this.recordCode = res.data[0].list[0]
|
||||
.recordCode : ''
|
||||
this.dataies({
|
||||
recordCode: this.recordCode
|
||||
});
|
||||
if (res.data && res.data[0].list.length > 0) {
|
||||
this.recordCode = res.data[0].list[0].recordCode
|
||||
this.dataies({
|
||||
recordCode: this.recordCode
|
||||
});
|
||||
} else {
|
||||
this.show = false
|
||||
}
|
||||
})
|
||||
}
|
||||
},
|
||||
|
||||
@ -485,4 +485,4 @@
|
||||
</script>
|
||||
<style lang="scss">
|
||||
@import './appointmenttime.scss'
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@ -481,4 +481,4 @@
|
||||
|
||||
<style lang="scss">
|
||||
@import './confirmation.scss';
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@ -140,7 +140,7 @@
|
||||
</view>
|
||||
<!-- <view class="amount">
|
||||
<span>预约日期</span><span>¥{{list.appointmentDate}}</span>
|
||||
|
||||
|
||||
</view> -->
|
||||
<!-- <view class="doctordetailstwo">
|
||||
<view class="doctorphonetwo">
|
||||
@ -212,7 +212,7 @@
|
||||
evaluateshow: false,
|
||||
orderTypeList: {
|
||||
orderNo:'',
|
||||
|
||||
|
||||
},
|
||||
order: [],
|
||||
|
||||
@ -226,7 +226,7 @@
|
||||
// this.orderTypeList.goodsOrderId = this.list.goodsOrderId
|
||||
this.orderTypeList.orderNo = this.list.goOrderNo
|
||||
// goOrderNo
|
||||
|
||||
|
||||
|
||||
|
||||
// }
|
||||
|
||||
@ -261,4 +261,4 @@
|
||||
|
||||
<style lang="scss">
|
||||
@import './mysigning.scss';
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@ -164,10 +164,10 @@
|
||||
// 健康咨询
|
||||
orderType: '',
|
||||
orderStatus: '',
|
||||
|
||||
|
||||
|
||||
|
||||
orderTypeList: [
|
||||
|
||||
|
||||
],
|
||||
// orderStatus: '',
|
||||
pageSize: 15,
|
||||
@ -317,18 +317,18 @@
|
||||
},
|
||||
onLoad(options) {
|
||||
//2健康咨询 1商品
|
||||
if(options.delta=='2'){
|
||||
this.orderTypeList={
|
||||
if (options.delta == '2') {
|
||||
this.orderTypeList = {
|
||||
goodsOrderId: null,
|
||||
patientId: '',
|
||||
openid: null,
|
||||
// 健康咨询
|
||||
orderType: 'HEALTH_CONSULTATION',
|
||||
orderStatus: 'WAIT_PAY',
|
||||
|
||||
|
||||
|
||||
|
||||
// orderTypeList: [
|
||||
// 'INTEGRAL_EXCHANGE',//商城
|
||||
// 'INTEGRAL_EXCHANGE',//商城
|
||||
// 'DIRECT_BUY',
|
||||
// ],
|
||||
// orderStatus: '',
|
||||
@ -336,20 +336,20 @@
|
||||
pageNum: 1,
|
||||
goodsName: '',
|
||||
}
|
||||
|
||||
|
||||
}else if(options.delta=='1'){
|
||||
this.orderTypeList={
|
||||
|
||||
|
||||
} else if (options.delta == '1') {
|
||||
this.orderTypeList = {
|
||||
goodsOrderId: null,
|
||||
patientId: '',
|
||||
openid: null,
|
||||
// 健康咨询
|
||||
// orderType: 'HEALTH_CONSULTATION',
|
||||
// orderStatus: 'WAIT_PAY',
|
||||
|
||||
|
||||
|
||||
|
||||
orderTypeList: [
|
||||
'INTEGRAL_EXCHANGE',//商城
|
||||
'INTEGRAL_EXCHANGE', //商城
|
||||
'DIRECT_BUY',
|
||||
],
|
||||
// orderStatus: '',
|
||||
@ -357,7 +357,7 @@
|
||||
pageNum: 1,
|
||||
goodsName: '',
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
this.baseurl = baseurl
|
||||
this.orderTypeList.goodsOrderId = options.goodsOrderId
|
||||
|
||||
@ -553,4 +553,4 @@
|
||||
/deep/.u-button__text {
|
||||
font-size: 34rpx !important;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@ -701,4 +701,4 @@
|
||||
</script>
|
||||
<style lang="scss">
|
||||
@import "./Onlinesigning.scss";
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@ -99,7 +99,6 @@
|
||||
this.listitem.identity = this.userinfo.cardNo
|
||||
this.listitem.applyStartTime = this.datetimerange[0]
|
||||
this.listitem.applyEndTime = this.datetimerange[1]
|
||||
console.log(this.listitem, '555')
|
||||
if (!this.listitem.applyStartTime && !this.listitem.applyEndTime) {
|
||||
this.$refs.uToast.show({
|
||||
title: '请选择预约时间',
|
||||
|
||||
@ -953,4 +953,4 @@
|
||||
bottom: 38rpx;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@ -198,4 +198,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user