MrShi
2026-05-20 b806c4ad52a661a1e5f0695650ec1a7e42f01633
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({