diff --git a/otherPages/authentication/components/questionCard.vue b/otherPages/authentication/components/questionCard.vue index 1b18a27..f45051d 100644 --- a/otherPages/authentication/components/questionCard.vue +++ b/otherPages/authentication/components/questionCard.vue @@ -14,7 +14,7 @@ @@ -86,6 +86,8 @@ default: null, // '基本' | '培训' } }) + + const min = 700 const emit = defineEmits(['update:modelValue']) diff --git a/otherPages/authentication/components/stepProgress.vue b/otherPages/authentication/components/stepProgress.vue index f35405c..0ba2180 100644 --- a/otherPages/authentication/components/stepProgress.vue +++ b/otherPages/authentication/components/stepProgress.vue @@ -1,101 +1,136 @@ \ No newline at end of file diff --git a/otherPages/authentication/examination/base.vue b/otherPages/authentication/examination/base.vue index 1749f77..97c80dc 100644 --- a/otherPages/authentication/examination/base.vue +++ b/otherPages/authentication/examination/base.vue @@ -97,7 +97,7 @@ onShow(() => { position: sticky; top: 0; background-image: linear-gradient(180deg, #FFBF60 0, #ffbf60 2%, #ffbf60 8%, #f2f2f2 90%); - + z-index: 999; .progress { margin-top: 19rpx; } diff --git a/otherPages/authentication/examination/baseCompleted.vue b/otherPages/authentication/examination/baseCompleted.vue index dd945fe..2437a03 100644 --- a/otherPages/authentication/examination/baseCompleted.vue +++ b/otherPages/authentication/examination/baseCompleted.vue @@ -42,19 +42,19 @@ - + + @click="openPopup(item.title, item.content)" - + {{ item.title }} @@ -72,7 +72,7 @@ - + --> 进入培训考核 diff --git a/otherPages/authentication/examination/start.vue b/otherPages/authentication/examination/start.vue index 9b50dcd..2ad377b 100644 --- a/otherPages/authentication/examination/start.vue +++ b/otherPages/authentication/examination/start.vue @@ -123,6 +123,7 @@ image { width: 198rpx; + height: 228rpx; } } diff --git a/otherPages/authentication/list/index.vue b/otherPages/authentication/list/index.vue index 8b5e668..d13ab1a 100644 --- a/otherPages/authentication/list/index.vue +++ b/otherPages/authentication/list/index.vue @@ -2,7 +2,7 @@ - + @@ -87,7 +87,10 @@ import dForm from "@/components/dForm/index.vue" import stepProgress from '../components/stepProgress.vue'; import configPopup from '@/components/configPopup.vue' - + + const configPopupRef = ref(null) + + const store = useStore() const configList = computed(() => { @@ -358,11 +361,12 @@ url: `/otherPages/authentication/examination/start?petType=${petType.value.join(',')}` }) } catch (err) { - + uni.navigateTo({ + url: `/otherPages/authentication/examination/start?petType=${petType.value.join(',')}` + }) } } - const configPopupRef = ref(null) onLoad(() => { fetchUserInfo() @@ -446,7 +450,6 @@ .containers { - .mainBg { width: 100vw; height: 442rpx; diff --git a/pages/login/wxUserInfo.vue b/pages/login/wxUserInfo.vue index 4c79121..9912f17 100644 --- a/pages/login/wxUserInfo.vue +++ b/pages/login/wxUserInfo.vue @@ -3,10 +3,12 @@ - - 申请获取你的头像、昵称 -