|
@@ -4,9 +4,9 @@
|
|
<div class="user">
|
|
<div class="user">
|
|
<van-cell custom-class="head-cell" is-link label-class="" center>
|
|
<van-cell custom-class="head-cell" is-link label-class="" center>
|
|
<view @click="() => {
|
|
<view @click="() => {
|
|
- userFormShow = true;
|
|
|
|
- nickName = userInfo.nickName || '新用户';
|
|
|
|
- }
|
|
|
|
|
|
+ userFormShow = true;
|
|
|
|
+ nickName = userInfo.nickName || '新用户';
|
|
|
|
+ }
|
|
" class="userButton" slot="title">
|
|
" class="userButton" slot="title">
|
|
<image class="user-headImg" v-if="userInfo.headImage" :src="userInfo.headImage"></image>
|
|
<image class="user-headImg" v-if="userInfo.headImage" :src="userInfo.headImage"></image>
|
|
<image class="user-headImg" v-else :src="unLoginHead"></image>
|
|
<image class="user-headImg" v-else :src="unLoginHead"></image>
|
|
@@ -34,11 +34,15 @@
|
|
<van-cell title-class="uni-app-fontsize-paragraph" title="每日驾考资讯" is-link center
|
|
<van-cell title-class="uni-app-fontsize-paragraph" title="每日驾考资讯" is-link center
|
|
url="/otherPages/careEveryDay/index">
|
|
url="/otherPages/careEveryDay/index">
|
|
</van-cell>
|
|
</van-cell>
|
|
|
|
+
|
|
<van-cell title-class="uni-app-fontsize-paragraph" title="生成分享二维码" is-link center
|
|
<van-cell title-class="uni-app-fontsize-paragraph" title="生成分享二维码" is-link center
|
|
url="/otherPages/createReferCode/index">
|
|
url="/otherPages/createReferCode/index">
|
|
</van-cell>
|
|
</van-cell>
|
|
<van-cell title-class="uni-app-fontsize-paragraph" title="用户反馈" is-link center url="/otherPages/userAdvise/index">
|
|
<van-cell title-class="uni-app-fontsize-paragraph" title="用户反馈" is-link center url="/otherPages/userAdvise/index">
|
|
</van-cell>
|
|
</van-cell>
|
|
|
|
+ <van-cell title-class="uni-app-fontsize-paragraph" title="捐赠" is-link center
|
|
|
|
+ url="/otherPages/donation/index">
|
|
|
|
+ </van-cell>
|
|
<!-- <van-cell title="我要提现" value="" is-link center @click="goCashOut">
|
|
<!-- <van-cell title="我要提现" value="" is-link center @click="goCashOut">
|
|
</van-cell> -->
|
|
</van-cell> -->
|
|
<!-- <van-cell title="我的下级" value="" is-link center @click="goMyBranch">
|
|
<!-- <van-cell title="我的下级" value="" is-link center @click="goMyBranch">
|
|
@@ -95,8 +99,8 @@
|
|
<view class="userform">
|
|
<view class="userform">
|
|
<view class="userform-close">
|
|
<view class="userform-close">
|
|
<van-icon @click="() => {
|
|
<van-icon @click="() => {
|
|
- userFormShow = false;
|
|
|
|
- }
|
|
|
|
|
|
+ userFormShow = false;
|
|
|
|
+ }
|
|
" color="#a8a8a8" size="18" name="cross" />
|
|
" color="#a8a8a8" size="18" name="cross" />
|
|
</view>
|
|
</view>
|
|
<view>
|
|
<view>
|
|
@@ -228,7 +232,6 @@ export default {
|
|
.user .head-cell {
|
|
.user .head-cell {
|
|
background: transparent;
|
|
background: transparent;
|
|
}
|
|
}
|
|
-
|
|
|
|
</style>
|
|
</style>
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
.userform {
|
|
.userform {
|