预览图片

This commit is contained in:
2022-02-25 16:57:40 +08:00
parent fb3d8ff950
commit 033d0e6317
2 changed files with 4 additions and 2 deletions

View File

@@ -159,7 +159,9 @@
}) })
}, },
previeImg(url){ previeImg(url){
console.log(url) uni.previewImage({
urls:[url]
})
}, },
toPrivate() { toPrivate() {
uni.navigateTo({ uni.navigateTo({

View File

@@ -85,8 +85,8 @@
@click="$Router.push({ name: 'EvaluationList' })" @click="$Router.push({ name: 'EvaluationList' })"
:lazy-load="true" :lazy-load="true"
radius="10rpx" radius="10rpx"
mode="widthFix"
width="100%" width="100%"
height="300rpx"
/> />
<!-- 健康记录 --> <!-- 健康记录 -->
<view class="title">健康记录</view> <view class="title">健康记录</view>