diff --git a/pages.json b/pages.json index 2f234f8..3b36af7 100644 --- a/pages.json +++ b/pages.json @@ -31,7 +31,7 @@ }, { "path": "pages/medicine/medicine", "style": { - "navigationBarTitleText": "健康咨询", + "navigationBarTitleText": "齐鲁名医", "enablePullDownRefresh": false, "disableScroll": true } @@ -41,6 +41,12 @@ "navigationBarTitleText": "积分", "enablePullDownRefresh": false } + }, { + "path": "pages/confirmation/confirmation", + "style": { + "enablePullDownRefresh": false, + "navigationBarTitleText": "预约时间" + } }, { "path": "pages/CommodityDetails/CommodityDetails", "style": { @@ -51,7 +57,6 @@ "path": "pages/coupon/coupon", "style": { "navigationBarTitleText": "优惠券", - "enablePullDownRefresh": false, "onReachBottomDistance": 40, //距离底部多远时触发 单位为px "enablePullDownRefresh": true //设置参数为true } @@ -226,7 +231,6 @@ "path": "pages/site/site", "style": { "navigationBarTitleText": "护理机构", - "enablePullDownRefresh": false, "onReachBottomDistance": 100, //距离底部多远时触发 单位为px "enablePullDownRefresh": true //设置参数为true } @@ -293,17 +297,14 @@ "navigationBarTitleText": "齐鲁名医", "enablePullDownRefresh": false } + }, { + "path": "pages/night/night", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } } - ,{ - "path" : "pages/night/night", - "style" : - { - "navigationBarTitleText": "", - "enablePullDownRefresh": false - } - - } - ], + ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "", diff --git a/pages/ServiceDetails/ServiceDetails.scss b/pages/ServiceDetails/ServiceDetails.scss index 20e1d79..b550c77 100644 --- a/pages/ServiceDetails/ServiceDetails.scss +++ b/pages/ServiceDetails/ServiceDetails.scss @@ -246,7 +246,7 @@ top:10%; width: 65%; .top,.bottom{ - height: 30rpx; + height: 60rpx; view { width: 100%; font-size: 32rpx; @@ -259,7 +259,6 @@ } .bottom { - height: 60rpx; view { font-size: 25rpx; color: #969394; diff --git a/pages/diagnosis/diagnosis.vue b/pages/diagnosis/diagnosis.vue deleted file mode 100644 index 4794935..0000000 --- a/pages/diagnosis/diagnosis.vue +++ /dev/null @@ -1,169 +0,0 @@ - - - - - diff --git a/pages/night/night.vue b/pages/night/night.vue index 1bda5d2..ce36b0b 100644 --- a/pages/night/night.vue +++ b/pages/night/night.vue @@ -14,6 +14,9 @@ 截止目前,平台在网用户已达30余万人,活跃用户4万余人,平台日呼入量近600人次,累计完成紧急援助近6000人次,累计提供各种服务近200万次,居民对服务的满意率达到99%。 2017年11月,公司被山东省质监局、山东省发改委正式授予“山东省服务标准化示范单位”称号。同时,先后多次被中国服务贸易协会授予 “健康养老最佳商业模式机构”、“最具成长型服务企业”、“健康养老品牌服务机构”、“服务贸易创新型企业”等荣誉称号。 + + 立即呼叫 + @@ -28,6 +31,33 @@ return { }; + }, + methods: { + phone() { + var that = this + uni.getSystemInfo({ + success: function(res) { + console.log(res) + if (res.platform == 'ios') { + uni.makePhoneCall({ + phoneNumber: '053196558' //仅为示例 + }); + } else { + uni.showActionSheet({ + itemList: ['呼叫'], + success: function(res) { + if (res.tapIndex + 1 == 1) { + uni.makePhoneCall({ + phoneNumber: '053196558' //仅为示例 + }); + } + }, + fail: function(res) {} + }); + } + } + }); + } } } @@ -36,9 +66,21 @@ .app { padding-top: 10rpx; + .btn { + background-color: #4C7BC9; + text-align: center; + color: #FFFFFF; + width: 70%; + height: 80rpx; + line-height: 80rpx; + margin: 80rpx auto; + text-indent: 0em; + border-radius: 10rpx; + } + .concent { width: 701rpx; - height: 1500rpx; + height: 1700rpx; background: #4C7BC9; box-shadow: 0px 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03); border-radius: 20rpx; @@ -47,7 +89,7 @@ .background { position: relative; width: 657rpx; - height: 1450rpx; + height: 1650rpx; background: #FFFFFF; border-radius: 25rpx; background-color: white; diff --git a/pages/nursestation/nursestation.vue b/pages/nursestation/nursestation.vue index 1d041aa..35675a8 100644 --- a/pages/nursestation/nursestation.vue +++ b/pages/nursestation/nursestation.vue @@ -416,7 +416,7 @@ }); } else { uni.showActionSheet({ - itemList: ['呼叫', ], + itemList: ['呼叫'], success: function(res) { if (res.tapIndex + 1 == 1) { uni.makePhoneCall({ diff --git a/pages/user/user.scss b/pages/user/user.scss deleted file mode 100644 index e69de29..0000000