k94314517
2025-07-09 06b2f5be922e87d086d1d4e6cdcc2119e7d3a1a4
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)
      })