1 |
- <view><block wx:if="{{value}}"><view class="popup-box"><view class="title">申请授权</view><view class="tip">获得你的公开信息(昵称、头像等),以便为您提供更好的服务</view><view class="bottom flex"><view data-event-opts="{{[['tap',[['close',['$event']]]]]}}" class="item" bindtap="__e">随便逛逛</view><button class="item grant" type="primary" data-event-opts="{{[['tap',[['login',['$event']]]]]}}" bindtap="__e">去授权</button></view></view></block><block wx:if="{{value}}"><view data-event-opts="{{[['tap',[['close',['$event']]]]]}}" class="mask" bindtap="__e"></view></block></view>
|