登录修改
parent
795b8f35cc
commit
19718e29b4
|
@ -10,7 +10,7 @@
|
||||||
<view class="agreement-box">如您点击授权,您将同意授权<text @tap="toAgreement" class="agreement">《免责声明》</text></view>
|
<view class="agreement-box">如您点击授权,您将同意授权<text @tap="toAgreement" class="agreement">《免责声明》</text></view>
|
||||||
</view>
|
</view>
|
||||||
<!-- 获取头像&昵称 -->
|
<!-- 获取头像&昵称 -->
|
||||||
<view class="pop-up-bg" v-if="empowerShow"> <!-- v-if="empowerShow" -->
|
<view class="pop-up-bg" v-if="empowerShow">
|
||||||
<view class="user-info-box">
|
<view class="user-info-box">
|
||||||
<view class="info">
|
<view class="info">
|
||||||
<view class="cover">
|
<view class="cover">
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
avatarUrl:''
|
avatarUrl:''
|
||||||
}, //用户信息
|
}, //用户信息
|
||||||
imgSrc: '/static/public/logo.jpg', //默认logo头像
|
imgSrc: '/static/public/logo.jpg', //默认logo头像
|
||||||
logoAvatar:'/static/public/logo-avatar.png',//默认头像
|
logoAvatar:'/static/public/logo-avatar.jpg',//默认头像
|
||||||
appletName:'萌狮武术', //小程序名称
|
appletName:'萌狮武术', //小程序名称
|
||||||
empowerShow:false, //是否显示授权弹窗
|
empowerShow:false, //是否显示授权弹窗
|
||||||
isActive:false, //是否已授权
|
isActive:false, //是否已授权
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 51 KiB |
Binary file not shown.
Before Width: | Height: | Size: 153 KiB |
Binary file not shown.
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 158 KiB |
Loading…
Reference in New Issue