@hyext/builder-revues 1.0.7 → 1.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,7 @@
|
|
2
2
|
<html lang="en"><head>
|
3
3
|
<meta charset="UTF-8">
|
4
4
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
5
|
-
<title
|
5
|
+
<title>{{extInfo.extName}}-扫码预览</title>
|
6
6
|
<script charset="UTF-8" src="https://cdnjs.cloudflare.com/ajax/libs/qrcode/1.5.1/qrcode.min.js"></script>
|
7
7
|
<style>
|
8
8
|
* {
|
@@ -50,7 +50,7 @@
|
|
50
50
|
<span class="tip">如需查看 vconsole, 可在 project.config.json 把 debug 字段设置为 true</a></span>
|
51
51
|
</div>
|
52
52
|
<script>
|
53
|
-
var url = 'https://m.huya.com?hyaction=hyminiprogram&extuuid={{ extUuid }}{{paramsStr}}'
|
53
|
+
var url = 'https://m.huya.com?hyaction=hyminiprogram&extuuid={{ extInfo.extUuid }}{{paramsStr}}'
|
54
54
|
var canvas = document.getElementById('canvas')
|
55
55
|
QRCode.toCanvas(canvas, url, {width: 200}, function (error) {
|
56
56
|
if (error) console.error(error)
|