MrShi
2024-02-26 4d78c837e336bca9d56e9fc10b268b11b68229f8
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
               }
            })