- <!--index.wxml-->
- <view class="container">
- <view class="cont">
- <image class="sanjiao" src="https://static.quhouse.com/dbc18bc151dc4e839fb9cbe7e3d1d49e.png"></image>
- <image class="title" src="https://static.quhouse.com/18484fa813a24a64bd007dfca3652379.png"></image>
- <image class="search" src="https://static.quhouse.com/72cac48d2d804744bd83a2a882713a6f.png"></image>
- <image class="logo" src="https://static.quhouse.com/fecdef9ed6a045aaade3d48980e33a35.png"></image>
- <!-- <view class="agreement">
- <image class="checked"
- wx:if="{{ischecked}}" src="https://static.quhouse.com/4024a0e92b0245a7b14cc5c78cab90f7.png"></image>
- <view class="text">勾选表示您已阅读并同意</view>
- <view class="text text1">《隐私协议》</view>
- </view> -->
- <view class="btn" bindtap="shouquan">微信一键授权</view>
- <view class="btn btn1" bindtap="backhome">返回游戏</view>
- </view>
- <view class="bg" wx:if="{{showBg}}">
- <view class="avatar-modal" wx:if="{{avatarModal}}">
- <view class="desc">请授权"加油新青年"获取您的昵称、头像</view>
- <view class="btn" bindtap="getUserInfo">授权</view>
- </view>
- <view class="phope-modal" wx:if="{{phoneModal}}">
- <view class="desc">请授权"加油新青年"获取您的手机号</view>
- <button class="phone-btn" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">授权</button>
- </view>
- <image class="close" bindtap="closeModal" src="https://static.quhouse.com/e37ca20892a04e8391b611968ff6c944.png"></image>
- </view>
- </view>
|