diff --git a/h5/pages/main/combo/combo_new.vue b/h5/pages/main/combo/combo_new.vue
index 108922d..e77209e 100644
--- a/h5/pages/main/combo/combo_new.vue
+++ b/h5/pages/main/combo/combo_new.vue
@@ -55,6 +55,9 @@
let itemId = ref(""); // 项目id
let comboId = ref(""); // 套餐id
let price_max_min=ref([]);
+ let zhuangjianType=ref(18);
+ let TiShiPopupRef=ref(null);//提示弹窗
+ let SelectedComboInfo=ref(null);//选中的套餐信息
const selectItemClick = async (index, key) => {
// 选择套餐条件
@@ -308,10 +311,7 @@
}
};
- const select_drawer_ref = ref(null);
- const selectDrawerRef = (e) => {
- select_drawer_ref.value = e;
- };
+
onShow(() => {
$store.setDuoXuanYi({});
@@ -326,6 +326,7 @@
})
const buyClick = async (item) => {
+ SelectedComboInfo.value=item
let checkup_type_id = $store.getCheckupTypeId();
console.log("----", checkup_type_id.id);
if (checkup_type_id.id == "" || checkup_type_id.id == undefined) {
@@ -343,6 +344,10 @@
multipleList.value = item.duo_xuan_yi;
return;
}
+ if(item.type_id=zhuangjianType.value){
+ TiShiPopupRef.value.open();
+ return
+ }
toDetail();
};
@@ -425,6 +430,14 @@
}
const tabsClickFunc=(value)=>{
tabs_active_id.value=value
+ if(value==1){
+ comboIndex.value=zhuangjianType.value //设置筛选套餐类型为专家
+ screenObj.value.combo_type=comboIndex.value
+ }else{
+ comboIndex.value=''
+ delete screenObj.value.combo_type
+ }
+ getComboList();
}
@@ -526,17 +539,18 @@
¥
{{ i.price }}
- ¥{{ i.original_price }}
+ ¥{{ i.original_price }}
+ 预存款
-
+
{{comboIds.includes(i.combo_id) ? "已加入" : "对比"}}
- 预约
+ 选择
@@ -605,56 +619,8 @@
-
-
-
-
-
- 套餐价格
-
-
- {{ val.name }}
-
-
-
-
- 体检项目(多选)
-
-
- {{ val.name }}
-
-
-
-
- 重置
- 确定
-
-
-
-
-
-
-
+
+
套餐类型
@@ -689,12 +655,57 @@
@click="selectDone()">确定
+
+
+
+
+
+
+ 套餐须知
+ 专家定制套餐
+ 此套餐收费{{SelectedComboInfo.price}}元为预存款,可根据现场定制套餐后实际价格多退少补。
+ 我已知晓
\ No newline at end of file
diff --git a/h5/pages/main/combo/tcdb.vue b/h5/pages/main/combo/tcdb.vue
index 3aa20d7..a4d07da 100755
--- a/h5/pages/main/combo/tcdb.vue
+++ b/h5/pages/main/combo/tcdb.vue
@@ -1,93 +1,99 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
- {{ obj.name }}
-
-
-
-
-
- {{ val }}
-
-
-
- ¥
- {{
- obj.price
- }}
- {{
- obj.original_price
- }}
-
-
-
-
-
-
- 开始对比
-
-
+
+
+
+
+
+ 开始对比
+
+
+
+
+
+
-
+
\ No newline at end of file