authorize.wxml 783 B

1
  1. <view class="container login" style="{{'padding-top:'+(CustomBar+'px')+';'}}"><view class="login-main"><image class="logo" src="{{StaticUrl+'icon-logo@2x.png'}}" mode="widthFix"></image></view><view class="login-content"><text>您暂未授权呵呵商城小程序获取你的信息,将无法正常使用小程序的功能。如需正常使用,请点击“授权”按钮,打开头像,昵称等信息的授权</text></view><view class="login-form"><button class="login-btn use" type="primary" open-type="getUserInfo" size="small" lang="zh_CN" data-event-opts="{{[['tap',[['getUserProfile',['$event']]]]]}}" bindtap="__e">微信授权</button><view data-event-opts="{{[['tap',[['undGetuserinfo',['$event']]]]]}}" class="login-btn back" bindtap="__e">取消</view></view></view>