首页添加版本判断
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
|
||||
|
@ -509,7 +509,7 @@
|
|||
/* ----------------------------------------------
|
||||
* Generated by Animista on 2022-8-15 14:3:51
|
||||
* Licensed under FreeBSD License.
|
||||
* See http://animista.net/license for more info.
|
||||
* See http://animista.net/license for more info.
|
||||
* w: http://animista.net, t: @cssanimista
|
||||
* ---------------------------------------------- */
|
||||
|
||||
|
@ -550,7 +550,7 @@
|
|||
/* ----------------------------------------------
|
||||
* Generated by Animista on 2022-8-15 15:8:37
|
||||
* Licensed under FreeBSD License.
|
||||
* See http://animista.net/license for more info.
|
||||
* See http://animista.net/license for more info.
|
||||
* w: http://animista.net, t: @cssanimista
|
||||
* ---------------------------------------------- */
|
||||
|
||||
|
|
Loading…
Reference in New Issue