|
@@ -76,7 +76,7 @@
|
|
|
<view class="income-out-box">
|
|
|
<view class="income-inner-box" @click="handlerSkipMyProfit">
|
|
|
<view class="income-head">
|
|
|
- <text class="my-income">我的收益</text>
|
|
|
+ <text class="my-income">我的钱包</text>
|
|
|
<u-icon name="arrow-right" />
|
|
|
</view>
|
|
|
<view class="income-content">
|
|
@@ -93,7 +93,7 @@
|
|
|
<!-- 预约列表 -->
|
|
|
<view class="appointList">
|
|
|
<u-cell icon="setting-fill" title="预约列表" isLink url="/pages/client/clientUser/appoint" />
|
|
|
- <u-cell icon="setting-fill" title="我的店铺" isLink />
|
|
|
+ <u-cell icon="setting-fill" title="我要开店" isLink />
|
|
|
</view>
|
|
|
|
|
|
<view class="other-out-box">
|
|
@@ -144,22 +144,22 @@ export default {
|
|
|
],
|
|
|
oderList: [
|
|
|
{
|
|
|
- name: 'photo',
|
|
|
- title: '我的订单',
|
|
|
+ name: 'order',
|
|
|
+ title: '全部订单',
|
|
|
type: 0,
|
|
|
},
|
|
|
{
|
|
|
- name: 'lock',
|
|
|
+ name: 'bag-fill',
|
|
|
title: '待付款',
|
|
|
type: 1,
|
|
|
},
|
|
|
{
|
|
|
- name: 'star',
|
|
|
- title: '已完成',
|
|
|
+ name: 'car-fill',
|
|
|
+ title: '已付款',
|
|
|
type: 2,
|
|
|
},
|
|
|
{
|
|
|
- name: 'hourglass',
|
|
|
+ name: 'heart',
|
|
|
title: '待评价',
|
|
|
type: 3,
|
|
|
},
|
|
@@ -189,6 +189,12 @@ export default {
|
|
|
title: '我的团队',
|
|
|
url: '/pages/client/clientUser/myGroup',
|
|
|
},
|
|
|
+ {
|
|
|
+ id: '1',
|
|
|
+ icon: 'setting-fill',
|
|
|
+ title: '我要推广',
|
|
|
+ url: '/pages/client/clientUser/myGroup',
|
|
|
+ },
|
|
|
{
|
|
|
id: '2',
|
|
|
icon: 'setting-fill',
|
|
@@ -202,7 +208,7 @@ export default {
|
|
|
url: '/pages/client/clientUser/serviceCenter',
|
|
|
},
|
|
|
{
|
|
|
- id: '3',
|
|
|
+ id: '4',
|
|
|
icon: 'setting-fill',
|
|
|
title: '意见反馈',
|
|
|
url: '/pages/client/clientUser/serviceCenter',
|
|
@@ -262,7 +268,7 @@ export default {
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
.user-nickname {
|
|
|
- margin-left: -185rpx;
|
|
|
+ margin-left: -215rpx;
|
|
|
margin-top: 50rpx;
|
|
|
}
|
|
|
|
|
@@ -287,6 +293,7 @@ export default {
|
|
|
.btn-wrap {
|
|
|
width: 160rpx;
|
|
|
margin-top: 40rpx;
|
|
|
+ margin-right: -25rpx;
|
|
|
}
|
|
|
}
|
|
|
}
|