12.30上午提交

This commit is contained in:
zoujiandong
2025-12-30 11:50:46 +08:00
parent c3aad05393
commit de72bae38a
10 changed files with 437 additions and 4 deletions
+3
View File
@@ -387,6 +387,9 @@ Page({
// const { current, source } = e.detail;
// console.log(current, source);
},
goChuFang(e){
app.go(e.currentTarget.dataset.url)
},
go(e){
let checkDialog = this.checkDialog(e);
// console.log("checkDialog: ", checkDialog);
+15 -2
View File
@@ -1,4 +1,4 @@
<page-meta page-style="{{ true ? 'overflow: hidden;' : '' }}" />
<!-- <page-meta page-style="{{ true ? 'overflow: hidden;' : '' }}" /> -->
<view class="container" id="container">
<!-- 顶部背景 -->
<view class="top_bk"></view>
@@ -139,7 +139,7 @@
/>
<text class="fun_box_item_txt">公益问诊管理</text>
</view>
<view bindtap="go" data-moudle="7" data-url="/user/pages/yishi/chufangsetup/index" class="fun_box_item" style="height: {{funbox_height}}rpx;">
<view bindtap="goChuFang" data-moudle="7" data-url="/user/pages/yishi/chufangsetup/index" class="fun_box_item" style="height: {{funbox_height}}rpx;">
<van-image class="fun_box_item_img"
fit="widthFix"
width="70rpx"
@@ -149,6 +149,16 @@
<t-badge style="display: flex;align-items: center;" dot="{{info.reject_prescription_number ? true : false}}" offset="{{ ['-14rpx', '10rpx'] }}" class="wrapper" content="处方管理" />
</view>
</view>
<view bindtap="goChuFang" data-moudle="7" data-url="/user/pages/yishi/transferchufangsetup/index" class="fun_box_item" style="height: {{funbox_height}}rpx;">
<van-image class="fun_box_item_img"
fit="widthFix"
width="70rpx"
src="{{static_host}}/applet/doctor/static/images/yishi/chufang.png"
/>
<view class="fun_box_item_txt">
<t-badge style="display: flex;align-items: center;" dot="{{info.reject_prescription_number ? true : false}}" offset="{{ ['-14rpx', '10rpx'] }}" class="wrapper" content="抄送处方管理" />
</view>
</view>
<view class="fun_box_item" data-moudle="8" bindtap="contactKeFu" style="height: {{funbox_height}}rpx;">
<van-image class="fun_box_item_img"
fit="widthFix"
@@ -157,6 +167,9 @@
/>
<text class="fun_box_item_txt">联系客服</text>
</view>
<view class="fun_box_item" style="height: {{funbox_height}}rpx;background:none">
</view>
</view>
<view style="width: 100%;height: 55px;">
<!-- 处理底部tabbar遮挡 50px -->
+6 -2
View File
@@ -1,11 +1,15 @@
page{
background-color: #FAFAFA;
overflow-y: scroll;
}
.container{
width: 100vw;
overflow-y: scroll;
}
.top_bk{
position: fixed;
position: absolute;
top: -2230rpx;
left: 50%;
transform: translateX(-50%);
@@ -179,7 +183,7 @@ page{
}
.fun_box{
width: 90vw;
margin: 30rpx auto 0 auto;
margin: 30rpx auto 20rpx auto;
padding: 30rpx 0;
box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
display: flex;