This commit is contained in:
zk
2024-09-27 11:10:58 +08:00
parent 46a3752d74
commit 51e33f6f0b
+1 -1
View File
@@ -83,7 +83,7 @@
const dayTimeO = ref(); const dayTimeO = ref();
const dayTimeT = ref(); const dayTimeT = ref();
const interval = ref(1); const interval = ref(1);
const title = ref(simpleName || '' + '应急就医服务中心'); const title = ref(simpleName ? simpleName + '应急就医服务中心' : '应急就医服务中心');
const phone = ref(centerTel || '0951-6805199'); const phone = ref(centerTel || '0951-6805199');
function init() { function init() {