|
|
@@ -2,8 +2,7 @@
|
|
|
<view class="zai-box">
|
|
|
<scroll-view scroll-y class="page">
|
|
|
<view class="flex-center-center" :style="[{animation: 'show ' + 0.4+ 's 1'}]">
|
|
|
- <image src="../login/luohuLogo.png" mode='aspectFit' class="zai-logo "
|
|
|
- style="position: relative;top: 16rpx;margin-right: 5rpx;"></image>
|
|
|
+ <image src="../../static/luohuLogo.png" mode='aspectFit' class="zai-logo " style="position: relative;top: 16rpx;margin-right: 5rpx;"></image>
|
|
|
<view class="zai-title text-shadow logonTitle" style="font-size: 45rpx">深圳市罗湖医院集团</view>
|
|
|
</view>
|
|
|
<view class="flex-center-center" :style="[{animation: 'show ' + 0.4+ 's 1'}]">
|
|
|
@@ -19,16 +18,13 @@
|
|
|
<view class="title"><text class="cuIcon-lock margin-right-xs"></text>密码:</view>
|
|
|
<input class="uni-input" placeholder="请输入密码" :password="!showPassword" v-model="password" />
|
|
|
<view class="action text-lg">
|
|
|
- <text :class="[showPassword ? 'cuIcon-attention' : 'cuIcon-attentionforbid']"
|
|
|
- @click="changePassword"></text>
|
|
|
+ <text :class="[showPassword ? 'cuIcon-attention' : 'cuIcon-attentionforbid']" @click="changePassword"></text>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
- <view class="cu-form-group margin-top shadow-warp yanzhenma" v-if="iscaptcha"
|
|
|
- :class="[shape=='round'?'round':'']" style="padding: 0;">
|
|
|
+ <view class="cu-form-group margin-top shadow-warp yanzhenma" v-if="iscaptcha" :class="[shape=='round'?'round':'']" style="padding: 0;">
|
|
|
<view class="code-second">
|
|
|
- <input class="code-yanzheng" style="width: 220rpx;padding-left: 20rpx;" placeholder="请输入验证码"
|
|
|
- v-model="captcha" />
|
|
|
+ <input class="code-yanzheng" style="width: 220rpx;padding-left: 20rpx;" placeholder="请输入验证码" v-model="captcha" />
|
|
|
</view>
|
|
|
<view class="image-code" @click="refrsh">
|
|
|
<image :src="image" style="width: 100%;height: 100%;"></image>
|
|
|
@@ -57,9 +53,7 @@
|
|
|
<view @tap="zhuce()"> <text style="color: #E04B28;float: right; margin-right: 20rpx; ">
|
|
|
还未注册?请注册</text> </view>
|
|
|
<view class="padding text-center margin-top">
|
|
|
- <button class="cu-btn bg-blue lg margin-right shadow" :loading="loading"
|
|
|
- :class="[shape=='round'?'round':'']" @tap="onSMSLogin"><text
|
|
|
- space="emsp">{{loading ? "登录中...":" 登录 "}}</text>
|
|
|
+ <button class="cu-btn bg-blue lg margin-right shadow" :loading="loading" :class="[shape=='round'?'round':'']" @tap="onSMSLogin"><text space="emsp">{{loading ? "登录中...":" 登录 "}}</text>
|
|
|
</button>
|
|
|
<!-- <button class="cu-btn line-blue lg margin-left shadow" :loading="loading" :class="[shape=='round'?'round':'']"
|
|
|
@tap="loginWay=1">账户登录
|
|
|
@@ -78,9 +72,6 @@
|
|
|
</scroll-view>
|
|
|
<!-- 登录加载弹窗 -->
|
|
|
<view class="cu-load load-modal" v-if="loading">
|
|
|
- <!-- <view class="cuIcon-emojifill text-orange"></view> -->
|
|
|
- <!-- <image src="https://static.jeecg.com/upload/test/login4_1595818039175.png" mode="aspectFit" class="round"></image>
|
|
|
- -->
|
|
|
<view class="gray-text">登录中...</view>
|
|
|
</view>
|
|
|
</view>
|