11 lines
428 B
Plaintext
11 lines
428 B
Plaintext
<!-- index.wxml -->
|
|
<view class="page-body">
|
|
<view class="content">
|
|
<text class="text">获取权限</text>
|
|
<view class="circle-view">
|
|
<t-icon name="user-circle" size="20px"/>
|
|
<text class="relation">{{relation || '无数据'}}</text>
|
|
</view>
|
|
</view>
|
|
<t-button theme="primary" style="margin: 16rpx" block size="large" bind:tap="handleConfirm" content="确定" />
|
|
</view> |