Browse Source

fix: refresh qr

hulinfei 3 năm trước cách đây
mục cha
commit
91084f6633
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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()
             }