forked from gzzfw/frontEnd/gzDyh

liuwh
2024-09-10 31e3890c2a6a81bcc22b6f68c129d580df8e1f0c
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="./../../img/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>