This commit is contained in:
liuyuan
2025-08-15 10:05:09 +08:00
parent 26c1ac5ced
commit ba2fb9d84a
50 changed files with 30561 additions and 9618 deletions

View File

@@ -294,8 +294,7 @@
:user="currentUser"
ref="hbComment"
@add="sendComment"
@del="del"
@focusOn="focusOn"
:deleteTip="'确认删除?'"
:cmData="commentData"
v-if="commentData"
@@ -408,8 +407,7 @@
:user="currentUser"
ref="hbComment"
@add="sendComment"
@del="del"
@focusOn="focusOn"
:deleteTip="'确认删除?'"
:cmData="commentData"
v-if="commentData"
@@ -1120,12 +1118,13 @@ export default {
.then((res) => {
console.log("res at line 713:", res);
if (res.code == 0) {
this.getMedicalDetail();
if(pid==0){
setTimeout(() => {
this.scrollToView("commentData");
}, 500);
}, 100);
}
this.getMedicalDetail();
// this.scrollToComment();