From 958bc96eb0fc4f1ea2ae3a1bf9907c8de668ac3c Mon Sep 17 00:00:00 2001 From: DEV_DSW <562304744@qq.com> Date: Thu, 28 May 2026 17:08:58 +0800 Subject: [PATCH] refactor(quick-card): inline styles and update routing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove the separate SCSS stylesheet and inline all utility classes in the template. Refactor the price display to use an inline ¥ span instead of the ::before pseudo-element. Switch from uni.navigateTo to vue router push, and clean up component code. --- src/pages/quick/components/Card/index.vue | 49 ++++++++----------- .../quick/components/Card/styles/index.scss | 22 --------- 2 files changed, 20 insertions(+), 51 deletions(-) delete mode 100644 src/pages/quick/components/Card/styles/index.scss diff --git a/src/pages/quick/components/Card/index.vue b/src/pages/quick/components/Card/index.vue index 0cc5bc0..6e67487 100644 --- a/src/pages/quick/components/Card/index.vue +++ b/src/pages/quick/components/Card/index.vue @@ -1,36 +1,29 @@