diff --git a/h5/pages/main/tjyy/tjyy.vue b/h5/pages/main/tjyy/tjyy.vue index b3dc6ea..eadf6bb 100755 --- a/h5/pages/main/tjyy/tjyy.vue +++ b/h5/pages/main/tjyy/tjyy.vue @@ -30,7 +30,7 @@ let yucunkuan = ref(0); // 计算后的预存款 let jifen = ref(0); // 计算后的可用积分 let keyong_jifen = ref(0); // 可用积分 let erxianInfo=ref(null); - +let TiShiPopupRef=ref(null); const mountedAction = async () => { uni.showLoading({ title: "加载中", @@ -266,6 +266,19 @@ const getnmrList = async () => { }); }; + +let checkup_type_id=$store.getCheckupTypeId()?.id +let NextStatus=ref(true) +const toNext=()=>{ + NextStatus.value=true + if(checkup_type_id==4){ + NextStatus.value=false; + TiShiPopupRef.value.open(); + return false; + } + comfrimyy() +} + const comfrimyy = async () => { let plan_id = ""; let plan_nmr_id = ""; @@ -278,6 +291,7 @@ const comfrimyy = async () => { return; } } + if (yytjInfo.value?.nmr_list?.length > 1) { plan_nmr_id = yytjInfo.value?.nmr_list[0]?.id; @@ -426,6 +440,14 @@ const toRouter = (url, status, index) => {