2023.11.7
This commit is contained in:
@@ -110,6 +110,7 @@
|
||||
userId:user_info.userId,
|
||||
hospitalId:choosed_h.value?.ID
|
||||
}
|
||||
// console.log(h_query);return
|
||||
const res = await api.hospital(h_query)
|
||||
if(res.code == 0) {
|
||||
uni.showToast({
|
||||
@@ -157,6 +158,11 @@
|
||||
url:"/pages/index/visionList"
|
||||
})
|
||||
}
|
||||
function toNote(index) {
|
||||
uni.navigateTo({
|
||||
url:"/pages/index/note_list?index="+index
|
||||
})
|
||||
}
|
||||
</script>
|
||||
<template>
|
||||
<view class="content page-box">
|
||||
@@ -199,15 +205,15 @@
|
||||
注意事项
|
||||
</view>
|
||||
<view class="ac-parts">
|
||||
<view class="ac-part" style="background: linear-gradient(45deg, #ffa2a2,#ffd3d3, #ffffff00);">
|
||||
<view @tap="toNote(0)" class="ac-part" style="background: linear-gradient(45deg, #ffa2a2,#ffd3d3, #ffffff00);">
|
||||
术前注意事项
|
||||
<uni-icons type="forward" color="#ffa2a2" size="20"></uni-icons>
|
||||
</view>
|
||||
<view class="ac-part" style="background: linear-gradient(45deg, #f9b275,#fff3e9, #ffffff00);">
|
||||
<view @tap="toNote(1)" class="ac-part" style="background: linear-gradient(45deg, #f9b275,#fff3e9, #ffffff00);">
|
||||
术中注意事项
|
||||
<uni-icons type="forward" color="#f9b275" size="20"></uni-icons>
|
||||
</view>
|
||||
<view class="ac-part" style="background: linear-gradient(45deg, #8fdc8a,#fdfdfd, #ffffff00);">
|
||||
<view @tap="toNote(2)" class="ac-part" style="background: linear-gradient(45deg, #8fdc8a,#fdfdfd, #ffffff00);">
|
||||
术后注意事项
|
||||
<uni-icons type="forward" color="#8fdc8a" size="20"></uni-icons>
|
||||
</view>
|
||||
|
Reference in New Issue
Block a user