From 089e7fb6c29223bb8812bda5072ddc249960bd8b Mon Sep 17 00:00:00 2001 From: dengbw Date: Wed, 9 Nov 2022 10:58:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=8C=E7=BB=B4=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sylive/activity/components/qr-code.vue | 20 +-- src/views/sylive/goods/components/qr-code.vue | 135 ++++++++++++++++++ src/views/sylive/goods/index.vue | 20 ++- 3 files changed, 155 insertions(+), 20 deletions(-) create mode 100644 src/views/sylive/goods/components/qr-code.vue diff --git a/src/views/sylive/activity/components/qr-code.vue b/src/views/sylive/activity/components/qr-code.vue index 5dc03a8..952270c 100644 --- a/src/views/sylive/activity/components/qr-code.vue +++ b/src/views/sylive/activity/components/qr-code.vue @@ -41,23 +41,6 @@ - - 商品链接 - -
- - 复制 - - - 二维码图片 @@ -87,8 +70,7 @@ }, data() { const defaultForm = { - url: '', - urlItem: '' + url: '' }; return { level: 'L', diff --git a/src/views/sylive/goods/components/qr-code.vue b/src/views/sylive/goods/components/qr-code.vue new file mode 100644 index 0000000..0f6a425 --- /dev/null +++ b/src/views/sylive/goods/components/qr-code.vue @@ -0,0 +1,135 @@ + + + + diff --git a/src/views/sylive/goods/index.vue b/src/views/sylive/goods/index.vue index 3e5191e..4ad4f97 100644 --- a/src/views/sylive/goods/index.vue +++ b/src/views/sylive/goods/index.vue @@ -43,6 +43,14 @@