MrShi
2024-01-16 c824e3bcb34f8b6f3c1435ddca91130367dc3729
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
               }
            })