forked from gzzfw/frontEnd/gzDyh

liuwh
2024-08-22 e7e6c4618860aa0899ffb00c5eb892df1ac895eb
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>