增加APP下载码保存本地功能

super_sign_new
nineven 4 years ago
parent fad08e4be2
commit 6e66592ba2
  1. 1
      fir_client/src/components/FirAppInfosBase.vue

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

Loading…
Cancel
Save