MrShi
2025-05-21 6ed771467abc47b2d5e1174480a3302f6ab5ed96
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)
      })