From a6ef2f7dac8e92ae3e4f924e3eea6f3fd32475f2 Mon Sep 17 00:00:00 2001 From: kuaileWu <1432334894@qq.com> Date: Mon, 22 Apr 2024 18:45:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E7=BB=93=E6=9E=84=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 1 + 针灸挂号系统功能表结构.sql | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/main.js b/main.js index ece9aca..db8fc67 100644 --- a/main.js +++ b/main.js @@ -40,6 +40,7 @@ try{ Vue.prototype.isIphoneXr = (platform == "ios") && (res.model.toLowerCase().indexOf("iphone x")>-1); if(NODE_ENV == 'development') Vue.prototype.isIos = ''; if(platform.indexOf('windows') > -1) Vue.prototype.isPc = true + if(model == 'pc') Vue.prototype.isPc = true }catch(e){ } diff --git a/针灸挂号系统功能表结构.sql b/针灸挂号系统功能表结构.sql index f000e36..c822d68 100644 --- a/针灸挂号系统功能表结构.sql +++ b/针灸挂号系统功能表结构.sql @@ -52,7 +52,8 @@ CREATE TABLE `hospital_list` ( `province` varchar(100) NOT NULL DEFAULT '' COMMENT '省', `cite` varchar(100) NOT NULL DEFAULT '' COMMENT '市', `h_name` varchar(255) NOT NULL DEFAULT '' COMMENT '医院名称', - `short_name` varchar(255) NOT NULL DEFAULT '' COMMENT '医院简称' + `short_name` varchar(255) NOT NULL DEFAULT '' COMMENT '医院简称', + `h_pos` varchar(255) NOT NULL DEFAULT '' COMMENT '位置 腾讯地图坐标 例:纬度,经度(39.92536,116.45422)' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='医院表'; CREATE TABLE `doctor_list` (