forked from gzzfw/frontEnd/gzDyh

dminyi
2024-08-31 2ce6364f53a85623c9c2a99e9fcf58d4e8a2530c
1
2
3
4
5
6
7
8
9
10
11
<!--pages/login/index.wxml-->
<view class="noLogin">
    <view class="noLogin-content">
        <image class="noLogin-image" src="{{ imgUrl }}me-center.png" />
        <view>请先登录账号</view>
    </view>
    <van-button bind:click="handleGetUserInfo" block type="primary">登录</van-button>
    <view style="margin-top: 32rpx;">
        <van-button bind:click="handleGoToHomePage" block>返回首页</van-button>
    </view>
</view>