MrShi
2025-10-21 cf69b541f8ef1ac4fae24bd99b0259b7af035490
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)
      })