diff --git a/pages.json b/pages.json
index 39d0ba7..72016ab 100644
--- a/pages.json
+++ b/pages.json
@@ -3,19 +3,20 @@
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
+
{
- "path": "pages/medicalservice/medicalservice",
- "style": {
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
"path": "pages/startup/startup",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
- }, {
+ },{
+ "path": "pages/medicalservice/medicalservice",
+ "style": {
+ "enablePullDownRefresh": false,
+ "navigationStyle": "custom"
+ }
+ }, {
"path": "pages/myinformation/myinformation",
"style": {
"enablePullDownRefresh": false,
@@ -69,7 +70,16 @@
"navigationBarTitleText": "行为积分",
"enablePullDownRefresh": false
}
- }, {
+ },
+ {
+ "path": "screenorder/screenorder",
+ "style": {
+ "navigationBarTitleText": "筛查预约",
+ "enablePullDownRefresh": false,
+ "navigationStyle": "default",
+ "navigationBarBackgroundColor": "#4ac4ab"
+ }
+ },{
"path": "managefamily/managefamily",
"style": {
"navigationBarTitleText": "管理家庭成员",
@@ -439,15 +449,15 @@
}
}
- ,{
- "path" : "Mysigning/Mysigning",
- "style" :
- {
- "navigationBarTitleText": "我的签约",
- "enablePullDownRefresh": false
- }
+ // ,{
+ // "path" : "Mysigning/Mysigning",
+ // "style" :
+ // {
+ // "navigationBarTitleText": "我的签约",
+ // "enablePullDownRefresh": false
+ // }
- }
+ // }
]
}],
"globalStyle": {
diff --git a/pages/medicalservice/medicalservice.vue b/pages/medicalservice/medicalservice.vue
index fc46dd7..369cf80 100644
--- a/pages/medicalservice/medicalservice.vue
+++ b/pages/medicalservice/medicalservice.vue
@@ -14,7 +14,7 @@
常用服务
-
+
@@ -65,6 +65,11 @@
this.getHeathHousing();
},
methods: {
+ goAppointmentscreening() {
+ uni.navigateTo({
+ url: '/pagesB/ProductList/ProductList'
+ })
+ },
//跳转健康常识item
gohealthitem(item) {
uni.navigateTo({
@@ -88,7 +93,7 @@
gomaterialbenefits() {
// 第二种引入
// this.$store.dispatch("openPopup");
- this.openPopup();
+ // this.openPopup();
setTimeout(e => {
uni.navigateTo({
url: '/pagesB/materialbenefits/materialbenefits'
@@ -111,16 +116,16 @@
})
},
// 筛查结果
- result(){
+ result() {
uni.navigateTo({
url: '/pagesB/screeningResult/screeningResult'
})
-
-
+
+
},
//跳转商城
goshopping() {
- this.openPopup();
+ // this.openPopup();
setTimeout(e => {
uni.navigateTo({
url: '/pagesB/shopping/shopping'
diff --git a/pagesB/ProductList/ProductList.vue b/pagesB/ProductList/ProductList.vue
index 9eb6a9e..a3715c8 100644
--- a/pagesB/ProductList/ProductList.vue
+++ b/pagesB/ProductList/ProductList.vue
@@ -295,7 +295,7 @@
.price {
font-size: 36rpx;
- color: #D43953;
+ color: #26A888;
line-height: 79rpx;
padding-left: 15rpx;
}
diff --git a/pagesB/screenorder/screenorder.vue b/pagesB/screenorder/screenorder.vue
new file mode 100644
index 0000000..699f87f
--- /dev/null
+++ b/pagesB/screenorder/screenorder.vue
@@ -0,0 +1,431 @@
+
+
+
+
+ {{userInfo.residentName}}
+ 年龄:{{userInfo.age}}
+ 性别:{{userInfo.gender}}
+
+
+
+ 无
+
+
+ 高血压
+
+
+ 高血糖
+
+
+ 高血脂
+
+
+
+
+
+
+ 基本信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pagesC/Filinginformation/Filinginformation.vue b/pagesC/Filinginformation/Filinginformation.vue
index dcc699d..6e4c716 100644
--- a/pagesC/Filinginformation/Filinginformation.vue
+++ b/pagesC/Filinginformation/Filinginformation.vue
@@ -37,8 +37,7 @@
详细地址
-
+
diff --git a/pagesC/Signingagency/Signingagency.vue b/pagesC/Signingagency/Signingagency.vue
index 2ca8943..0f72886 100644
--- a/pagesC/Signingagency/Signingagency.vue
+++ b/pagesC/Signingagency/Signingagency.vue
@@ -213,13 +213,15 @@
}
}
- .radio-content {
- width: 50%;
- text-align: center;
- font-size: 18rpx;
- position: relative;
- left: 50%;
- transform: translateX(-50%);
+ .radio-content {
+ width: 56%;
+ text-align: center;
+ font-size: 19rpx;
+ position: relative;
+ left: 54%;
+ -webkit-transform: translateX(-50%);
+ transform: translateX(-50%);
+
.agreement {
position: absolute;