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 @@