diff --git a/package-lock.json b/package-lock.json index 164ccf8..9b22b85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9074,6 +9074,11 @@ "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=", "dev": true }, + "qrcode.vue": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/qrcode.vue/-/qrcode.vue-1.6.3.tgz", + "integrity": "sha512-zQqA2L3oNuH7+MN0qiA4UW3MCTKutLQOuq794u0TcBvvWJonmrMf+7gA5UDAYxdMqooEPupptUhEtmc0843tvg==" + }, "qs": { "version": "6.5.2", "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", diff --git a/package.json b/package.json index e976f5e..05b3671 100644 --- a/package.json +++ b/package.json @@ -8,20 +8,20 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "core-js": "^2.6.5", - "vue": "^2.6.10", - "vuetify": "^2.0.0", - "lodash": "^4.17.14", "axios": "^0.19.0", - "bigi": "^1.4.2", "bs58": "^4.0.1", "bytebuffer": "^5.0.1", + "core-js": "^2.6.5", "create-hash": "^1.1.3", "create-hmac": "^1.1.6", "crypto-js": "^3.1.9-1", "deep-equal": "^1.0.1", - "ecurve": "^1.0.5" + "ecurve": "^1.0.5", + "lodash": "^4.17.14", + "qrcode.vue": "^1.6.3", + "vue": "^2.6.10", + "vuetify": "^2.0.0" }, "devDependencies": { "@mdi/font": "^4.1.95", diff --git a/src/components/HelloWorld.vue b/src/components/HelloWorld.vue index d44eacf..b89ad78 100644 --- a/src/components/HelloWorld.vue +++ b/src/components/HelloWorld.vue @@ -165,6 +165,12 @@ 详尽指标展示
轻松掌握平仓时机 +
+ +

扫描二维码下载APP

+
+
+
+
+ +

识别二维码下载APP

+
@@ -238,16 +248,29 @@ background: linear-gradient(0deg, #c62c43 0%, #f55e5d 100%); } + .qr{ + margin-top: 10px; + margin-bottom: 10px; + } + + .qr-mobile{ + margin-top: 30px; + margin-bottom: 10px; + } +