Browse Source

fix: refresh qr

hulinfei 3 years ago
parent
commit
91084f6633
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/platform/profile/index.vue

+ 2 - 0
src/views/platform/profile/index.vue

@@ -433,6 +433,8 @@ export default {
               type: 'success',
               message: '绑定小程序成功'
             })
+            clearTimeout(this.$checkTimer)
+            this.appletOptions.qr = null
             if (this.qrType === 'appletOptions') {
               this.onCloseQr()
             }