diff --git a/pages.json b/pages.json
index b8caec1..3d1c2d3 100644
--- a/pages.json
+++ b/pages.json
@@ -286,37 +286,25 @@
{
"path": "pages/medicine/medicine",
"style": {
- "navigationBarTitleText": "就医",
+ "navigationBarTitleText": "健康咨询",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff"
}
},
{
- "path": "pages/Doctordetails/Doctordetails",
- "style": {
- "navigationBarTitleText": "医生信息",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#ffffff"
- }
- }, {
- "path": "pages/Geriatricdisease/Geriatricdisease",
- "style": {
- "navigationBarTitleText": "老年病中心",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#ffffff"
- }
- }, {
"path": "pages/diseasemanagement/diseasemanagement",
"style": {
"navigationBarTitleText": "专病管理",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff"
}
- }, {
- "path": "pages/toptabbar/toptabbar",
+ },
+ {
+ "path": "pages/utabs/u-tabs",
"style": {
"navigationBarTitleText": "",
- "enablePullDownRefresh": false
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#ffffff"
}
},
{
diff --git a/pages/Doctordetails/Doctordetails.vue b/pages/Doctordetails/Doctordetails.vue
deleted file mode 100644
index 1a98460..0000000
--- a/pages/Doctordetails/Doctordetails.vue
+++ /dev/null
@@ -1,120 +0,0 @@
-
-
-
-
-
-
- 某某某
-
-
- 主任医师
-
-
-
-
- 熟悉呼吸系统疾病的诊治,尤其擅 长肺栓塞、肺动脉高压和慢性气道疾 病的研究。
-
-
-
-
-
-
-
-
-
-
diff --git a/pages/Geriatricdisease/Geriatricdisease.vue b/pages/Geriatricdisease/Geriatricdisease.vue
deleted file mode 100644
index 2fd7ef5..0000000
--- a/pages/Geriatricdisease/Geriatricdisease.vue
+++ /dev/null
@@ -1,95 +0,0 @@
-
-
-
-
-
-
-
-
- 国家老年病中心山东分中心是依托于首都医科大学宣武医院的国家老年疾病临床医学研究中心(国家科技部、国家卫计委、中央军委后勤保障部、国家食品药品监督管理总局联合批准的国家级临床医学研究中心),老年慢性病全国网络化诊治体系及医疗大数据系统,医疗与健康一体化的新型服务体系和数据体系山东省建设单位。为提升山东省基层医院老年病学科水平,建设区域老年疾病预防、管理体系。利用国家中心在老年疾病临床诊疗的优势:在衰老、老年常见重大疾病(帕金森和老年痴呆等老年神经变性病、心脑及外周血管病、糖尿病)和老年综合征(衰弱、跌倒、便秘等)防治领域,围绕老年高龄外科围手术期管理、老年用药管理、老年共病、老年重症、以及老年常见疾病(帕金森病、痴呆、心脑外周血管病、糖尿病等)早期预警、干预及全程管理的综合评估、干预和管理新技术。
-
-
- 主要开展的科室有:帕金森,两腺科,妇科,心脑血管等精准治疗
-
-
- 开展项目有:慢病管理,血液净化(高血脂症)妇科筛查,老年病筛查、康复治疗等
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pages/Personal/Personal.vue b/pages/Personal/Personal.vue
index 4bf67e4..90ab0fc 100644
--- a/pages/Personal/Personal.vue
+++ b/pages/Personal/Personal.vue
@@ -8,7 +8,7 @@
-
+
我的订单
diff --git a/pages/ProductList/ProductList.vue b/pages/ProductList/ProductList.vue
index a028de1..2ddd69e 100644
--- a/pages/ProductList/ProductList.vue
+++ b/pages/ProductList/ProductList.vue
@@ -1,9 +1,11 @@
-
-
-
+
+
+
+
+ 分类
+
@@ -41,11 +43,8 @@
getGoodsCategoryNameList
} from '@/api/ProductList/ProductList.js';
import baseurl from '@/api/baseurl.js'
- import topTabbar from '../toptabbar/toptabbar.vue'
export default {
- components: {
- topTabbar
- },
+ components: {},
data() {
return {
//将选中标签的索引绑定为tabIndex,以便后续的调用
@@ -137,10 +136,11 @@
GoodsCategorychildren(value) {
getGoodsCategoryNameList(value).then(res => {
this.GoodsCategorychildrenlist = [{
- goodsCategoryName: '全部',
+ name: '全部',
id: 99999999999999999,
}]
res.data.forEach(e => {
+ e.name = e.goodsCategoryName
this.GoodsCategorychildrenlist.push(e)
})
})
@@ -216,9 +216,42 @@
diff --git a/pages/site/site.scss b/pages/site/site.scss
index d530cf6..d7ef0df 100644
--- a/pages/site/site.scss
+++ b/pages/site/site.scss
@@ -7,24 +7,6 @@
background-color: #F4F5F7 !important;
padding-bottom: 20rpx;
}
- .swiper-block {
- height: 200rpx;
- width: 94%;
- padding: 30rpx 3% 10rpx;
- background-color: #F4F5F7;
- }
- .swiper-item {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: flex-start;
- }
- .slide-image {
- height: 200rpx;
- width: 100%;
- margin: 0 auto;
- border-radius: 20rpx;
- }
.Classificationlist{
margin: 30rpx 0 0;
width: 100%;
diff --git a/pages/site/site.vue b/pages/site/site.vue
index 418419b..2d5d57e 100644
--- a/pages/site/site.vue
+++ b/pages/site/site.vue
@@ -19,13 +19,7 @@
-
-
-
-
-
-
+
周边医养机构
diff --git a/pages/startup/startup.vue b/pages/startup/startup.vue
index ff23e47..e163fb0 100644
--- a/pages/startup/startup.vue
+++ b/pages/startup/startup.vue
@@ -52,7 +52,7 @@
image {
width: 50%;
- height: 200rpx;
+ height: 400rpx;
position: absolute;
left: 25%;
top: 28%;
diff --git a/pages/toptabbar/toptabbar.vue b/pages/toptabbar/toptabbar.vue
deleted file mode 100644
index 0afb82a..0000000
--- a/pages/toptabbar/toptabbar.vue
+++ /dev/null
@@ -1,168 +0,0 @@
-
-
-
-
-
-
-
- {{tabBar.goodsCategoryName}}
-
-
-
-
-
-
-
- 分类
-
-
-
-
-
-
-
-
diff --git a/pages/utabs/u-tabs.vue b/pages/utabs/u-tabs.vue
new file mode 100644
index 0000000..713e16c
--- /dev/null
+++ b/pages/utabs/u-tabs.vue
@@ -0,0 +1,384 @@
+
+
+
+
+
+
+
+
+ {{item.dates}}
+
+
+ {{ item[name] || item['name']}}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/192x192.png b/static/192x192.png
deleted file mode 100644
index cfeb33c..0000000
Binary files a/static/192x192.png and /dev/null differ
diff --git a/static/dingdan.png b/static/dingdan.png
new file mode 100644
index 0000000..df60c20
Binary files /dev/null and b/static/dingdan.png differ
diff --git a/static/logo.png b/static/logo.png
index 2f386b6..cfeb33c 100644
Binary files a/static/logo.png and b/static/logo.png differ