diff --git a/h5/pages.json b/h5/pages.json
index ecad039..8f7cb3c 100644
--- a/h5/pages.json
+++ b/h5/pages.json
@@ -104,6 +104,13 @@
"navigationBarBackgroundColor": "#239EA3",
"navigationBarTextStyle": "white"
}
+ },{
+ "path": "pages/main/tj/tjxq_new",
+ "style": {
+ "navigationBarTitleText": "套餐详情",
+ "navigationBarBackgroundColor": "#239EA3",
+ "navigationBarTextStyle": "white"
+ }
},
{
"path": "pages/main/questionnaire/index",
diff --git a/h5/pages/main/tj/tjxq_new.vue b/h5/pages/main/tj/tjxq_new.vue
new file mode 100644
index 0000000..1e51b88
--- /dev/null
+++ b/h5/pages/main/tj/tjxq_new.vue
@@ -0,0 +1,567 @@
+
+
+
+
+ 您还剩余
+ {{ losePrice }}
+ 元体检额度尚未使用,确认提交后剩余体检额度将无法使用!
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 项目自选
+ {{ comboInfo.combo_name }}
+
+
+
+
+
+
+
+
+
+
+ 您好,
+ {{
+ groupId ? groupInfo.name : $store.getUser().name
+ }}
+
+
+
+
+
+ 单位名称:
+ {{ groupInfo.group_name }}
+
+
+ 部门名称:
+ {{ groupInfo.bumen_name }}
+
+
+ 套餐名称:
+ {{ groupInfo.combo_name || comboInfo?.combo_name }}
+
+
+ 体检额度:
+ {{ groupInfo.tongshou_xiane }}
+
+
+
+
+
+
+
+ 套餐项目
+ {{ comboInfo?.tags[0]?.text }}
+ {{ itemsInfo?.itemscount }}
+
+
+
+
+
+
+
+
+
+ 体检流程
+ 检查项目
+
+
+
+
+ {{index+1}}.{{ val.keshi_name }}
+ {{ val.children.length }}个项目
+ 查看详情>>
+
+
+
+
+
+
+ {{ v.name }}
+
+ ?
+
+
+ {{ v.desc || "-" }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 体检须知
+
+
+
+ 体检须知
+
+
+
+
+
+ 选购套餐
+
+
+
+
+
+
+ 预约体检
+
+
+
+
+
+
+ 前往体检
+
+
+
+
+
+
+ 领取报告
+
+
+
+
+ 体检注意事项
+
+
+
+ 我已知晓
+
+
+
+
+
+
+
+ ¥ {{ total_original_price }}
+
+
+ ¥{{
+ totalPrice
+ }}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/h5/pages/main/tj/tjzx_new.vue b/h5/pages/main/tj/tjzx_new.vue
index 9e795c9..8f5c8dd 100644
--- a/h5/pages/main/tj/tjzx_new.vue
+++ b/h5/pages/main/tj/tjzx_new.vue
@@ -523,7 +523,7 @@
+ class="fixed bottom-0 left-0 w-100% h-150rpx bg-gradient-to-r from-#02b4bd to-#ABD7D7 px-20rpx py-30rpx box-border items-center flex justify-between">
@@ -558,8 +558,9 @@
line-height: 58rpx;
text-align: center;
width: 174rpx;
- border-radius: 24rpx;
+ border-radius: 58rpx;
margin-right: 20rpx;
+ font-size: 29rpx;
}
.popupItemList-content {