diff --git a/h5/pages/main/tj/choose.vue b/h5/pages/main/tj/choose.vue index 2281bf1..52d2b06 100644 --- a/h5/pages/main/tj/choose.vue +++ b/h5/pages/main/tj/choose.vue @@ -65,6 +65,7 @@ const getGroupCombo = async (info) => { data.phone = info.phone; data.phone = info.married; $store.setGroupInfo(data); + popup.value.close(); if (!data.items.length && data.tongshou_xiane > 0) { // 跳转到选择类似上 uni.navigateTo({ diff --git a/h5/pages/main/tj/tjxq.vue b/h5/pages/main/tj/tjxq.vue index e2e9ee7..1bd1d15 100644 --- a/h5/pages/main/tj/tjxq.vue +++ b/h5/pages/main/tj/tjxq.vue @@ -1,212 +1,215 @@ \ No newline at end of file + &::after { + content: ""; + width: 26rpx; + height: 3rpx; + background-color: #239ea3; + position: absolute; + left: 50%; + bottom: -10rpx; + transform: translateX(-50%); + } + } +} + diff --git a/h5/unocss.config.js b/h5/unocss.config.js index 46cb890..07a9a06 100644 --- a/h5/unocss.config.js +++ b/h5/unocss.config.js @@ -16,6 +16,10 @@ export default { 'center': 'flex justify-center items-center', 'between': 'flex justify-between items-center', 'around': 'flex justify-around items-center', + 'evenly': 'flex justify-evenly items-center', + 'col': 'flex flex-col', + 'row': 'flex flex-row', + 'bs': 'b-0 b-solid', // 边框样式 用的时候加上 b-color 和某个方向的宽度 比如 b-l-1 }, ],