feat(国家选择页): 取消上方的确认按钮,选择国家直接默认确认

This commit is contained in:
hzj 2025-10-30 19:41:40 +08:00
parent 35d50533f5
commit ce2b4410e2

View File

@ -4,11 +4,11 @@
<div> <div>
<!-- 顶部 --> <!-- 顶部 -->
<MobileHeader title="Country&Region"> <MobileHeader title="Country&Region">
<template v-slot:extraFunction> <!-- <template v-slot:extraFunction>
<div style="display: flex; justify-content: center; align-items: center; width: 10%"> <div style="display: flex; justify-content: center; align-items: center; width: 10%">
<img src="../assets/icon/selected.png" alt="" style="width: 100%" @click="confirm" /> <img src="../assets/icon/selected.png" alt="" style="width: 100%" @click="confirm" />
</div> </div>
</template> </template> -->
</MobileHeader> </MobileHeader>
</div> </div>
@ -96,6 +96,7 @@ const selectC = (gIndex, cIndex, country) => {
groupIndex.value = gIndex groupIndex.value = gIndex
countryIndex.value = cIndex countryIndex.value = cIndex
selectedCountry.value = country selectedCountry.value = country
confirm()
} }
// //