From 832ff83c1e07809549290d983ae83b1249220685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cgrape=E2=80=9D?= <18746553572@163.com> Date: Mon, 10 Oct 2022 11:36:45 +0800 Subject: [PATCH] 2022/10/10 --- src/components/common/LittleCard.vue | 26 ++++++++++++++++------ src/components/common/ProductCard.vue | 10 ++++++++- src/views/ProductDetail/ProductDetails.vue | 2 +- 3 files changed, 29 insertions(+), 9 deletions(-) diff --git a/src/components/common/LittleCard.vue b/src/components/common/LittleCard.vue index 6e28ef7..1a333c0 100644 --- a/src/components/common/LittleCard.vue +++ b/src/components/common/LittleCard.vue @@ -8,9 +8,11 @@ --> @@ -55,6 +58,15 @@ export default class LittleCard extends Vue { this.$emit("litterParamClick",item); } + // created(){ + // document.addEventListener('touchmove', event => { event.preventDefault() }, { passive: false }) + // } + + + // activated(){ + // document.addEventListener('touchmove', event => { event.preventDefault() }, { passive: false }) + // } + exit(){ this.$router.replace("login"); } diff --git a/src/components/common/ProductCard.vue b/src/components/common/ProductCard.vue index 2a991fd..4a43444 100644 --- a/src/components/common/ProductCard.vue +++ b/src/components/common/ProductCard.vue @@ -14,7 +14,7 @@
-
+
最高贷款额度 @@ -94,7 +94,15 @@ export default class ProductCard extends Vue { path: "/Recognition", }) } + + } + + + + + +