修改提出的bug

This commit is contained in:
田岩
2025-07-10 21:32:22 +08:00
parent 1cd8914074
commit 45eb464bf6
15 changed files with 268 additions and 195 deletions
@@ -1,5 +1,5 @@
<template>
<image :src="imgUrlShow" fit="cover"></image>
<image :src="imgUrlShow" fit="cover" :mode="mode"></image>
</template>
<script>
@@ -30,7 +30,11 @@
isCache:{
type: Boolean,
default: false
}
},
mode:{
type: String,
default: 'widthFix'
},
},
data() {
return {