diff --git a/pages/therapeuticRegimen/index.less b/pages/therapeuticRegimen/index.less
index 2d99466..c8b3061 100644
--- a/pages/therapeuticRegimen/index.less
+++ b/pages/therapeuticRegimen/index.less
@@ -105,14 +105,15 @@ pages{
}
}
}
- .btn-box{
- padding: 28rpx;
-
- position: fixed;
- left: 0;
- bottom: 0;
- right: 0;
- z-index: 100;
- }
+
+}
+.btn-box{
+ padding: 28rpx;
+
+ position: fixed;
+ left: 0;
+ bottom: 0;
+ right: 0;
+ z-index: 100;
}
\ No newline at end of file
diff --git a/pages/therapeuticRegimen/index.wxml b/pages/therapeuticRegimen/index.wxml
index dd15a93..d20b960 100644
--- a/pages/therapeuticRegimen/index.wxml
+++ b/pages/therapeuticRegimen/index.wxml
@@ -1,27 +1,20 @@
-
+
-
-
-
- {{item.start_date}} 至 {{item.end_date}}
-
-
- {{item.status}}
-
-
-
-
- {{detail.name}}
- 每日{{detail.frequency}}次,{{detail.time}}
+
+
+ {{item.start_date}} 至 {{item.end_date}}
+ {{item.status}}
+
+
+
+ {{detail.name}}
+ 每日{{detail.frequency}}次,{{detail.time}}
+
+ {{detail.dose}}
- {{detail.dose}}
-
-
-
-
- 新增用药方案
-
-
-
\ No newline at end of file
+
+
+ 新增用药方案
+
\ No newline at end of file