Browse Source

变更执行顺序

h5_css
yanyan 3 years ago
parent
commit
d78e29872b
  1. BIN
      static/images/joy.png
  2. 2
      subpkg/complete/complete.vue

BIN
static/images/joy.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 KiB

2
subpkg/complete/complete.vue

@ -145,6 +145,7 @@
};
},
onLoad(options) {
this.getQR();
this.timer = setTimeout(() => {
this.showMedal = false
this.showLayer = false
@ -157,7 +158,6 @@
this.getRecordList()
this.editUserMedal();
this.updateScore();
this.getQR();
},
computed: {
...mapState('m_user', ['userId'])

Loading…
Cancel
Save