作者 韩昌

gaibug

... ... @@ -22,7 +22,7 @@
</view>
<view class="fixed-bottom">
<view class="form-btns">
<up-button color="#05B8D2" shape="circle" text="提交" throttleTime="1500" @click="submitFeedbackHandler"></up-button>
<up-button color="#05B8D2" shape="circle" text="提交" throttleTime="1500" @click="submitFeedbackHandler" :customStyle="{ fontSize: '' }"></up-button>
</view>
<u-safe-bottom></u-safe-bottom>
</view>
... ... @@ -98,6 +98,9 @@ const uploadFormImgHandler = () =>
border-radius: 24rpx;
margin-top: 56rpx;
}
:deep(.u-button__text) {
font-size: 16px !important;
}
.uploadImg {
box-sizing: border-box;
padding: 68rpx 60rpx 60rpx;
... ... @@ -125,8 +128,8 @@ const uploadFormImgHandler = () =>
}
.close {
position: absolute;
top: 0rpx;
right: 12rpx;
top: 4rpx;
right: 26rpx;
width: 40rpx;
height: 40rpx;
border-radius: 50%;
... ...
... ... @@ -60,7 +60,7 @@
<template #confirmButton>
<view class="flexA">
<up-button color="#f5f7f9" shape="circle" text="取消" throttleTime="1500" :customStyle="{ width: '248rpx', height: '92rpx', color: '#000' }" @click="showLoginOut = false"></up-button>
<up-button color="#fc4339" shape="circle" text="确认" throttleTime="1500" :customStyle="{ width: '248rpx', height: '92rpx' }" @click="loginOutHandler"></up-button>
<up-button color="#fc4339" shape="circle" text="注销" throttleTime="1500" :customStyle="{ width: '248rpx', height: '92rpx' }" @click="loginOutHandler"></up-button>
</view>
</template>
</u-modal>
... ... @@ -160,7 +160,6 @@ page {
.title {
color: #000000;
font-size: 34rpx;
font-weight: 700;
margin-bottom: 8rpx;
}
}
... ...
<template>
<u-navbar title="在线认证" :autoBack="true" bgColor="#40434e" placeholder safeAreaInsetTop :titleStyle="{ color: '#fff' }" leftIconColor="#fff"></u-navbar>
<view class="step">
<view class="step graybg">
<view class="step-top flexJ" v-if="!['detail'].includes(Event?.type as string)">
<view class="flexA">
<view class="step-num flexC" :class="{ numac: step === 1 }">1</view>
... ... @@ -24,9 +24,11 @@
<u-form-item labelWidth="160rpx" label="姓名" prop="realname" borderBottom ref="realname">
<u-input v-model="form.realname" border="none" :disabled="formDisabled" disabledColor="#ffffff" placeholder="请输入姓名" inputAlign="right"></u-input>
</u-form-item>
<u-line></u-line>
<u-form-item labelWidth="160rpx" label="身份证号" prop="idNumber" borderBottom ref="idNumber">
<u-input v-model="form.idNumber" border="none" :disabled="formDisabled" disabledColor="#ffffff" placeholder="身份证号" inputAlign="right"></u-input>
</u-form-item>
<u-line></u-line>
<u-form-item labelWidth="160rpx" label="性别" prop="sex" borderBottom @click="showActionSheepHandler('sex')" ref="name">
<u-input v-model="ShowSelectData.sex" disabled disabledColor="#ffffff" placeholder="请选择性别" border="none" inputAlign="right"></u-input>
<template #right>
... ... @@ -43,12 +45,16 @@
</u-checkbox-group>
</view>
</u-form-item>
<u-line></u-line>
<u-form-item labelWidth="160rpx" label="选择科室" prop="selectDepartment" borderBottom @click="!formDisabled && proxy.$h.jumpUrl(`/pages2/mineinfo/hospitalList?flag=KESHI`)" ref="selectDepartment">
<u-input v-model="form.selectDepartment" disabled disabledColor="#ffffff" placeholder="请选择科室" border="none" inputAlign="right"></u-input>
<template #right>
<u-icon name="arrow-right" v-if="!['detail'].includes(Event?.type as string)"></u-icon>
</template>
</u-form-item>
<u-line></u-line>
<!-- <u-form-item labelWidth="160rpx" label="选择职称" prop="career" borderBottom @click="showActionSheepHandler('career')" ref="career"> -->
<u-form-item labelWidth="160rpx" label="选择职称" prop="selectCareer" borderBottom @click="!formDisabled && proxy.$h.jumpUrl(`/pages2/mineinfo/hospitalList?flag=ZHICHENG`)" ref="career">
<u-input v-model="form.selectCareer" disabled disabledColor="#ffffff" placeholder="请选择职称" border="none" inputAlign="right"></u-input>
... ... @@ -56,6 +62,8 @@
<u-icon name="arrow-right" v-if="!['detail'].includes(Event?.type as string)"></u-icon>
</template>
</u-form-item>
<u-line></u-line>
<u-form-item labelWidth="160rpx" label="坐诊医院" prop="selectHospital" borderBottom @click="!formDisabled && proxy.$h.jumpUrl(`/pages2/mineinfo/hospitalList?flag=ZUOZHENYIYUAN`)" ref="career">
<u-input v-model="form.selectHospital" disabled disabledColor="#ffffff" placeholder="请选择医院" border="none" inputAlign="right"></u-input>
<template #right>
... ... @@ -67,9 +75,13 @@
<u-form-item labelWidth="160rpx" label="毕业学校" prop="school" borderBottom ref="school">
<u-input v-model="form.school" border="none" :disabled="formDisabled" disabledColor="#ffffff" placeholder="请输入毕业学校" inputAlign="right"></u-input>
</u-form-item>
<u-line></u-line>
<u-form-item labelWidth="160rpx" label="专业" prop="speciality" borderBottom ref="speciality">
<u-input v-model="form.speciality" border="none" :disabled="formDisabled" disabledColor="#ffffff" placeholder="请输入专业" inputAlign="right"></u-input>
</u-form-item>
<u-line></u-line>
<u-form-item labelWidth="160rpx" label="执业编码" prop="code" borderBottom ref="code">
<u-input v-model="form.code" border="none" :disabled="formDisabled" disabledColor="#ffffff" placeholder="请输入执业编码" inputAlign="right"></u-input>
</u-form-item>
... ... @@ -351,12 +363,13 @@ onShow(() => {
})
</script>
<style>
page {
/* page {
background: #f7f8fa !important;
}
} */
</style>
<style lang="scss" scoped>
.step {
&-top {
background: #fff;
box-sizing: border-box;
... ...
... ... @@ -14,9 +14,9 @@
<view class="flexA total-ffftext" style="margin-bottom: 46rpx">
<view style="margin-right: 20rpx">昨日收入</view>
<view style="margin-right: 82rpx">{{ dataTotal?.yesIncome || 0 }}</view>
<view style="margin-right: 82rpx;padding-top: 2rpx;">{{ dataTotal?.yesIncome || 0 }}</view>
<view style="margin-right: 20rpx">累积收入</view>
<view>{{ dataTotal?.income || 0 }}</view>
<view style="padding-top: 2rpx;">{{ dataTotal?.income || 0 }}</view>
</view>
<view class="total-numCard">
... ... @@ -27,13 +27,13 @@
<up-col span="6">
<view class="flexCCol card">
<u-count-to :endVal="Number(dataTotal?.receiveNum) || 0" duration="1000" color="#323233" fontSize="22" bold></u-count-to>
<view class="graytext">积累接诊数量</view>
<view class="graytext">累积接诊量</view>
</view>
</up-col>
<up-col span="6">
<view class="flexCCol card">
<u-count-to :endVal="Number(dataTotal?.yesReceiveNum) || 0" duration="1000" color="#323233" fontSize="22" bold></u-count-to>
<view class="graytext">昨日接诊量</view>
<view class="graytext">昨日接诊量</view>
</view>
</up-col>
</up-row>
... ...
... ... @@ -7,7 +7,7 @@
</template>
</u-navbar>
<view class="reply">
<view class="reply graybg">
<view class="reply-topbg">
<view class="title">回复评论</view>
<view class="graybg">
... ... @@ -67,9 +67,6 @@ onLoad((e: { id: string; detailData: string }) => {
</script>
<style lang="scss" scoped>
page {
background: #f7f8fa;
}
.reply {
.main {
box-sizing: border-box;
... ...
<template>
<u-navbar title="更改状态" :autoBack="true" bgColor="#fff" placeholder safeAreaInsetTop :titleStyle="{ color: '#000' }" leftIconColor="#000"></u-navbar>
<view class="state">
<view class="state graybg">
<view class="flexJ" style="margin-bottom: 62rpx">
<view v-for="(_, index) in statelist" :key="index" class="stateBtn flexC" :class="{ activeBtn: params.state === _.value }" @click="params.state = _.value">{{ _.title }}</view>
</view>
... ... @@ -156,7 +156,7 @@ onLoad((e: EventType) => {
<style lang="scss" scoped>
page {
background: #f7f8fa;
/* background: #f7f8fa; */
}
.state {
box-sizing: border-box;
... ...
... ... @@ -13,6 +13,11 @@
align-items: center;
}
.graybg{
height: 100vh;
background: #f7f8fa;
}
.flexCCol {
display: flex;
justify-content: center;
... ... @@ -115,8 +120,6 @@
position: fixed;
z-index: 99;
background: rgba(255, 255, 255, 1);
border-top: 1rpx solid #f0f2f5;
.form-btns {
display: flex;
flex-direction: row;
... ...