<view class="page">
|
<view class="page-container">
|
<image class="banner-bg" src="{{bgPath}}"></image>
|
<view class="login-btn">
|
<t-button theme="primary" size="medium" bindtap="loginWx" block>微信用户一键登录</t-button>
|
<view class="login-btn__text">
|
<t-link size="medium" theme="primary" content="账号密码登录/注册" bindtap="gotoLogin" navigator-props="{{navigatorProps}}" />
|
</view>
|
</view>
|
<!-- <view class="login-agreement">
|
<t-checkbox bind:change="checkboxChange" t-class="t-checkbox" block="{{false}}" checked="{{agree}}">
|
<view slot="content">
|
<text>阅读并同意</text>
|
<text class="login-agreement__link" bindtap="gotoAgreement">《中小微企业生态环境守法智能服务用户条款》</text>
|
</view>
|
</t-checkbox>
|
</view> -->
|
</view>
|
<view class="page-footer">
|
<!-- <view>业务指导:上海市生态环境局执法总队</view> -->
|
<view>技术支持:上海飞羽环保科技有限公司</view>
|
</view>
|
</view>
|