|
|
@ -127,6 +127,7 @@ |
|
|
|
}, |
|
|
|
}, |
|
|
|
setfunactive(item, index) { |
|
|
|
setfunactive(item, index) { |
|
|
|
for (let key in this.$refs) { |
|
|
|
for (let key in this.$refs) { |
|
|
|
|
|
|
|
if(key === "qr") continue; |
|
|
|
if (key === item) { |
|
|
|
if (key === item) { |
|
|
|
this.$refs[key].classList.add('active'); |
|
|
|
this.$refs[key].classList.add('active'); |
|
|
|
this.$store.dispatch('doappInfoIndex', [[index, index], [index, index]]); |
|
|
|
this.$store.dispatch('doappInfoIndex', [[index, index], [index, index]]); |
|
|
|