This commit is contained in:
haomingming
2023-04-20 14:19:23 +08:00
parent 4f14aad6f3
commit 596229d478
10 changed files with 183 additions and 115 deletions
+3 -3
View File
@@ -13,7 +13,7 @@
<view class="top">
<view class="name">{{item.name_mask}}</view>
<view class="start">
<t-rate value="{{item.avg_score}}" count="{{item.avg_score}}" color="#ED9C00"/>
<t-rate value="{{item.avg_score}}" count="5" color="#ED9C00"/>
</view>
</view>
<view class="content">{{item.content}}</view>
@@ -29,7 +29,7 @@
<view class="top">
<view class="name">{{item.name_mask}}</view>
<view class="start">
<t-rate value="{{item.avg_score}}" count="{{item.avg_score}}" color="#ED9C00"/>
<t-rate value="{{item.avg_score}}" count="5" color="#ED9C00"/>
</view>
</view>
<view class="content">{{item.content}}</view>
@@ -45,7 +45,7 @@
<view class="top">
<view class="name">{{item.name_mask}}</view>
<view class="start">
<t-rate value="{{item.avg_score}}" count="{{item.avg_score}}" color="#ED9C00"/>
<t-rate value="{{item.avg_score}}" count="5" color="#ED9C00"/>
</view>
</view>
<view class="content">{{item.content}}</view>
+2 -2
View File
@@ -67,8 +67,8 @@ Page({
console.log(response);
if(response.data){
this.setData({
realname:response.data.card_name,
idcard:response.data.card_num
realname:response.data.card_name_mask,
idcard:response.data.card_num_mask
});
}
}).catch(errors => {
+2 -2
View File
@@ -62,8 +62,8 @@ Page({
return;
}
this.setData({
realname:response.data.card_name,
idcard:response.data.card_num,
realname:response.data.card_name_mask,
idcard:response.data.card_num_mask,
next_btn_txt: "已认证,不可修改",
next_btn_disabled: true,
panel_2_disabled: false,
+24 -2
View File
@@ -218,8 +218,25 @@ page{
line-height: 100rpx;
}
.dialog_cancel_btn{
border-top: 1px solid #E9E9E9;
border-right: 1px solid #E9E9E9;
position: relative;
}
.dialog_cancel_btn::before {
content: ' ';
position: absolute;
box-sizing: border-box;
top: 0;
left: 0;
border-top: 2px solid var(--td-border-color, #e7e7e7);
border-right: 2px solid var(--td-border-color, #e7e7e7);
transform: scale(0.5);
transform-origin: 0 0;
width: 200%;
height: 200%;
border-radius: 0;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
.dialog_confirm_btn{
border-top: 1px solid #E9E9E9;
@@ -227,4 +244,9 @@ page{
}
.t-button__content{
color: #3CC7C0 !important;
}
.t-dialog__button--text:before {
border-top: 2px solid #E9E9E9 !important;
border-left: 2px solid var(--td-border-color, #E9E9E9);
border-top-color: #E9E9E9 !important;
}
+1 -1
View File
@@ -5,7 +5,7 @@
<view class="item_top">
<view class="item_img" wx:if="{{item.link_params.inquiry_type == 1}}">
<text style="margin-left: 10rpx;">在线问诊</text>
<van-image class="van_img" src="https://gdxz-hospital.oss-cn-chengdu.aliyuncs.com/applet/doctor/static/images/yishi/service_notice/kuaisu.png" fit="heightFix" height="54rpx" aria-label="qrcode" />
<van-image class="van_img" src="https://gdxz-hospital.oss-cn-chengdu.aliyuncs.com/applet/doctor/static/images/yishi/service_notice/online.png" fit="heightFix" height="54rpx" aria-label="qrcode" />
</view>
<view class="item_img" wx:if="{{item.link_params.inquiry_type == 2}}">
<text style="margin-left: 10rpx;">快速问诊</text>