diff --git a/src/components/common/LittleCard.vue b/src/components/common/LittleCard.vue index 6e28ef7994234b5f462551c208d2b077b752faa2..1a333c0faf17248cbc909c2115ab26983b006d34 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 2a991fd317beb42442147216bd603160f97baa3d..4a434441f901548f99adec3844699dc10d58f7b8 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", }) } + + } + + + + + +