Browse Source

修改点击刷新验证码

wms3.0_pda
lijuncheng 9 months ago
parent
commit
889aedee23
  1. 2
      pages/login/index.vue

2
pages/login/index.vue

@ -72,7 +72,7 @@
</view> </view>
<view class="display: flex; align-items: center; text-center"> <view class="display: flex; align-items: center; text-center">
<view class=""> <view class="">
<image :src="imageSrc" style="width: 260rpx;height: 80rpx;"></image> <image :src="imageSrc" style="width: 260rpx;height: 80rpx;" @click="getCode"></image>
</view> </view>
<view style="font-size: 35rpx;color: #476DF5;" @click="getCode"> 获取验证码?</view> <view style="font-size: 35rpx;color: #476DF5;" @click="getCode"> 获取验证码?</view>
</view> </view>

Loading…
Cancel
Save