<template>
<!-- v-show="needWxUserInfo" -->
<view class="weixin_auth_modal" >
<view class='header'>
<image src='../../static/public/douyin.jpg'></image>
</view>
<view class='content'>
<view>申请获取以下权限</view>
<view>获得你的公开信息(昵称,头像、地区等)</view>
</view>
<p class="dyuserinfo" @click="getDYuserinfo">获取抖音授权</p>
<!-- <button type="primary" open-type="getUserInfo" scope="userInfo" @getUserInfo="getDYuserinfo">
登陆
</button>
@click="back"
-->
<button class='bottom' style="margin-top: 0px; background-color: #e5e5e5;" type='primary' >
暂不登陆
</button>
</view>
</template>
文章来源地址https://www.toymoban.com/news/detail-668596.html
文章来源:https://www.toymoban.com/news/detail-668596.html
到了这里,关于使用uni.app开发字节跳动小程序的授权登陆获取openid的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!