jiangping
2024-02-28 78ce920fa8a3f06cf40ee936b7b33c457206ecb6
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
               }
            })