This commit is contained in:
2023-11-09 13:59:00 +08:00
parent 2f25702496
commit ed9e38483a

View File

@ -8,7 +8,7 @@
绑定设备关注健康
</view>
</view>
<view class="device">
<view class="device" @tap='gotestreport'>
<image src="../../static/pageC/report.png" mode=""></image>
<span class="deviceitem">检测报告</span>
<view class="itemdata">
@ -394,10 +394,15 @@
url: `/pagesC/healthdata/healthdata?index=${index}`
})
},
gotestreport() {
uni.navigateTo({
url: "/pagesC/testreport/testreport"
})
},
}
}
</script>
<style lang="scss">
@import './Physicalexamination.scss';
</style>
</style>