修改
This commit is contained in:
parent
2f25702496
commit
ed9e38483a
@ -8,7 +8,7 @@
|
|||||||
绑定设备,关注健康
|
绑定设备,关注健康
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="device">
|
<view class="device" @tap='gotestreport'>
|
||||||
<image src="../../static/pageC/report.png" mode=""></image>
|
<image src="../../static/pageC/report.png" mode=""></image>
|
||||||
<span class="deviceitem">检测报告</span>
|
<span class="deviceitem">检测报告</span>
|
||||||
<view class="itemdata">
|
<view class="itemdata">
|
||||||
@ -394,6 +394,11 @@
|
|||||||
url: `/pagesC/healthdata/healthdata?index=${index}`
|
url: `/pagesC/healthdata/healthdata?index=${index}`
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
gotestreport() {
|
||||||
|
uni.navigateTo({
|
||||||
|
url: "/pagesC/testreport/testreport"
|
||||||
|
})
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user