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

Loading…
Cancel
Save