完善页面
This commit is contained in:
@ -6,12 +6,12 @@
|
||||
|
||||
<view class="u-text-center text-gray">
|
||||
<view>小程序需要登录注册才能使用相关功能,申请获取以下权限</view>
|
||||
<view class="u-margin-top-20">获得你的公开信息(昵称、头像、手机号码等)</view>
|
||||
<view class="u-m-t-20">获得你的公开信息(昵称、头像、手机号码等)</view>
|
||||
</view>
|
||||
|
||||
<view class="u-margin-top-56">
|
||||
<view class="u-m-t-56">
|
||||
<!-- #ifdef MP -->
|
||||
<view class="u-margin-bottom-32">
|
||||
<view class="u-m-b-32">
|
||||
<u-button @click="mpLogin" hover-class="none" :customStyle="{backgroundColor: themeColor, color: '#fff', border: 'none', padding: '16rpx 0'}" :hair-line="false" shape="circle">快捷登录</u-button>
|
||||
</view>
|
||||
<!-- #endif -->
|
||||
@ -20,7 +20,7 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="u-margin-top-32 u-flex u-row-center">
|
||||
<view class="u-m-t-32 u-flex u-row-center">
|
||||
<view>
|
||||
<u-checkbox v-model="form.allow" shape="circle" :active-color="themeColor">
|
||||
<view class="sm row-start">
|
||||
|
||||
Reference in New Issue
Block a user