From 33eccf0a246f3a605117d01478cdda08c98d6d35 Mon Sep 17 00:00:00 2001 From: Huakk <1751826683@qq.com> Date: Sat, 11 May 2024 18:29:04 +0800 Subject: [PATCH] fix(custom): --- package.json | 1 - pnpm-lock.yaml | 8 --- .../pending_order/wx_pay_code/index.scss | 5 -- .../pending_order/wx_pay_code/index.vue | 52 +++++-------------- 4 files changed, 14 insertions(+), 52 deletions(-) diff --git a/package.json b/package.json index 4396286..1519654 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,6 @@ "@tarojs/taro": "3.6.28", "dayjs": "^1.11.10", "pinia": "^2.1.7", - "uqrcodejs": "^4.0.7", "vue": "^3.3.9" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 354b201..bd4ccd8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -68,9 +68,6 @@ importers: pinia: specifier: ^2.1.7 version: 2.1.7(typescript@4.9.5)(vue@3.4.25(typescript@4.9.5)) - uqrcodejs: - specifier: ^4.0.7 - version: 4.0.7 vue: specifier: ^3.3.9 version: 3.4.25(typescript@4.9.5) @@ -8747,9 +8744,6 @@ packages: upper-case@2.0.2: resolution: {integrity: sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==} - uqrcodejs@4.0.7: - resolution: {integrity: sha512-84+aZmD2godCVI+93lxE3YUAPNY8zAJvNA7xRS7R7U+q57KzMDepBSfNCwoRUhWOfR6eHFoAOcHRPwsP6ka1cA==} - uri-js@4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} @@ -19853,8 +19847,6 @@ snapshots: dependencies: tslib: 2.6.2 - uqrcodejs@4.0.7: {} - uri-js@4.4.1: dependencies: punycode: 2.3.1 diff --git a/src/pages/admin/add_order/pending_order/wx_pay_code/index.scss b/src/pages/admin/add_order/pending_order/wx_pay_code/index.scss index 936f8fc..a0baf4d 100644 --- a/src/pages/admin/add_order/pending_order/wx_pay_code/index.scss +++ b/src/pages/admin/add_order/pending_order/wx_pay_code/index.scss @@ -26,11 +26,6 @@ page { width: 608px; height: 457px; position: relative; - .qrcode { - position: absolute; - left: 1000px; - opacity: 0; - } .img { position: absolute; diff --git a/src/pages/admin/add_order/pending_order/wx_pay_code/index.vue b/src/pages/admin/add_order/pending_order/wx_pay_code/index.vue index a27b698..a321eb0 100644 --- a/src/pages/admin/add_order/pending_order/wx_pay_code/index.vue +++ b/src/pages/admin/add_order/pending_order/wx_pay_code/index.vue @@ -12,33 +12,31 @@ \ No newline at end of file +@import "./index.scss"; +