k94314517
2024-02-27 481f30f83f86721d913616f221f7bb74f684b6a0
h5/pages/appointmentDetails/appointmentDetails.vue
@@ -50,7 +50,6 @@
         this.$u.api.detail({ id: option.id })
            .then(res => {
               if (res.code === 200) {
                  console.log(res)
                  this.info = res.data
               }
            })