You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
656 B
1 lines
656 B
<view class="container"><block wx:if="{{!isAuthorization}}"><view><view class="getUserInfo"><view>您还未允许微信登录授权,请点击下方按钮允许微信授权登录。<vant-button vue-id="1" type="primary" open-type="getUserInfo" data-event-opts="{{[['^getuserinfo',[['getUserInfo']]]]}}" bind:getuserinfo="__e" bind:__l="__l" vue-slots="{{['default']}}">允许微信登录授权</vant-button><view class="sp-cell"></view><vant-button vue-id="2" type="default" data-event-opts="{{[['^click',[['back']]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}">取消微信登录授权</vant-button></view></view></view></block></view> |