<!--miniprogram/pages/login/login.wxml--> <view> <image class="login_image" src="../../images/header.png"></image> <view style="position:fixed;top:220rpx;margin-left:270rpx;"> <image style="height:200rpx;width:200rpx;" src="../../images/login.png"></image> </view> </view> <view style="margin-top:60rpx;margin-left:50rpx;margin-right:50rpx;"> <text style=" font-size: 28rpx;" decode="{{true}}"> 本程序为施工日志管理小程序,为航天二院智慧市 政技术研究室内部系统,不对外开放。出于对数据信 息安全的考虑,在您首次使用小程序时,请先对小程 序进行授权,授权后的用户可以正常对小程序进行编 辑,谢谢您的配合! </text> </view> <view> <image class="bottom_image" src="../../images/bottom.png"></image> </view> <view style="position:fixed;top:60%;"> <van-button style="margin-left:50rpx;" size="large" round type="primary" open-type="getUserInfo" color="#FFDB2D" bindgetuserinfo="loginValidate">授权/登录</van-button> </view> <!-- <view> <image class="login_image" src="../../images/notice.jpg"></image> <view hidden="{{showTime}}" class="cover"> <van-count-down time="{{ time }}" format=" ss 秒" bind:finish="finished"/> </view> <view style="position:fixed;bottom:100rpx; " hidden="{{!showTime}}"> <van-button round type="primary" style="margin-left:200rpx;" open-type="getUserInfo" color="#ffcf00" bindgetuserinfo="loginValidate">授权登录</van-button> </view> </view> --> <!-- <view class="form"> <view class="row-group"> <text>账号</text> <input placeholder="请输入手机号" placeholder-class='txt' maxlength='11' value="{{phone}}" bindinput="bindPhoneInput" /> </view> --> <!-- <view class="row-group"> <text>密码</text> <input placeholder="请输入密码" placeholder-class='txt' maxlength='4' value="{{code}}" bindinput="bindCodeInput" /> <view class="code" bindtap="onClickCheckCode">获取验证码</view> </view>--> <!-- </view> -->