修改图片展示

This commit is contained in:
binbin_pan 2024-09-11 17:35:21 +08:00
parent 9c8f6b30ae
commit 7586f432cc
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
<template> <template>
<view class="content"> <div class="content">
<div style="margin: 10px; color: #2979ff"> <div style="margin: 10px; color: #2979ff">
<span v-if="!isEnd">剩余学习时间{{ time }}</span> <span v-if="!isEnd">剩余学习时间{{ time }}</span>
<span v-else>已完成学习</span> <span v-else>已完成学习</span>
</div> </div>
<u--image :showLoading="true" :src="path" width="300px" height="600px" @click="handleImage"></u--image> <u--image :showLoading="true" :src="path" mode="aspectFit" @click="handleImage"></u--image>
</view> </div>
</template> </template>
<script> <script>