k94314517
2024-02-26 3b16f67e2c2ebc00e5f28b7398346052395a7dcb
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
               }
            })