We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5747a4 commit 02b4b66Copy full SHA for 02b4b66
src/pages/profile/index.vue
@@ -3,6 +3,7 @@
3
<!-- <view class="md-profile__header">
4
<text class="md-profile__title">{{ title }}</text>
5
</view> -->
6
+ <button open-type="getUserInfo">授权访问</button>
7
<view class="md-profile__user" @click="getUserInfo">
8
<image class="md-profile__user-avatar" :src="userInfo.avatarUrl" mode="aspectFit"/>
9
<text class="md-profile__user-nickname">{{ userInfo.nickName }}</text>
0 commit comments