12.30上午提交

This commit is contained in:
zoujiandong 2025-12-30 11:51:16 +08:00
parent 8689fad91a
commit c8a4f2e74e
5 changed files with 26 additions and 14 deletions

View File

@ -108,11 +108,10 @@
<image src="{{img_host+'/tese_red.png'}}" class="tese" mode="widthFix"></image>
<view class="name">合并HIV</view>
</view>
<view class="cell" bindtap="goHealth">
<!-- <image src="{{img_host+'/gdmall.png'}}" class="cellimg"></image> -->
<!-- <view class="cell" bindtap="goHealth">
<image src="{{img_host+'/health_package.png'}}" class="cellimg"></image>
<view class="name">健康包</view>
</view>
</view> -->
<view class="cell" bindtap="goVisit">
<!-- <image src="{{img_host+'/gdmall.png'}}" class="cellimg"></image> -->
<image src="{{img_host+'/visit_package.png'}}" class="cellimg"></image>

View File

@ -125,7 +125,7 @@
justify-content: center;
align-items: center;
background-color: #fff;
margin-left: 20rpx;
margin-left: 28rpx;
border-radius: 10rpx;
}
.cellbox .tese{

View File

@ -97,7 +97,7 @@ Page({
this.setData({
order_product:data.order_product,
order_product_item:data.order_product_item,
user_doctor:data.user_doctor
user_doctor:data.original_doctor
});
})
},

View File

@ -15,7 +15,7 @@
<view class="row">
<view class="name"><text>医</text><text>生</text></view>
<view class="dot"></view>
<view class="desc">{{item.doctor_name}} {{item.user_doctor.doctor_title}} </view>
<view class="desc">{{item.original_doctor.user_name}} {{item.original_doctor.doctor_title}} </view>
</view>
<view class="row">
<view class="name"><text>患</text><text>者</text></view>

View File

@ -1,10 +1,23 @@
{
"projectname": "wxAppPatient",
"setting": {
"compileHotReLoad": true,
"urlCheck": false,
"bigPackageSizeSupport": false
},
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"libVersion": "3.9.3"
"projectname": "wxAppPatient",
"setting": {
"compileHotReLoad": true,
"urlCheck": false,
"bigPackageSizeSupport": false
},
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"libVersion": "3.9.3",
"condition": {
"miniprogram": {
"list": [
{
"name": "pages_app/myWelfare/myWelfare",
"pathName": "pages_app/myWelfare/myWelfare",
"query": "",
"scene": null,
"launchMode": "default"
}
]
}
}
}