Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- <!--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/2a8f0df894f74d74befba9006c704789.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="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}}">
- <image class="toppic" src="https://static.quhouse.com/662e7725c6ce45f284a1729e409cfc11.png"></image>
- <view class="desc">“加油新青年”小程序申请获取以下权限:</view>
- <view class="desc1">获得您的公开信息 (昵称、头像等)</view>
- <image class="avatarbtn" bindtap="getUserInfo" src="https://static.quhouse.com/ce258ace701549af8a3a47c07881d3ed.png"></image>
- </view>
- <view class="phope-modal" wx:if="{{phoneModal}}">
- <image class="toppic" src="https://static.quhouse.com/662e7725c6ce45f284a1729e409cfc11.png"></image>
- <view class="desc">“加油新青年”小程序申请获取:</view>
- <view class="desc1">您的微信绑定的手机号</view>
- <button class="phone-btn" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber"></button>
- </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>
|