|
@@ -8,21 +8,21 @@
|
|
|
</view>
|
|
|
<view>
|
|
|
<view class='flex'>
|
|
|
- <view @click='login' v-if='!edit'>{{userInfo.nickname?userInfo.nickname:'请点击登录'}}</view>
|
|
|
+ <view @click='login' v-if='!edit' style="font-weight: bold;font-size: 32rpx;">{{userInfo.nickname?userInfo.nickname:'请点击登录'}}</view>
|
|
|
<view v-else> <u--input
|
|
|
placeholder="请输入内容"
|
|
|
border="bottom"
|
|
|
v-model='userInfo.nickname'
|
|
|
clearable
|
|
|
></u--input></view>
|
|
|
- <u-icon v-if='!edit&&userInfo.phone' @click='edit = true' name="edit-pen-fill" color="#2979ff" size="24"></u-icon>
|
|
|
- <u-icon v-if='edit&&userInfo.phone' @click='editNickName' name="checkbox-mark" color="#2979ff" size="24"></u-icon>
|
|
|
+ <u-icon v-if='!edit&&userInfo.phone' @click='edit = true' name="edit-pen-fill" color="#eaad1a" size="24"></u-icon>
|
|
|
+ <u-icon v-if='edit&&userInfo.phone' @click='editNickName' name="checkbox-mark" color="#eaad1a" size="24"></u-icon>
|
|
|
</view>
|
|
|
<view>{{userInfo.phone1}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view>
|
|
|
- <u-icon name="bell" color="#2979ff" size="28"></u-icon>
|
|
|
+ <u-icon name="bell" color="#eaad1a" size="28"></u-icon>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
@@ -61,36 +61,36 @@
|
|
|
</view> -->
|
|
|
<view style='width:100%;'>
|
|
|
<u-cell-group :border='false'>
|
|
|
- <u-cell
|
|
|
+ <!-- <u-cell
|
|
|
title="收货地址"
|
|
|
isLink
|
|
|
url="/pages/componentsB/tag/tag"
|
|
|
- ></u-cell>
|
|
|
+ ></u-cell> -->
|
|
|
<u-cell
|
|
|
title="我的发布"
|
|
|
isLink
|
|
|
url="/pageA/my/mypublish"
|
|
|
></u-cell>
|
|
|
- <u-cell
|
|
|
+ <!-- <u-cell
|
|
|
title="房源发布"
|
|
|
isLink
|
|
|
url="/pages/componentsB/badge/badge"
|
|
|
- ></u-cell>
|
|
|
- <u-cell
|
|
|
+ ></u-cell> -->
|
|
|
+ <!-- <u-cell
|
|
|
title="商家入驻"
|
|
|
isLink
|
|
|
url="/pages/componentsB/badge/badge"
|
|
|
- ></u-cell>
|
|
|
- <u-cell
|
|
|
+ ></u-cell> -->
|
|
|
+ <!-- <u-cell
|
|
|
title="业务合作"
|
|
|
isLink
|
|
|
url="/pages/componentsB/badge/badge"
|
|
|
- ></u-cell>
|
|
|
- <u-cell
|
|
|
+ ></u-cell> -->
|
|
|
+ <!-- <u-cell
|
|
|
title="广告推广"
|
|
|
isLink
|
|
|
url="/pages/componentsB/badge/badge"
|
|
|
- ></u-cell>
|
|
|
+ ></u-cell> -->
|
|
|
<u-cell
|
|
|
title="联系客服"
|
|
|
isLink
|