作者 韩昌

g

<template>
<u-sticky bgColor="#06b9d3" zIndex="999999999999999999999999">
<u-navbar title="我的评论" :autoBack="true" bgColor="#06b9d3" safeAreaInsetTop :titleStyle="{ color: '#fff' }" leftIconColor="#fff"></u-navbar>
<u-navbar title="我的评论" placeholder :autoBack="true" bgColor="#06b9d3" safeAreaInsetTop :titleStyle="{ color: '#fff' }" leftIconColor="#fff"></u-navbar>
<u-tabs :list="list1" @click="clickTabsItemHandler" lineColor="#fff" lineWidt="18" lineHeight="3" :scrollable="false" :activeStyle="{ fontSize: '34rpx', color: '#fff', fontWeight: 700 }" :inactiveStyle="{ fontSize: '34rpx', color: '#fff' }"></u-tabs>
</u-sticky>
<image src="/static/images/commentBg.png" class="mineCom-bg" mode="aspectFill" />
... ... @@ -115,7 +115,7 @@ page {
}
.mineCom {
box-sizing: border-box;
padding: 112rpx 24rpx 0;
padding: 50rpx 24rpx 0;
&-emptyImg {
width: 216rpx;
height: 216rpx;
... ...
... ... @@ -65,7 +65,7 @@
<!-- <view> -->
<view class="form-btns">
<!-- <up-button type="info" v-if="[20, '20'].includes(detailData?.orderState)" shape="circle" text="返回" throttleTime="1500" @click="proxy.$h.backUrl()" :customStyle="{ width: '196rpx', marginRight: '16rpx' }"></up-button> -->
<up-button color="#05B8D2" v-if="[20, '20'].includes(detailData?.orderState)" shape="circle" :text="[20, '20'].includes(detailData?.orderState) ? '接诊' : '回复'" throttleTime="1500" @click="AcceptHandler('err')"></up-button>
<up-button color="#05B8D2" v-if="[20, '20', 30, '30'].includes(detailData?.orderState)" shape="circle" :text="[20, '20'].includes(detailData?.orderState) ? '接诊' : '回复'" throttleTime="1500" @click="AcceptHandler('err')"></up-button>
<up-button color="#05B8D2" v-if="[40, '40'].includes(detailData?.orderState)" shape="circle" text="问诊记录" throttleTime="1500" @click="AcceptHandler('success')"></up-button>
</view>
<u-safe-bottom></u-safe-bottom>
... ...