fix安卓登录问题

This commit is contained in:
贾旖璇 2024-10-08 15:34:23 +08:00
parent 7931a3a472
commit e19e348369

View File

@ -84,7 +84,7 @@
>登录</up-button >登录</up-button
> >
<up-button <up-button
style="width: 626rpx; margin: auto; height: 96rpx; margin-top: 90rpx" style="width: 626rpx; margin: auto; height: 96rpx; margin-top: 160rpx"
color="#EFC54E" color="#EFC54E"
throttleTime="5" throttleTime="5"
:loading="loading" :loading="loading"
@ -92,9 +92,9 @@
v-if="isCode && !haveCode" v-if="isCode && !haveCode"
>获取验证码</up-button >获取验证码</up-button
> >
<view style="display: grid;place-items: center;"> <!-- <view >
<up-image src="../../static/icon.png" width="40px" height="40px" ></up-image> <up-image src="../../static/icon.png" width="40px" height="40px" ></up-image>
</view> </view> -->
</view> </view>
</view> </view>
</template> </template>