h5/pages/appointmentDetails/appointmentDetails.vue
@@ -77,10 +77,25 @@ data() { return { info: {}, show: false show: false, detail: '' } }, onBackPress(options) { if (this.detail == 1) { uni.redirectTo({ url: '/pages/applicationRecord/applicationRecord' }) } else { uni.redirectTo({ url: '/pages/index/index' }) } return true }, onLoad(option) { this.detail = option.detail || '' this.getDetail(option.id) // visitorSubDetail({ id: option.id }) // .then(res => { @@ -216,7 +231,7 @@ } .box_list_label { font-size: 32rpx; font-weight: 500; font-weight: 600; color: #222222; } .box_list_item {