forked from gzzfw/frontEnd/gzDyh

xusd
2024-09-18 3ae864f005e8a874de01c15e14b83196a3f6f11b
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>