diff --git a/src/views/Index/Index.vue b/src/views/Index/Index.vue index 9c886d3..5881b6c 100644 --- a/src/views/Index/Index.vue +++ b/src/views/Index/Index.vue @@ -24,7 +24,15 @@
当前位置
{{ bf }}
-
+
+ + 扫我导航 +
@@ -78,6 +86,7 @@ import { getActivityList } from '@/http/api' import View from '@/layouts/View.vue' import EffectFade from '@/components/EffectFade/EffectFade.vue' import { useTime } from '@/composables/useTime' +import QRCodeFromText from '@/components/QRCodeFromText/QRCodeFromText.vue' const router = useRouter() const store = useStore() @@ -221,6 +230,23 @@ getActivityList(3).then(({ data }) => { right: 0; bottom: 0; background: rgba(255, 255, 255, 0.2); + padding-top: 132px; + font-weight: 700; + font-size: 14px; + line-height: 16px; + text-align: center; + color: rgba(0, 0, 0, 0.6); + .qrcode { + position: absolute; + width: 84px; + height: 84px; + background: #fff; + display: flex; + right: 12px; + bottom: 29px; + justify-content: center; + align-items: center; + } } .meta1 { display: inline-flex;