12.30上午提交
This commit is contained in:
parent
8689fad91a
commit
c8a4f2e74e
@ -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>
|
||||
|
||||
@ -125,7 +125,7 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-color: #fff;
|
||||
margin-left: 20rpx;
|
||||
margin-left: 28rpx;
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
.cellbox .tese{
|
||||
|
||||
@ -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
|
||||
});
|
||||
})
|
||||
},
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user