doum
2025-10-09 bc09bc87234065abe7130b84c92f81f143f5f3e7
h5/pages/appointmentDetails/appointmentDetails.vue
@@ -153,7 +153,7 @@
   // 取消预约
   cancel() {
      const member = uni.getStorageSync('member');
      visitsSelfCancel(this.id, member.id).then(res => {
      visitsSelfCancel(this.id, this.$store.state.openId).then(res => {
         this.cancelShow = false
         this.getDetail(this.id)
      })