预览图片

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){
console.log(url)
uni.previewImage({
urls:[url]
})
},
toPrivate() {
uni.navigateTo({

View File

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