11
This commit is contained in:
@@ -41,8 +41,10 @@ const _sfc_main = {
|
||||
placeholder.value = "输入医生姓名";
|
||||
} else if (newVal === "hospital") {
|
||||
placeholder.value = "输入医院名称";
|
||||
} else if (newVal === "video" || newVal === "article" || newVal === "case") {
|
||||
} else if (newVal === "video" || newVal === "article") {
|
||||
placeholder.value = "搜索疾病、症状、医院";
|
||||
} else if (newVal === "case") {
|
||||
placeholder.value = "请输入疾病名称";
|
||||
}
|
||||
}, { immediate: true });
|
||||
common_vendor.watch(() => props.searchWord, (newVal) => {
|
||||
|
||||
@@ -52,6 +52,7 @@
|
||||
.namebox .name.data-v-4eb3cf28 {
|
||||
margin-left: 16rpx;
|
||||
font-size: 30rpx;
|
||||
margin-right: 157rpx;
|
||||
color: #111827;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user