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>
|
<image src="{{img_host+'/tese_red.png'}}" class="tese" mode="widthFix"></image>
|
||||||
<view class="name">合并HIV</view>
|
<view class="name">合并HIV</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="cell" bindtap="goHealth">
|
<!-- <view class="cell" bindtap="goHealth">
|
||||||
<!-- <image src="{{img_host+'/gdmall.png'}}" class="cellimg"></image> -->
|
|
||||||
<image src="{{img_host+'/health_package.png'}}" class="cellimg"></image>
|
<image src="{{img_host+'/health_package.png'}}" class="cellimg"></image>
|
||||||
<view class="name">健康包</view>
|
<view class="name">健康包</view>
|
||||||
</view>
|
</view> -->
|
||||||
<view class="cell" bindtap="goVisit">
|
<view class="cell" bindtap="goVisit">
|
||||||
<!-- <image src="{{img_host+'/gdmall.png'}}" class="cellimg"></image> -->
|
<!-- <image src="{{img_host+'/gdmall.png'}}" class="cellimg"></image> -->
|
||||||
<image src="{{img_host+'/visit_package.png'}}" class="cellimg"></image>
|
<image src="{{img_host+'/visit_package.png'}}" class="cellimg"></image>
|
||||||
|
|||||||
@ -125,7 +125,7 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
margin-left: 20rpx;
|
margin-left: 28rpx;
|
||||||
border-radius: 10rpx;
|
border-radius: 10rpx;
|
||||||
}
|
}
|
||||||
.cellbox .tese{
|
.cellbox .tese{
|
||||||
|
|||||||
@ -97,7 +97,7 @@ Page({
|
|||||||
this.setData({
|
this.setData({
|
||||||
order_product:data.order_product,
|
order_product:data.order_product,
|
||||||
order_product_item:data.order_product_item,
|
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="row">
|
||||||
<view class="name"><text>医</text><text>生</text></view>
|
<view class="name"><text>医</text><text>生</text></view>
|
||||||
<view class="dot">:</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>
|
||||||
<view class="row">
|
<view class="row">
|
||||||
<view class="name"><text>患</text><text>者</text></view>
|
<view class="name"><text>患</text><text>者</text></view>
|
||||||
|
|||||||
@ -6,5 +6,18 @@
|
|||||||
"bigPackageSizeSupport": false
|
"bigPackageSizeSupport": false
|
||||||
},
|
},
|
||||||
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
||||||
"libVersion": "3.9.3"
|
"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