首页添加版本判断

This commit is contained in:
a0049873 2022-08-16 09:16:36 +08:00
parent 36b161da4c
commit 82249450c4
1 changed files with 3 additions and 3 deletions

View File

@ -229,7 +229,7 @@
appLiCation: '',
})
const changeCard = (name) => {
if (select.value == name) {
if (select.value == name && whoShow.itShowQingDao) {
select.value = ''
} else {
select.value = name