This commit is contained in:
zk
2024-09-23 17:20:51 +08:00
parent 1a05b92fee
commit 46a3752d74
+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 || '' + '应急就医服务中心');
const phone = ref(centerTel || '0951-6805199'); const phone = ref(centerTel || '0951-6805199');
function init() { function init() {