From 4a992c9847f8966554274c0c2568195f3fb463aa Mon Sep 17 00:00:00 2001 From: chenhao Date: Thu, 21 May 2026 09:09:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E6=88=90=E5=9B=BE=E7=89=87=E6=96=B9?= =?UTF-8?q?=E6=B3=95=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 1 - package-lock.json | 7 + package.json | 1 + public/img/logo.png | Bin 3850 -> 8899 bytes public/img/mall_i15.png | Bin 37759 -> 16470 bytes public/js/canvas2image.js | 235 ------------- public/js/html2canvas.min.js | 22 -- src/router.js | 6 + src/styles/ch.less | 4 + src/styles/public.less | 45 ++- src/utils/html2image.js | 213 ++++-------- src/views/Goods/GoodsDetail.vue | 56 ++- src/views/Index.vue | 5 +- src/views/Merchant/Merchant.vue | 363 ++++++-------------- src/views/Merchant/PayCode.vue | 196 +++++++++++ src/views/Operations/Operations.vue | 132 +++---- src/views/Tabbars/Mall.vue | 10 +- src/views/User/Invite.vue | 22 +- src/views/User/Wallet/CertificateRecord.vue | 22 +- 19 files changed, 563 insertions(+), 777 deletions(-) delete mode 100644 public/js/canvas2image.js delete mode 100644 public/js/html2canvas.min.js create mode 100644 src/views/Merchant/PayCode.vue diff --git a/index.html b/index.html index ea33583..38ebfcc 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,6 @@
- \ No newline at end of file diff --git a/src/views/Merchant/PayCode.vue b/src/views/Merchant/PayCode.vue new file mode 100644 index 0000000..8c6696d --- /dev/null +++ b/src/views/Merchant/PayCode.vue @@ -0,0 +1,196 @@ + + + + + \ No newline at end of file diff --git a/src/views/Operations/Operations.vue b/src/views/Operations/Operations.vue index 70b397b..1c2079e 100644 --- a/src/views/Operations/Operations.vue +++ b/src/views/Operations/Operations.vue @@ -1,90 +1,90 @@