MrShi
2026-05-22 fbc074229fd4736f1ae2793c9daebf04726188b2
small-program/pages/payment-success/payment-success.vue
@@ -72,14 +72,14 @@
               height: this.height,
               correctLevel: 2
            })
            setTimeout(() => {
            this.$nextTick(() => {
               uni.canvasToTempFilePath({
                  canvasId: 'qrcodeCanvas',
                  success: (res) => {
                     this.qrcodeImage = res.tempFilePath
                  }
               }, this)
            }, 100)
            })
         },
         goHome() {
            uni.switchTab({