diff --git a/pages/index/index.wxml b/pages/index/index.wxml
index 06d43ba..db955ae 100644
--- a/pages/index/index.wxml
+++ b/pages/index/index.wxml
@@ -108,11 +108,10 @@
合并HIV
-
-
+
diff --git a/pages/index/index.wxss b/pages/index/index.wxss
index 08f949f..ea6e960 100644
--- a/pages/index/index.wxss
+++ b/pages/index/index.wxss
@@ -125,7 +125,7 @@
justify-content: center;
align-items: center;
background-color: #fff;
- margin-left: 20rpx;
+ margin-left: 28rpx;
border-radius: 10rpx;
}
.cellbox .tese{
diff --git a/patient/pages/medinceOrderDetail/medinceOrderDetail.js b/patient/pages/medinceOrderDetail/medinceOrderDetail.js
index 220a0cb..932f4ac 100644
--- a/patient/pages/medinceOrderDetail/medinceOrderDetail.js
+++ b/patient/pages/medinceOrderDetail/medinceOrderDetail.js
@@ -97,7 +97,7 @@ Page({
this.setData({
order_product:data.order_product,
order_product_item:data.order_product_item,
- user_doctor:data.user_doctor
+ user_doctor:data.original_doctor
});
})
},
diff --git a/patient/pages/myPrescript/myPrescript.wxml b/patient/pages/myPrescript/myPrescript.wxml
index 50c1684..66fe5be 100644
--- a/patient/pages/myPrescript/myPrescript.wxml
+++ b/patient/pages/myPrescript/myPrescript.wxml
@@ -15,7 +15,7 @@
医生
:
- {{item.doctor_name}} {{item.user_doctor.doctor_title}}
+ {{item.original_doctor.user_name}} {{item.original_doctor.doctor_title}}
患者
diff --git a/project.private.config.json b/project.private.config.json
index f284afa..73882f8 100644
--- a/project.private.config.json
+++ b/project.private.config.json
@@ -1,10 +1,23 @@
{
- "projectname": "wxAppPatient",
- "setting": {
- "compileHotReLoad": true,
- "urlCheck": false,
- "bigPackageSizeSupport": false
- },
- "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
- "libVersion": "3.9.3"
+ "projectname": "wxAppPatient",
+ "setting": {
+ "compileHotReLoad": true,
+ "urlCheck": false,
+ "bigPackageSizeSupport": false
+ },
+ "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
+ "libVersion": "3.9.3",
+ "condition": {
+ "miniprogram": {
+ "list": [
+ {
+ "name": "pages_app/myWelfare/myWelfare",
+ "pathName": "pages_app/myWelfare/myWelfare",
+ "query": "",
+ "scene": null,
+ "launchMode": "default"
+ }
+ ]
+ }
+ }
}
\ No newline at end of file