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