|
@@ -560,7 +560,7 @@ export default {
|
|
|
this.qrcodes = new QRCode(document.getElementById("qrCode"), {
|
|
|
width: 200, // 设置宽度,单位像素
|
|
|
height: 200, // 设置高度,单位像素
|
|
|
- text: `http://testpay.dayaedu.com/#/order?classId=${this.majorId}&schoolName=${this.actionTearm}&?${date}` // 设置二维码内容或跳转地址
|
|
|
+ text: `http://pay.dayaedu.com/#/order?classId=${this.majorId}&schoolName=${this.actionTearm}&?${date}` // 设置二维码内容或跳转地址
|
|
|
})
|
|
|
}, 100)
|
|
|
if (document.getElementById("qrCode")) {
|