diff --git a/tongyuan_fz_h5/pages.json b/tongyuan_fz_h5/pages.json
index 02883b8..f21a2d8 100644
--- a/tongyuan_fz_h5/pages.json
+++ b/tongyuan_fz_h5/pages.json
@@ -71,6 +71,14 @@
"navigationBarTitleText" : "分诊信息",
"enablePullDownRefresh" : false
}
+ },
+ {
+ "path" : "pages/fenzhen/map",
+ "style" :
+ {
+ "navigationBarTitleText" : "",
+ "enablePullDownRefresh" : false
+ }
}
],
diff --git a/tongyuan_fz_h5/pages/fenzhen/fenzhen_paidui.vue b/tongyuan_fz_h5/pages/fenzhen/fenzhen_paidui.vue
index bee07ce..aeebdcb 100644
--- a/tongyuan_fz_h5/pages/fenzhen/fenzhen_paidui.vue
+++ b/tongyuan_fz_h5/pages/fenzhen/fenzhen_paidui.vue
@@ -4,6 +4,7 @@
{{userInfo.name}}
{{userInfo.sex==1?'男':userInfo.sex==2?'女':''}} | {{userInfo.age}}岁 卡号:{{userInfo.reg_number}}
+ 导航
@@ -98,6 +99,13 @@
+
+
+ 选择区域
+ 男宾区
+ 女宾区
+
+
@@ -125,6 +133,7 @@
let hospital = ref('')
let refreshInterval = ref(null) // 用于保存定时器引用
let tip = ref([]);
+ let TiShiPopupRef=ref(null)
const ChaXunFenZhenInfo = async (info) => {
wancheng_count.value = 0;
FenZhenGetTiJianLine({
@@ -156,7 +165,21 @@
ChaXunFenZhenInfo()
}, 10000) // 每5秒刷新一次
}
-
+ const daohang=()=>{
+ TiShiPopupRef.value.open()
+ }
+ const toMap=(type)=>{
+ // uni.navigateTo({
+ // url:'/pages/fenzhen/map?type='+type
+ // })
+ if(type==1){
+ window.location.href='https://ccty-fz.sixinyun.com/map/nan.jpg'
+ }
+ if(type==2){
+ window.location.href='https://ccty-fz.sixinyun.com/map/nv.jpg'
+ }
+
+ }
onMounted(() => {
})
@@ -179,6 +202,7 @@
\ No newline at end of file
diff --git a/tongyuan_fz_h5/pages/fenzhen/map.vue b/tongyuan_fz_h5/pages/fenzhen/map.vue
new file mode 100644
index 0000000..a19900c
--- /dev/null
+++ b/tongyuan_fz_h5/pages/fenzhen/map.vue
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/tongyuan_fz_h5/unpackage/dist/build/web/index.html b/tongyuan_fz_h5/unpackage/dist/build/web/index.html
index 369e4dd..dd3e7c4 100644
--- a/tongyuan_fz_h5/unpackage/dist/build/web/index.html
+++ b/tongyuan_fz_h5/unpackage/dist/build/web/index.html
@@ -1,7 +1,7 @@
-
+
+