|
@@ -1,7 +1,10 @@
|
|
|
-<view class='flex_center' style='margin-top:200rpx;'>
|
|
|
- <image style='width:150rpx;height: 150rpx;' src="../../image/mine_logo_icon.png"></image>
|
|
|
-</view>
|
|
|
-<view style='font-size:30rpx;'>
|
|
|
- <view class='flex_center' style='margin-top:20rpx;'>需要你的授权才可以使用哦!</view>
|
|
|
-</view>
|
|
|
-<button style='margin-top:80rpx;width:60%;height: 92rpx;' type="primary" open-type="getUserInfo" bindgetuserinfo="userInfoHandler">立即授权</button>
|
|
|
+
|
|
|
+<view class="auth_container">
|
|
|
+ <view class="auth_text">
|
|
|
+ <view>您暂未获取微信授权,将无法正常使用小程序</view>
|
|
|
+ <view>的功能。如需要正常使用,请点击“授权登录”</view>
|
|
|
+ <view>按钮,打开头像、昵称等信息的授权。</view>
|
|
|
+ </view>
|
|
|
+ <button style='margin-top:160rpx;width:82%;height: 92rpx;background: #2b2b2b;color: #fff;' open-type="getUserInfo"
|
|
|
+ bindgetuserinfo="userInfoHandler">授权登录</button>
|
|
|
+ </view>
|