From c8a4f2e74ebe4299bb5ba8f2a3db70f2ed2b0a8b Mon Sep 17 00:00:00 2001
From: zoujiandong <10130823232@qq.com>
Date: Tue, 30 Dec 2025 11:51:16 +0800
Subject: [PATCH] =?UTF-8?q?12.30=E4=B8=8A=E5=8D=88=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/index/index.wxml | 5 ++--
pages/index/index.wxss | 2 +-
.../medinceOrderDetail/medinceOrderDetail.js | 2 +-
patient/pages/myPrescript/myPrescript.wxml | 2 +-
project.private.config.json | 29 ++++++++++++++-----
5 files changed, 26 insertions(+), 14 deletions(-)
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