diff --git a/api/baseurl.js b/api/baseurl.js index 8630ed4..3b51017 100644 --- a/api/baseurl.js +++ b/api/baseurl.js @@ -1,2 +1,3 @@ -var baseurl = "https://quanyidaojia.xinelu.cn"; -export default baseurl +// var baseurl = "https://quanyidaojia.xinelu.cn"; +var baseurl = "http://192.168.16.76:8080"; +export default baseurl \ No newline at end of file diff --git a/api/pagesB/disease/index.js b/api/pagesB/disease/index.js deleted file mode 100644 index 00aee46..0000000 --- a/api/pagesB/disease/index.js +++ /dev/null @@ -1,8 +0,0 @@ -import request from "../../request.js" - -export function getDiseaseInfo(patientId) { - return request({ - url: `/nurseApplet/login/getDiseaseInfo?patientId=${patientId}`, - method: 'GET' - }) -} diff --git a/api/pagesB/integral/index.js b/api/pagesB/healthybeans/index.js similarity index 100% rename from api/pagesB/integral/index.js rename to api/pagesB/healthybeans/index.js diff --git a/manifest.json b/manifest.json index b4284f7..5f4842e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,95 +1,95 @@ { - "name": "xinelu-applet-ui", - "appid": "__UNI__EA0DD4F", - "description": "", - "versionName": "1.0.0", - "versionCode": "100", - "transformPx": false, - /* 5+App特有相关 */ - "app-plus": { - "usingComponents": true, - "nvueStyleCompiler": "uni-app", - "compilerVersion": 3, - "splashscreen": { - "alwaysShowBeforeRender": true, - "waiting": true, - "autoclose": true, - "delay": 0 - }, - /* 模块配置 */ - "modules": {}, - /* 应用发布信息 */ - "distribute": { - /* android打包配置 */ - "android": { - "permissions": [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ] - }, - /* ios打包配置 */ - "ios": {}, - /* SDK配置 */ - "sdkConfigs": {} - } - }, - /* 快应用特有相关 */ - "quickapp": {}, - /* 小程序特有相关 */ - "mp-weixin": { - "appid": "wxdc32268eca6b78f9", - "setting": { - "urlCheck": false, - "postcss": true, - "minified": true, - "es6": true - }, - "usingComponents": true, - // app.json - "permission": { - "scope.userLocation": { - "desc": "你的位置信息将用于护理机构列表的位置查询" - } - }, - "requiredPrivateInfos": ["chooseLocation", "getLocation"], - // "plugins": { - // "chooseLocation": { - // "version": "1.0.9", - // "provider": "wx76a9a06e5b4e693e" - // } - // }, - "uniStatistics": { - "enable": true - }, - "lazyCodeLoading": "requiredComponents", - "unipush": { - "enable": false - } - }, - "mp-alipay": { - "usingComponents": true - }, - "mp-baidu": { - "usingComponents": true - }, - "mp-toutiao": { - "usingComponents": true - }, - "uniStatistics": { - "enable": false - }, - "vueVersion": "2" + "name" : "xinelu-applet-ui", + "appid" : "__UNI__EA0DD4F", + "description" : "", + "versionName" : "1.0.0", + "versionCode" : "100", + "transformPx" : false, + /* 5+App特有相关 */ + "app-plus" : { + "usingComponents" : true, + "nvueStyleCompiler" : "uni-app", + "compilerVersion" : 3, + "splashscreen" : { + "alwaysShowBeforeRender" : true, + "waiting" : true, + "autoclose" : true, + "delay" : 0 + }, + /* 模块配置 */ + "modules" : {}, + /* 应用发布信息 */ + "distribute" : { + /* android打包配置 */ + "android" : { + "permissions" : [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ] + }, + /* ios打包配置 */ + "ios" : {}, + /* SDK配置 */ + "sdkConfigs" : {} + } + }, + /* 快应用特有相关 */ + "quickapp" : {}, + /* 小程序特有相关 */ + "mp-weixin" : { + "appid" : "wxdc32268eca6b78f9", + "setting" : { + "urlCheck" : false, + "postcss" : true, + "minified" : true, + "es6" : true + }, + "usingComponents" : true, + // app.json + "permission" : { + "scope.userLocation" : { + "desc" : "你的位置信息将用于护理机构列表的位置查询" + } + }, + "requiredPrivateInfos" : [ "chooseLocation", "getLocation" ], + // "plugins": { + // "chooseLocation": { + // "version": "1.0.9", + // "provider": "wx76a9a06e5b4e693e" + // } + // }, + "uniStatistics" : { + "enable" : true + }, + "lazyCodeLoading" : "requiredComponents", + "unipush" : { + "enable" : false + } + }, + "mp-alipay" : { + "usingComponents" : true + }, + "mp-baidu" : { + "usingComponents" : true + }, + "mp-toutiao" : { + "usingComponents" : true + }, + "uniStatistics" : { + "enable" : false + }, + "vueVersion" : "2" } diff --git a/pages.json b/pages.json index 0b4e9a3..dbc27d3 100644 --- a/pages.json +++ b/pages.json @@ -4,17 +4,17 @@ }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { + "path": "pages/startup/startup", + "style": { + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + }, { "path": "pages/myinformation/myinformation", "style": { "enablePullDownRefresh": false, "navigationStyle": "custom" } - }, { - "path": "pages/startup/startup", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } }, { "path": "pages/login/login", "style": { @@ -23,18 +23,21 @@ } }, { "path": "pages/homepage/homepage", - "style": {} + "style": { + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } }, { "path": "pages/medicalservice/medicalservice", "style": { - "navigationBarTitleText": "", - "enablePullDownRefresh": false + "enablePullDownRefresh": false, + "navigationStyle": "custom" } }, { "path": "pages/message/message", "style": { - "navigationBarTitleText": "", - "enablePullDownRefresh": false + "enablePullDownRefresh": false, + "navigationStyle": "custom" } } ], @@ -91,12 +94,6 @@ "enablePullDownRefresh": false, "disableScroll": true } - }, { - "path": "integral/integral", - "style": { - "navigationBarTitleText": "积分", - "enablePullDownRefresh": false - } }, { "path": "confirmation/confirmation", "style": { @@ -217,13 +214,6 @@ "navigationBarTitleText": "选择退款类型", "enablePullDownRefresh": false } - }, { - "path": "homepage/homepage", - "style": { - "navigationBarTitleText": "新医路健康服务平台", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } }, { "path": "ProductList/ProductList", //商品列表 "style": { @@ -245,12 +235,6 @@ "onReachBottomDistance": 100, //距离底部多远时触发 单位为px "enablePullDownRefresh": true //设置参数为true } - }, { - "path": "diseasemanagement/diseasemanagement", - "style": { - "navigationBarTitleText": "专病管理", - "enablePullDownRefresh": false - } }, { "path": "utabs/u-tabs", "style": { @@ -277,54 +261,24 @@ "navigationBarTitleText": "健康常识", "enablePullDownRefresh": false } - }, { - "path": "customerservice/customerservice", - "style": { - "navigationBarTitleText": "在线客服", - "enablePullDownRefresh": false - } }, { "path": "materialbenefits/materialbenefits", "style": { "navigationBarTitleText": "新人福利", "enablePullDownRefresh": false } - }, { - "path": "geriatricdisease/geriatricdisease", - "style": { - "navigationBarTitleText": "国家老年病中心", - "enablePullDownRefresh": false - } - }, { - "path": "Healthrecords/Healthrecords", - "style": { - "navigationBarTitleText": "新医路健康服务平台", - "enablePullDownRefresh": false - } }, { "path": "ConsultationDetails/ConsultationDetails", "style": { "navigationBarTitleText": "齐鲁名医", "enablePullDownRefresh": false } - }, { - "path": "night/night", - "style": { - "navigationBarTitleText": "", - "enablePullDownRefresh": false - } }, { "path": "Moreoptions/Moreoptions", "style": { "navigationBarTitleText": "护理机构", "enablePullDownRefresh": false } - }, { - "path": "Industrialbutler/Industrialbutler", - "style": { - "navigationBarTitleText": "兴业管家", - "enablePullDownRefresh": false - } }, { "path": "exchangerecords/exchangerecords", "style": { @@ -358,7 +312,7 @@ "pagePath": "pages/medicalservice/medicalservice", "iconPath": "static/medicalservice.png", "selectedIconPath": "static/medicalservices.png", - "text": "医服务" + "text": "健康服务" }, { "pagePath": "pages/message/message", diff --git a/pages/medicalservice/medicalservice.vue b/pages/medicalservice/medicalservice.vue index 827a1d7..15a242d 100644 --- a/pages/medicalservice/medicalservice.vue +++ b/pages/medicalservice/medicalservice.vue @@ -41,32 +41,15 @@ 齐鲁名医 - - - - 专病管理 - - - - - - 远程监测 - - - - - - - @@ -337,22 +320,6 @@ success(res) {} }) }, - //跳转疏于 - gosuyu() { - uni.navigateToMiniProgram({ - appId: 'wxa0e41e29dd9e540b', - path: 'pages/index/index?source=ad_app_yryl-qydjtzwx', - success(res) {} - }) - }, - //跳转就医 - goseekmedicaladvice() { - uni.navigateToMiniProgram({ - appId: 'wx4f1d77226064cfc1', - path: 'pages/index/index', - success(res) {} - }) - }, //跳转管家 goguanjia() { uni.navigateTo({ @@ -612,4 +579,4 @@ } } } - + \ No newline at end of file diff --git a/pages/myinformation/myinformation.vue b/pages/myinformation/myinformation.vue index 6762f89..442b95c 100644 --- a/pages/myinformation/myinformation.vue +++ b/pages/myinformation/myinformation.vue @@ -230,9 +230,6 @@ uni.removeStorageSync('openid'); uni.removeStorageSync('phone'); uni.removeStorageSync('Refresh'); - uni.navigateBack({ - delta: 1 - }) }, //获取个人信息 myInfo() { @@ -269,7 +266,7 @@ const value2 = uni.getStorageSync('patientId'); if (value && value2) { uni.navigateTo({ - url: `/pages/modify/modify` + url: `/pagesB/modify/modify` }) } else { this.gologin(); diff --git a/pages/startup/startup.vue b/pages/startup/startup.vue index 52806e3..070bc46 100644 --- a/pages/startup/startup.vue +++ b/pages/startup/startup.vue @@ -81,4 +81,4 @@ top: 50%; left: 10%; } - + \ No newline at end of file diff --git a/pagesB/CommodityDetails/CommodityDetails.vue b/pagesB/CommodityDetails/CommodityDetails.vue index 2815c14..a12c610 100644 --- a/pagesB/CommodityDetails/CommodityDetails.vue +++ b/pagesB/CommodityDetails/CommodityDetails.vue @@ -392,7 +392,7 @@ goinformation() { this.usershow = false uni.navigateTo({ - url: '/pages/information/information' + url: '/pagesB/information/information' }) }, //立即购买跳转确认订单页面 @@ -473,8 +473,8 @@ title: '支付成功', type: 'success', duration: 1000, - url: `/pages/CommodityOrder/CommodityOrder` - // url: `/pages/orderDetails/orderDetails?goodsOrderId=${id}` + url: `/pagesB/CommodityOrder/CommodityOrder` + // url: `/pagesB/orderDetails/orderDetails?goodsOrderId=${id}` }) }, fail: function(err) { @@ -491,7 +491,7 @@ title: '取消支付', type: 'error', duration: 1000, - url: `/pages/orderDetails/orderDetails?goodsOrderId=${id}` + url: `/pagesB/orderDetails/orderDetails?goodsOrderId=${id}` }) } }); @@ -519,7 +519,7 @@ }) // that.buyshow = false // uni.navigateTo({ - // url: `/pages/confirmOrder/confirmOrder?updata=${JSON.stringify(that.updata)}` + // url: `/pagesB/confirmOrder/confirmOrder?updata=${JSON.stringify(that.updata)}` // }) } } else { diff --git a/pagesB/CommodityOrder/CommodityOrder.scss b/pagesB/CommodityOrder/CommodityOrder.scss index 655ae0d..4123196 100644 --- a/pagesB/CommodityOrder/CommodityOrder.scss +++ b/pagesB/CommodityOrder/CommodityOrder.scss @@ -147,18 +147,22 @@ page{ bottom: 20rpx; .logistics { - width: 200rpx; - height: 70rpx; - line-height: 70rpx; text-align: center; color: #ffffff; - background: #E1AE3C; - border-radius: 26rpx; + width: 170rpx; + height: 60rpx; + background: #FFFFFF; + border: 1px solid #959595; + border-radius: 5rpx; + font-weight: 400; + color: #000000; + line-height: 60rpx; } .harvest { margin-left: 10rpx; background: #26A888; + color: #FFFFFF !important; } } diff --git a/pagesB/CommodityOrder/CommodityOrder.vue b/pagesB/CommodityOrder/CommodityOrder.vue index 912da7f..fa51061 100644 --- a/pagesB/CommodityOrder/CommodityOrder.vue +++ b/pagesB/CommodityOrder/CommodityOrder.vue @@ -200,7 +200,7 @@ url: `/pagesB/goodsorderRate/goodsorderRate?item=${JSON.stringify(this.orderNoitem)}&delta=${1}` }) // uni.navigateTo({ - // url: `/pages/orderDetails/orderDetails?goodsOrderId=${this.orderNoitem.goodsOrderId}` + // url: `/pagesB/orderDetails/orderDetails?goodsOrderId=${this.orderNoitem.goodsOrderId}` // }) }, 1000) } else { diff --git a/pagesB/Healthrecords/Healthrecords.vue b/pagesB/Healthrecords/Healthrecords.vue deleted file mode 100644 index 43559c5..0000000 --- a/pagesB/Healthrecords/Healthrecords.vue +++ /dev/null @@ -1,70 +0,0 @@ - - - - - diff --git a/pagesB/Industrialbutler/Industrialbutler.vue b/pagesB/Industrialbutler/Industrialbutler.vue deleted file mode 100644 index 09d528e..0000000 --- a/pagesB/Industrialbutler/Industrialbutler.vue +++ /dev/null @@ -1,19 +0,0 @@ - - - - - diff --git a/pagesB/Nursingstationserviceorder/Nursingstationserviceorder.vue b/pagesB/Nursingstationserviceorder/Nursingstationserviceorder.vue index 7bb7f6a..31443ee 100644 --- a/pagesB/Nursingstationserviceorder/Nursingstationserviceorder.vue +++ b/pagesB/Nursingstationserviceorder/Nursingstationserviceorder.vue @@ -233,7 +233,7 @@ title: '支付成功', type: 'success', duration: 1500, - url: `/pages/paysuccess/paysuccess`, + url: `/pagesB/paysuccess/paysuccess`, }) }, fail: function(err) { diff --git a/pagesB/ProductList/ProductList.vue b/pagesB/ProductList/ProductList.vue index e006590..817e8d1 100644 --- a/pagesB/ProductList/ProductList.vue +++ b/pagesB/ProductList/ProductList.vue @@ -96,7 +96,7 @@ toggleTab(index) { if (index == 1111111111111) { uni.navigateTo({ - url: `/pages/classification/classification?goodsCategoryId=${this.goodsCategoryId}&index=${this.tabIndex}&GoodsCategorychildrenid=${this.GoodsCategorychildrenid}` + url: `/pagesB/classification/classification?goodsCategoryId=${this.goodsCategoryId}&index=${this.tabIndex}&GoodsCategorychildrenid=${this.GoodsCategorychildrenid}` }) } else if (index == 0) { this.GoodsCategorychildrenid = this.goodsCategoryId @@ -153,7 +153,7 @@ //跳转详情页 goCommodityDetails(item) { uni.navigateTo({ - url: `/pages/CommodityDetails/CommodityDetails?goodsPrice=${item.goodsPrice}&goodsInfoId=${item.goodsInfoId}&buySource=${'SHOPPING_MALL'}&goodsAttributeId=${item.goodsAttributeId}` + url: `/pagesB/CommodityDetails/CommodityDetails?goodsPrice=${item.goodsPrice}&goodsInfoId=${item.goodsInfoId}&buySource=${'SHOPPING_MALL'}&goodsAttributeId=${item.goodsAttributeId}` }) }, }, diff --git a/pagesB/ProjectDetails/ProjectDetails.vue b/pagesB/ProjectDetails/ProjectDetails.vue index 69990e1..1c9b454 100644 --- a/pagesB/ProjectDetails/ProjectDetails.vue +++ b/pagesB/ProjectDetails/ProjectDetails.vue @@ -105,7 +105,7 @@ this.swiperImglink.forEach(e => { e.image = baseurl + e.posterPictureUrl if (e.image == item) { - if (e.jumpLink == '/pages/homepage/homepage' || e.jumpLink == '/pages/Personal/Personal') { + if (e.jumpLink == '/pages/medicalservice/medicalservice' || e.jumpLink == '/pages/myinformation/myinformation') { uni.switchTab({ url: e.jumpLink }) @@ -194,7 +194,7 @@ goinformation() { this.usershow = false uni.navigateTo({ - url: '/pages/information/information' + url: '/pagesB/information/information' }) }, // 信息 diff --git a/pagesB/appointmenttime/appointmenttime.vue b/pagesB/appointmenttime/appointmenttime.vue index a7296ae..5114fa9 100644 --- a/pagesB/appointmenttime/appointmenttime.vue +++ b/pagesB/appointmenttime/appointmenttime.vue @@ -345,7 +345,7 @@ that.timer = setTimeout(e => { uni.redirectTo({ url: `/pagesB/Nursingstationserviceorder/Nursingstationserviceorder` - // url: `/pages/ServiceDetails/ServiceDetails?orderNo=${obj.orderNo}` + // url: `/pagesB/ServiceDetails/ServiceDetails?orderNo=${obj.orderNo}` }) }, 1500) }, diff --git a/pagesB/confirmation/confirmation.vue b/pagesB/confirmation/confirmation.vue index 10e597f..6fe65ee 100644 --- a/pagesB/confirmation/confirmation.vue +++ b/pagesB/confirmation/confirmation.vue @@ -125,7 +125,7 @@ that.timer = setTimeout(e => { uni.redirectTo({ url: `/pagesB/CommodityOrder/CommodityOrder` - // url: `/pages/orderDetails/orderDetails?goodsOrderId=${id}` + // url: `/pagesB/orderDetails/orderDetails?goodsOrderId=${id}` }) }, 1500) }, diff --git a/pagesB/customerservice/customerservice.vue b/pagesB/customerservice/customerservice.vue deleted file mode 100644 index 39f9a42..0000000 --- a/pagesB/customerservice/customerservice.vue +++ /dev/null @@ -1,83 +0,0 @@ - - - - - diff --git a/pagesB/diseasemanagement/diseasemanagement.vue b/pagesB/diseasemanagement/diseasemanagement.vue deleted file mode 100644 index dd03b63..0000000 --- a/pagesB/diseasemanagement/diseasemanagement.vue +++ /dev/null @@ -1,120 +0,0 @@ - - - - - diff --git a/pagesB/geriatricdisease/geriatricdisease.vue b/pagesB/geriatricdisease/geriatricdisease.vue deleted file mode 100644 index 685ea29..0000000 --- a/pagesB/geriatricdisease/geriatricdisease.vue +++ /dev/null @@ -1,96 +0,0 @@ - - - - - diff --git a/pagesB/healthybeans/healthybeans.vue b/pagesB/healthybeans/healthybeans.vue index f0b87ab..f12ed86 100644 --- a/pagesB/healthybeans/healthybeans.vue +++ b/pagesB/healthybeans/healthybeans.vue @@ -188,7 +188,7 @@ selectPatientSignIn, selectExchangeGoods, integralGoodsOrder - } from '@/api/pagesB/integral/index.js' + } from '@/api/pagesB/healthybeans/index.js' import { inviteFriends } from '@/api/pages/myinformation/myinformation.js'; diff --git a/pagesB/homepage/homepage.vue b/pagesB/homepage/homepage.vue deleted file mode 100644 index ca42074..0000000 --- a/pagesB/homepage/homepage.vue +++ /dev/null @@ -1,615 +0,0 @@ - - - - diff --git a/pagesB/hospitalcare/hospitalcare.vue b/pagesB/hospitalcare/hospitalcare.vue index ed8b5e1..0594c43 100644 --- a/pagesB/hospitalcare/hospitalcare.vue +++ b/pagesB/hospitalcare/hospitalcare.vue @@ -141,7 +141,7 @@ that.timer = setTimeout(e => { uni.redirectTo({ url: `/pagesB/Nursingstationserviceorder/Nursingstationserviceorder` - // url: `/pages/ServiceDetails/ServiceDetails?orderNo=${obj.orderNo}` + // url: `/pagesB/ServiceDetails/ServiceDetails?orderNo=${obj.orderNo}` }) }, 1500) }, diff --git a/pagesB/integral/integral.scss b/pagesB/integral/integral.scss deleted file mode 100644 index 71b48eb..0000000 --- a/pagesB/integral/integral.scss +++ /dev/null @@ -1,520 +0,0 @@ - .app { - padding-bottom:10rpx ; - .masks { - z-index: 999; - } -.noorder { - margin-top: 20%; - } - .information { - width: 70%; - height: 400rpx; - margin: 50% auto; - background: #FFFFFF; - border-radius: 30rpx; - text-align: center; - color: #FFFFFF; - position: relative; - - .determine, - .cancel { - width: 200rpx; - height: 70rpx; - border-radius: 26rpx; - font-size: 34rpx; - line-height: 70rpx; - position: absolute; - top: 74%; - } - - .determine { - background: #26A888; - right: 36rpx; - } - - .cancel { - background: #C5BFBF; - left: 36rpx; - } - - .title { - font-size: 42rpx; - margin-top: 40rpx; - color: #000000; - } - - image { - width: 100rpx; - height: 100rpx; - margin: 10% 0 0 0; - } - } - - .close { - width: 31rpx; - height: 31rpx; - position: absolute; - top: 2%; - right: 2%; - z-index: 999; - } - - ::v-deep .r-canvas { - width: 600rpx !important; - height: 1100rpx !important; - margin: 0 auto; - z-index: -1; - } - - ::v-deep .r-canvas-component { - width: 760rpx !important; - height: 1100rpx !important; - margin: 0 auto; - z-index: -1; - } - - ::v-deep .u-mode-center-box { - background: none !important; - } - ::v-deep .u-icon--right{ - background-color: #fff; - border-radius: 50%; - padding: 6rpx; - // width: 40rpx !important; - // height: 40rpx !important; - } - ::v-deep .u-iconfont { - // position: absolute !important; - // left:50% !important; - // top:50% !important; - // transform: translate(-50%,-50%) !important; - } - ::v-deep .u-close--top-right{ - top:0 !important; - right:20rpx !important; - } - .yaoqbtn { - color: #fff; - position: absolute; - bottom: 0; - text-align: center; - line-height: 60rpx; - left: 60rpx; - width: 200rpx; - height: 60rpx; - background: linear-gradient(90deg, #85C8AE 0%, #03AD6B 59%); - border-radius: 36rpx; - } - - .yaoqbtn2 { - color: #fff; - position: absolute; - text-align: center; - line-height: 60rpx; - bottom: 0; - right: 60rpx; - width: 200rpx; - height: 60rpx; - background: linear-gradient(90deg, #64B0F9 0%, #436BF6 59%); - border-radius: 36rpx; - } - .yaoqing { - height: 1200rpx; - } - - .PurchasePage { - position: fixed; - bottom: 0; - height: 960rpx; - width: 100%; - background: #FFFFFF; - border-radius: 30rpx 30rpx 0px 0px; - font-size: 36rpx; - padding-bottom: 20rpx; - z-index: 10; - - .bodys { - background-color: #FFFFFF; - width: 96%; - margin: 10rpx auto 0; - border-radius: 20rpx; - padding: 15rpx 0 20rpx; - position: relative; - - .addressinfo { - font-size: 32rpx; - line-height: 65rpx; - margin-left: 90rpx; - - image { - width: 40rpx; - height: 50rpx; - position: absolute; - top: 50%; - left: 20rpx; - transform: translateY(-50%); - } - - .address { - padding-top: 10rpx; - width: 92%; - font-size: 30rpx; - word-break: break-all; - line-height: 45rpx; - } - - .namephone { - width: 70%; - text-overflow: ellipsis; - overflow: hidden; - white-space: nowrap; - } - - .picture2 { - position: absolute; - top: 50%; - right: 20rpx; - transform: translateY(-50%); - - image { - width: 18rpx; - height: 18rpx; - color: #FFFFFF; - margin-left: 20rpx; - } - } - } - } - - .topcontent { - width: 96%; - margin: 0 auto; - padding-bottom: 15rpx; - position: relative; - - .goodsStock { - font-size: 24rpx; - position: absolute; - top: 75%; - right: 10rpx; - } - - .prices { - position: absolute; - top: 70%; - left: 35%; - - .price { - color: #D43953; - } - } - - .title { - font-size: 36rpx; - position: absolute; - top: 3%; - left: 35%; - font-weight: 600; - width: 58%; - // height: 85rpx; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-box-orient: vertical; - -webkit-line-clamp: 3; - word-break: break-all; - } - - .image { - width: 200rpx; - height: 200rpx; - margin: 15rpx 0 0 0; - - image { - width: 201rpx; - height: 201rpx; - margin: 7rpx 0 0 7rpx; - } - - } - } - - .buy { - width: 60%; - height: 71rpx; - background: #26A888; - color: #FFFFFF; - text-align: center; - line-height: 71rpx; - border-radius: 26rpx; - position: absolute; - bottom: 30rpx; - left: 20%; - } - - .centercontent { - font-size: 32rpx; - background-color: #FFFFFF; - margin-top: 10rpx; - padding-top: 20rpx; - border-radius: 20rpx; - - .header { - margin-bottom: 20rpx; - margin-left: 17rpx; - } - - .productmodel { - border: 4rpx solid #FFFFFF; - } - - .Productmodel { - background: #ECF1FA; - border: 4rpx solid #26A888; - color: #26A888; - } - - .productmodel, - .Productmodel { - background-color: #F6F6F6; - height: 300rpx; - text-align: center; - width: 30%; - font-size: 24rpx; - border-radius: 10rpx; - margin: 5rpx 1.5% 10rpx; - padding: 0 0 10rpx; - - view { - background-color: #F6F6F6; - margin: 10rpx auto; - width: 98%; - // height: 90rpx; - border-radius: 10rpx; - font-size: 24rpx; - text-overflow: -o-ellipsis-lastline; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 2; - line-clamp: 2; - -webkit-box-orient: vertical; - } - - image { - border-radius: 10rpx; - width: 100%; - height: 200rpx; - } - } - } - } - - .mask { - position: fixed; - bottom: 0; - height: 600rpx; - width: 100%; - background-color: #fff; - z-index: 10; - - .maskitems { - color: #fff; - width: 90%; - margin: 60rpx auto 0; - - .item { - background: #557BC2; - width: 100%; - margin: 0 auto 20rpx; - height: 150rpx; - position: relative; - font-size: 26rpx; - - .btn { - text-align: center; - width: 120rpx; - height: 50rpx; - background: #FFFFFF; - border-radius: 22rpx; - position: absolute; - right: 30rpx; - top: 58rpx; - line-height: 50rpx; - font-size: 28rpx; - color: #557BC2; - } - - .text { - position: absolute; - left: 150rpx; - top: 90rpx; - } - - .titletext { - position: absolute; - left: 150rpx; - top: 48rpx; - } - - image { - margin: 49rpx 0 0 43rpx; - width: 66rpx; - height: 66rpx; - } - } - } - - .title { - padding-top: 10rpx; - font-size: 38rpx; - font-weight: 600; - text-align: center; - width: 100%; - } - } - - .items { - margin-top: 30rpx; - - .item { - width: 92%; - margin: 0 auto 12rpx; - background-color: #FFFFFF; - height: 220rpx; - position: relative; - - .text { - font-size: 24rpx; - position: absolute; - left: 220rpx; - top: 90rpx; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis - } - - .btn { - position: absolute; - right: 40rpx; - top: 140rpx; - width: 150rpx; - height: 50rpx; - background: #557BC2; - border-radius: 22rpx; - color: #fff; - text-align: center; - font-size: 28rpx; - color: #FFFFFF; - line-height: 50rpx; - } - - .jifen { - position: absolute; - left: 220rpx; - top: 140rpx; - font-size: 26rpx; - color: #666666; - } - - .title { - width: 460rpx; - font-size: 34rpx; - font-weight: 600; - position: absolute; - left: 220rpx; - top: 25rpx; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis - } - - image { - margin: 15rpx 0 0 15rpx; - width: 180rpx; - height: 180rpx; - } - } - } - - .titles { - margin: 38rpx 0 0 31rpx; - font-size: 30rpx; - } - - .vacancies { - width: 92%; - height: 330rpx; - margin: 0 auto; - position: relative; - color: #fff; - - .bottombutton { - position: absolute; - top: 230rpx; - left: 50%; - font-size: 32rpx; - color: #557BC2; - line-height: 72rpx; - text-align: center; - transform: translateX(-50%); - width: 440rpx; - height: 72rpx; - background: #FFFFFF; - border-radius: 36rpx; - } - - .centertext { - position: absolute; - top: 160rpx; - width: 100%; - text-align: center; - font-size: 28rpx; - opacity: 0.8; - } - - .title { - position: absolute; - left: 50%; - font-size: 70rpx; - top: 90rpx; - transform: translateX(-50%); - } - - .righttext { - position: absolute; - top: 32rpx; - right: 31rpx; - font-size: 24rpx; - line-height: 28rpx; - width: 130rpx; - height: 28rpx; - - image { - position: absolute; - left: 0; - width: 28rpx; - height: 28rpx; - } - - view { - opacity: 0.6; - position: absolute; - right: 0; - } - } - - .lefttext { - position: absolute; - top: 32rpx; - left: 33rpx; - font-size: 30rpx; - line-height: 33rpx; - } - - image { - width: 100%; - height: 100%; - } - } - } \ No newline at end of file diff --git a/pagesB/integral/integral.vue b/pagesB/integral/integral.vue deleted file mode 100644 index b96ad36..0000000 --- a/pagesB/integral/integral.vue +++ /dev/null @@ -1,657 +0,0 @@ - - - - diff --git a/pagesB/medicine/medicine.vue b/pagesB/medicine/medicine.vue index 1a0f469..060252b 100644 --- a/pagesB/medicine/medicine.vue +++ b/pagesB/medicine/medicine.vue @@ -259,7 +259,7 @@ }, goConsultationDetails() { uni.navigateTo({ - url: '/pages/ConsultationDetails/ConsultationDetails' + url: '/pagesB/ConsultationDetails/ConsultationDetails' }) }, }, diff --git a/pagesB/night/night.vue b/pagesB/night/night.vue deleted file mode 100644 index acf2ed0..0000000 --- a/pagesB/night/night.vue +++ /dev/null @@ -1,122 +0,0 @@ - - - - - diff --git a/pagesB/orderDetails/orderDetails.vue b/pagesB/orderDetails/orderDetails.vue index 68fedc3..705fc1f 100644 --- a/pagesB/orderDetails/orderDetails.vue +++ b/pagesB/orderDetails/orderDetails.vue @@ -8,7 +8,7 @@ 订单已关闭 - + 店铺名称 diff --git a/pagesB/site/site.vue b/pagesB/site/site.vue index 8cc0bed..0ce3d19 100644 --- a/pagesB/site/site.vue +++ b/pagesB/site/site.vue @@ -94,8 +94,8 @@ methods: { //点击swiper goswiper(index) { - if (this.lbinfo[index].jumpLink == '/pages/homepage/homepage' || this.lbinfo[index].jumpLink == - '/pages/Personal/Personal') { + if (this.lbinfo[index].jumpLink == '/pages/medicalservice/medicalservice' || this.lbinfo[index].jumpLink == + '/pages/myinformation/myinformation') { uni.switchTab({ url: this.lbinfo[index].jumpLink }) @@ -319,4 +319,4 @@ + \ No newline at end of file diff --git a/static/pagesB/96558.png b/static/pagesB/96558.png deleted file mode 100644 index 516577c..0000000 Binary files a/static/pagesB/96558.png and /dev/null differ diff --git a/static/pagesB/Tobepaid.png b/static/pagesB/Tobepaid.png deleted file mode 100644 index 6ba4f01..0000000 Binary files a/static/pagesB/Tobepaid.png and /dev/null differ diff --git a/static/pagesB/dingdan.png b/static/pagesB/dingdan.png deleted file mode 100644 index 0f2b51b..0000000 Binary files a/static/pagesB/dingdan.png and /dev/null differ diff --git a/static/pagesB/evaluated.png b/static/pagesB/evaluated.png deleted file mode 100644 index 4960d9a..0000000 Binary files a/static/pagesB/evaluated.png and /dev/null differ diff --git a/static/pagesB/finished.png b/static/pagesB/finished.png deleted file mode 100644 index 2ef3914..0000000 Binary files a/static/pagesB/finished.png and /dev/null differ diff --git a/static/pagesB/guanjia.png b/static/pagesB/guanjia.png deleted file mode 100644 index ce38ed0..0000000 Binary files a/static/pagesB/guanjia.png and /dev/null differ diff --git a/static/pagesB/homepagew.png b/static/pagesB/homepagew.png deleted file mode 100644 index fff7d18..0000000 Binary files a/static/pagesB/homepagew.png and /dev/null differ diff --git a/static/pagesB/homepagews.png b/static/pagesB/homepagews.png deleted file mode 100644 index d7c5558..0000000 Binary files a/static/pagesB/homepagews.png and /dev/null differ diff --git a/static/pagesB/jiance.png b/static/pagesB/jiance.png deleted file mode 100644 index 42ee51c..0000000 Binary files a/static/pagesB/jiance.png and /dev/null differ diff --git a/static/pagesB/jifen.png b/static/pagesB/jifen.png deleted file mode 100644 index be885a6..0000000 Binary files a/static/pagesB/jifen.png and /dev/null differ diff --git a/static/pagesB/jifenbeij.png b/static/pagesB/jifenbeij.png deleted file mode 100644 index 2884b46..0000000 Binary files a/static/pagesB/jifenbeij.png and /dev/null differ diff --git a/static/pagesB/jkda.png b/static/pagesB/jkda.png deleted file mode 100644 index a57abd7..0000000 Binary files a/static/pagesB/jkda.png and /dev/null differ diff --git a/static/pagesB/jypz.png b/static/pagesB/jypz.png deleted file mode 100644 index cde60a3..0000000 Binary files a/static/pagesB/jypz.png and /dev/null differ diff --git a/static/pagesB/kefu.png b/static/pagesB/kefu.png deleted file mode 100644 index 0c50218..0000000 Binary files a/static/pagesB/kefu.png and /dev/null differ diff --git a/static/pagesB/lnb.png b/static/pagesB/lnb.png deleted file mode 100644 index 7481043..0000000 Binary files a/static/pagesB/lnb.png and /dev/null differ diff --git a/static/pagesB/qyzq.png b/static/pagesB/qyzq.png deleted file mode 100644 index cfa5356..0000000 Binary files a/static/pagesB/qyzq.png and /dev/null differ diff --git a/static/pagesB/received.png b/static/pagesB/received.png deleted file mode 100644 index 3c684ae..0000000 Binary files a/static/pagesB/received.png and /dev/null differ diff --git a/static/pagesB/user.png b/static/pagesB/user.png deleted file mode 100644 index dac4233..0000000 Binary files a/static/pagesB/user.png and /dev/null differ diff --git a/static/pagesB/users.png b/static/pagesB/users.png deleted file mode 100644 index 05d94fe..0000000 Binary files a/static/pagesB/users.png and /dev/null differ diff --git a/static/pagesB/userw.png b/static/pagesB/userw.png deleted file mode 100644 index 77902b7..0000000 Binary files a/static/pagesB/userw.png and /dev/null differ diff --git a/static/pagesB/xg.png b/static/pagesB/xg.png deleted file mode 100644 index 4ba6bf1..0000000 Binary files a/static/pagesB/xg.png and /dev/null differ diff --git a/static/pagesB/yhj.png b/static/pagesB/yhj.png deleted file mode 100644 index 903860e..0000000 Binary files a/static/pagesB/yhj.png and /dev/null differ diff --git a/static/pagesB/zbgl.png b/static/pagesB/zbgl.png deleted file mode 100644 index f181e76..0000000 Binary files a/static/pagesB/zbgl.png and /dev/null differ diff --git a/static/pagesB/zbglzbgl.png b/static/pagesB/zbglzbgl.png deleted file mode 100644 index 9a76358..0000000 Binary files a/static/pagesB/zbglzbgl.png and /dev/null differ