首页添加版本判断
This commit is contained in:
parent
36b161da4c
commit
82249450c4
|
@ -229,7 +229,7 @@
|
|||
appLiCation: '',
|
||||
})
|
||||
const changeCard = (name) => {
|
||||
if (select.value == name) {
|
||||
if (select.value == name && whoShow.itShowQingDao) {
|
||||
select.value = ''
|
||||
} else {
|
||||
select.value = name
|
||||
|
|
Loading…
Reference in New Issue