Browse Source

海报问题

h5_css
yanyan 2 years ago
parent
commit
45fcdafb47
  1. BIN
      static/images/qrCode.jpg
  2. 5
      subpkg/complete/complete.vue

BIN
static/images/qrCode.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

5
subpkg/complete/complete.vue

@ -157,7 +157,7 @@
};
},
onLoad(options) {
this.getQR();
// this.getQR();
this.timer = setTimeout(() => {
this.showMedal = false
this.showLayer = false
@ -344,8 +344,7 @@
image.src = '/static/images/share_bg.jpg'
//
const imageQR = canvas.createImage()
console.log(this.imageQR)
imageQR.src = this.imageQR
imageQR.src = '/static/images/qrCode.jpg'
image.onload = () => {
// canvas
context.drawImage(image, 0, 0, 350, 450)

Loading…
Cancel
Save