修改
This commit is contained in:
parent
2f25702496
commit
ed9e38483a
@ -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>
|
||||
Loading…
Reference in New Issue
Block a user