|
@@ -21,14 +21,14 @@
|
|
|
>
|
|
|
<view class="listItemLeft" v-if="item.type != 'line'">
|
|
|
<view class="leftImg">
|
|
|
- <u-icon custom-prefix="xd-icon" :name="item.icon" size="36" :color="item.color"></u-icon>
|
|
|
+ <u-icon custom-prefix="xd-icon" :name="item.icon" size="45" :color="item.color"></u-icon>
|
|
|
</view>
|
|
|
<text>{{ item.title }}</text>
|
|
|
</view>
|
|
|
<view v-if="item.type != 'line'">
|
|
|
<text class="number">{{ item.number }}</text>
|
|
|
<text class="banbenhao">{{ item.banbenhao }}</text>
|
|
|
- <u-icon name="icon-xian-11" custom-prefix="xd-icon" size="30" color="#888888"></u-icon>
|
|
|
+ <u-icon name="icon-xian-11" custom-prefix="xd-icon" size="32" color="#888888"></u-icon>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -57,7 +57,7 @@ export default {
|
|
|
auth: true,
|
|
|
url: '/pages/userCenter/changePwd',
|
|
|
icon: 'mimaxiugai',
|
|
|
- color: '#ffaa7f'
|
|
|
+ color: '#ff5500'
|
|
|
},
|
|
|
{ type: 'line', auth: true },
|
|
|
{
|
|
@@ -65,14 +65,14 @@ export default {
|
|
|
auth: true,
|
|
|
url: '/pages/userCenter/aboutUs',
|
|
|
icon: 'guanyuwomen1',
|
|
|
- color: '#55aaff'
|
|
|
+ color: '#00aa00'
|
|
|
},
|
|
|
{
|
|
|
title: '用户协议及隐私保护政策',
|
|
|
auth: true,
|
|
|
url: '/pages/login/userAuthYs',
|
|
|
icon: 'xieyi1',
|
|
|
- color: '#00aa00'
|
|
|
+ color: '#8067ff'
|
|
|
},
|
|
|
{
|
|
|
title: '版本检查',
|
|
@@ -80,7 +80,7 @@ export default {
|
|
|
banbenhao: curVer.version,
|
|
|
fun: 'getVersion',
|
|
|
icon: 'banben',
|
|
|
- color: '#ffaa7f'
|
|
|
+ color: '#ff8c57'
|
|
|
},
|
|
|
{ type: 'line', auth: true },
|
|
|
{
|